tsungtao commited on
Commit
a54fdf7
1 Parent(s): a19781f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -24,5 +24,17 @@ prompt: a living room with couches and a tv
24
  training datasets: https://huggingface.co/datasets/tsungtao/diffusers-testing
25
 
26
  SD model base on: runwayml/stable-diffusion-v1-5
27
-
28
  ----------------------------------------------------------------------------------
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  training datasets: https://huggingface.co/datasets/tsungtao/diffusers-testing
25
 
26
  SD model base on: runwayml/stable-diffusion-v1-5
 
27
  ----------------------------------------------------------------------------------
28
+ for the training data, you can find it has 2 colums, raw training data, conditioning training data and its prompts.
29
+ raw training data is crawling from the internet for the living room with special training purpose. and they were resized with the local tool, it is the standerlization
30
+ process before training.
31
+ conditioning data was creating base on raw training data, we deployed the local Stable diffustion and Controllnet plugin on our local Dev Env for this purpose, to setup
32
+ the target conditioning data. after this, the conditioning data also be resized with the standardliaztion procedure.
33
+ for the prompts, we add this by the manual way, since the small testing data sets. anyway it also can be done by some favour tool on the internet.
34
+ above all, we have a upload scripte to combine all the raw data/conditioning data/prompts into a dataset and then auto upload they to Huggingface.
35
+
36
+ from the conditioning data, you can see which is the framework of the raw data. so training base on this, it will get a mode to extract the line frame work of the input.
37
+ and at the same time, raw data are all with some special style. so base on this model, you will get your raw input living room data line framework and then change the input
38
+ living room to a special style living room.
39
+
40
+ from the functional point of view, it seems like "MLSD" model, but it works better on special style living room data.