1
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:
comfyanonymous
2023-03-05 03:00:28 -05:00
parent c2fa2a18d2
commit a098dc965c
2 changed files with 3 additions and 4 deletions

View File

@@ -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": {