Commit
·
116c095
1
Parent(s):
675f917
Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,10 @@ For more detailed instructions, use-cases and examples in JAX follow the instruc
|
|
45 |
|
46 |
### Original GitHub Repository
|
47 |
|
48 |
-
1. Download the weights
|
|
|
|
|
|
|
49 |
2. Follow instructions [here](https://github.com/runwayml/stable-diffusion).
|
50 |
|
51 |
## Model Details
|
|
|
45 |
|
46 |
### Original GitHub Repository
|
47 |
|
48 |
+
1. Download the weights
|
49 |
+
- [v1-5-pruned-emaonly.ckpt](https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt) - 4.27GB, ema-only weight. uses less VRAM - suitable for inference
|
50 |
+
- [v1-5-pruned.ckpt](https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned.ckpt) - 7.7GB, ema+non-ema weights. uses more VRAM - suitable for training/fine-tuning
|
51 |
+
|
52 |
2. Follow instructions [here](https://github.com/runwayml/stable-diffusion).
|
53 |
|
54 |
## Model Details
|