mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-02 15:04:50 +08:00
Switch the default workflow to the CheckpointLoaderSimple node.
This commit is contained in:
@@ -37,10 +37,9 @@ prompt_text = """
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"class_type": "CheckpointLoader",
|
||||
"class_type": "CheckpointLoaderSimple",
|
||||
"inputs": {
|
||||
"ckpt_name": "v1-5-pruned-emaonly.ckpt",
|
||||
"config_name": "v1-inference.yaml"
|
||||
"ckpt_name": "v1-5-pruned-emaonly.ckpt"
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
|
Reference in New Issue
Block a user