Skip to content

Commit ec28cd9

Browse files
authored
swap legacy sdv15 link (Comfy-Org#4682)
* swap legacy sdv15 link * swap v15 ckpt examples to safetensors * link the fp16 copy of the model by default
1 parent 6eb5d64 commit ec28cd9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.ci/windows_base_files/README_VERY_IMPORTANT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run_cpu.bat
1414

1515
IF YOU GET A RED ERROR IN THE UI MAKE SURE YOU HAVE A MODEL/CHECKPOINT IN: ComfyUI\models\checkpoints
1616

17-
You can download the stable diffusion 1.5 one from: https://huggingface.co/runwayml/stable-diffusion-v1-5/blob/main/v1-5-pruned-emaonly.ckpt
17+
You can download the stable diffusion 1.5 one from: https://huggingface.co/Comfy-Org/stable-diffusion-v1-5-archive/blob/main/v1-5-pruned-emaonly-fp16.safetensors
1818

1919

2020
RECOMMENDED WAY TO UPDATE:

notebooks/comfyui_colab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"#!wget -c https://huggingface.co/comfyanonymous/clip_vision_g/resolve/main/clip_vision_g.safetensors -P ./models/clip_vision/\n",
8080
"\n",
8181
"# SD1.5\n",
82-
"!wget -c https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt -P ./models/checkpoints/\n",
82+
"!wget -c https://huggingface.co/Comfy-Org/stable-diffusion-v1-5-archive/resolve/main/v1-5-pruned-emaonly-fp16.safetensors -P ./models/checkpoints/\n",
8383
"\n",
8484
"# SD2\n",
8585
"#!wget -c https://huggingface.co/stabilityai/stable-diffusion-2-1-base/resolve/main/v2-1_512-ema-pruned.safetensors -P ./models/checkpoints/\n",

script_examples/basic_api_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"4": {
4444
"class_type": "CheckpointLoaderSimple",
4545
"inputs": {
46-
"ckpt_name": "v1-5-pruned-emaonly.ckpt"
46+
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
4747
}
4848
},
4949
"5": {

script_examples/websockets_api_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def get_images(ws, prompt):
8484
"4": {
8585
"class_type": "CheckpointLoaderSimple",
8686
"inputs": {
87-
"ckpt_name": "v1-5-pruned-emaonly.ckpt"
87+
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
8888
}
8989
},
9090
"5": {

script_examples/websockets_api_example_ws_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_images(ws, prompt):
8181
"4": {
8282
"class_type": "CheckpointLoaderSimple",
8383
"inputs": {
84-
"ckpt_name": "v1-5-pruned-emaonly.ckpt"
84+
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
8585
}
8686
},
8787
"5": {

0 commit comments

Comments
 (0)