Skip to content

Commit

Permalink
swap v15 ckpt examples to safetensors
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 29, 2024
1 parent f9cb53b commit c8fb524
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script_examples/basic_api_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"4": {
"class_type": "CheckpointLoaderSimple",
"inputs": {
"ckpt_name": "v1-5-pruned-emaonly.ckpt"
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
}
},
"5": {
Expand Down
2 changes: 1 addition & 1 deletion script_examples/websockets_api_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_images(ws, prompt):
"4": {
"class_type": "CheckpointLoaderSimple",
"inputs": {
"ckpt_name": "v1-5-pruned-emaonly.ckpt"
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
}
},
"5": {
Expand Down
2 changes: 1 addition & 1 deletion script_examples/websockets_api_example_ws_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get_images(ws, prompt):
"4": {
"class_type": "CheckpointLoaderSimple",
"inputs": {
"ckpt_name": "v1-5-pruned-emaonly.ckpt"
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
}
},
"5": {
Expand Down

0 comments on commit c8fb524

Please sign in to comment.