ExponentialML
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
1 |
+
Primarily for use in ComfyUI, but is open for all that works in CompVis based format.
|
2 |
+
|
3 |
+
These are pruned, safetensor variants DynamiCrafter models only containing the necessary UNet, as well as the Image Projection Model.
|
4 |
+
|
5 |
+
In order to use the text encoder, please download the accompanying models.
|
6 |
+
|
7 |
+
SD 2.1 Open CLIP: https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/main/text_encoder/model.safetensors?download=true
|
8 |
+
|
9 |
+
VAE: https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors?download=true
|
10 |
+
|
11 |
+
ClipVision: https://huggingface.co/laion/CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/open_clip_pytorch_model.safetensors?download=true
|
12 |
+
|
13 |
---
|
14 |
license: apache-2.0
|
15 |
---
|