multimodalart HF staff commited on
Commit
d983c57
1 Parent(s): d8c8d26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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 [v1-5-pruned-emaonly.ckpt](https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt)
 
 
 
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