AlonzoLeeeooo commited on
Commit
5f70e6b
β€’
1 Parent(s): ac157e4

Update basic descriptions

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -10,4 +10,22 @@ Chang Liu, Rui Li, Kaidong Zhang, Xin Luo, Dong Liu
10
  [[`Paper`]]((https://arxiv.org/pdf/2305.11520)) / [[`GitHub`]](https://github.com/AlonzoLeeeooo/LCDG) / [[`Project`]](https://alonzoleeeooo.github.io/LCDG/) / [[`Model Weights`]](https://huggingface.co/AlonzoLeeeooo/LaCon) / [`Demo`]
11
  </div>
12
 
13
- Official pre-trained model weights of the paper titled "LaCon: Late-Constraint Diffusion for Steerable Guided Image Synthesis".
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  [[`Paper`]]((https://arxiv.org/pdf/2305.11520)) / [[`GitHub`]](https://github.com/AlonzoLeeeooo/LCDG) / [[`Project`]](https://alonzoleeeooo.github.io/LCDG/) / [[`Model Weights`]](https://huggingface.co/AlonzoLeeeooo/LaCon) / [`Demo`]
11
  </div>
12
 
13
+ Official pre-trained model weights of the paper titled "LaCon: Late-Constraint Diffusion for Steerable Guided Image Synthesis".
14
+
15
+ # Model Weights Structure
16
+ ```
17
+ LaCon/
18
+ └── data-preprocessing
19
+ β”œβ”€β”€ bdcn.pth <----- Model weights of BDCN edge detector (Place in `data-preprocessing/bdcn-edge-detection/checkpoints`)
20
+ β”œβ”€β”€ vgg16.pth <----- Preresquisites of BDCN edge detector (Place in `data-preprocessing/bdcn-edge-detection/checkpoints`)
21
+ └── u2net.pth <----- Model weights of U2-Net saliency detector (Place in `data-preprocessing/u2net-saliency-detection/checkpoints`)
22
+ └── sd-checkpoints
23
+ β”œβ”€β”€ sd-v1-4.ckpt <----- SD v1.4
24
+ β”œβ”€β”€ kl-f8.ckpt <----- VAE model of SD v1.4
25
+ β”œβ”€β”€ sd-celebahq.ckpt <----- SD CelebA-HQ
26
+ └── vq-f4.ckpt <----- VAE model of SD CelebA-HQ
27
+ β”œβ”€β”€ sdv14_edge.pth <----- Condition aligner based on SD v1.4, for edge conditions
28
+ β”œβ”€β”€ sdv14_color.pth <----- Condition aligner based on SD v1.4, for color conditions
29
+ β”œβ”€β”€ sdv14_mask.pth <----- Condition aligner based on SD v1.4, for mask conditions
30
+ β”œβ”€β”€ sd_celeb_edge.pth <----- Condition aligner based on SD CelebA-HQ, for edge conditions
31
+ └── sd_celeb_stroke.pth <----- Condition aligner based on SD CelebA-HQ, for color conditions