AlonzoLeeeooo
commited on
Commit
β’
5f70e6b
1
Parent(s):
ac157e4
Update basic descriptions
Browse files
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
|