You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ci/windows_base_files/README_VERY_IMPORTANT.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ run_cpu.bat
14
14
15
15
IF YOU GET A RED ERROR IN THE UI MAKE SURE YOU HAVE A MODEL/CHECKPOINT IN: ComfyUI\models\checkpoints
16
16
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
stale-issue-message: "This issue is being marked stale because it has not had any activity for 30 days. Reply below within 7 days if your issue still isn't solved, and it will be left open. Otherwise, the issue will be closed automatically."
This ui will let you design and execute advanced stable diffusion pipelines using a graph/nodes/flowchart based interface. For some workflow examples and see what ComfyUI can do you can check out:
@@ -39,7 +39,9 @@ This ui will let you design and execute advanced stable diffusion pipelines usin
39
39
## Features
40
40
- Nodes/graph/flowchart interface to experiment and create complex Stable Diffusion workflows without needing to code anything.
41
41
- Fully supports SD1.x, SD2.x, [SDXL](https://comfyanonymous.github.io/ComfyUI_examples/sdxl/), [Stable Video Diffusion](https://comfyanonymous.github.io/ComfyUI_examples/video/), [Stable Cascade](https://comfyanonymous.github.io/ComfyUI_examples/stable_cascade/), [SD3](https://comfyanonymous.github.io/ComfyUI_examples/sd3/) and [Stable Audio](https://comfyanonymous.github.io/ComfyUI_examples/audio/)
|`Ctrl` + `B`| Bypass selected nodes (acts like the node was removed from the graph and the wires reconnected through) |
88
+
|`Delete`/`Backspace`| Delete selected nodes |
89
+
|`Ctrl` + `Backspace`| Delete the current graph |
90
+
|`Space`| Move the canvas around when held and moving the cursor |
91
+
|`Ctrl`/`Shift` + `Click`| Add clicked node to selection |
92
+
|`Ctrl` + `C`/`Ctrl` + `V`| Copy and paste selected nodes (without maintaining connections to outputs of unselected nodes) |
93
+
|`Ctrl` + `C`/`Ctrl` + `Shift` + `V`| Copy and paste selected nodes (maintaining connections from outputs of unselected nodes to inputs of pasted nodes) |
94
+
|`Shift` + `Drag`| Move multiple selected nodes at the same time |
0 commit comments