Skip to content

Latest commit

 

History

History
106 lines (89 loc) · 7.18 KB

File metadata and controls

106 lines (89 loc) · 7.18 KB

ComfyUI

The most powerful and modular visual AI engine and application.

Website Dynamic JSON Badge Twitter Matrix

ComfyUI Screenshot

ComfyUI lets you design and execute advanced stable diffusion pipelines using a graph/nodes/flowchart based interface. Available on Windows, Linux, and macOS.

Features

Workflow examples can be found on the Examples page

Notes

Only the parts of the graph that have all correct inputs will be executed. If something is missing or incorrect, that part won’t run.

When you run the same graph again, only the parts that have changed will be executed. If nothing has changed, it won’t run again. If you edit a part, only that part and its dependent parts will run.

You can drag a generated PNG file onto the webpage or load one. This will restore the full workflow, including the seeds used during generation.

To change emphasis in a text prompt, use parentheses like this: (example:1.2) to increase importance or (example:0.8) to lower it. The default emphasis is 1.1. To use regular parentheses in your prompt, escape them with ( or ).

You can create dynamic or wildcard prompts using curly brackets. For example, {red|blue|green} will randomly choose one word each time. To use normal curly brackets, escape them like { or }.

You can add comments in your prompts using // for single-line comments or /* ... */ for multi-line comments.

If you want to use a textual inversion embedding, put the .pt file in the models/embeddings/ folder. Then include it in your prompt like this: embedding:filename (no need to write .pt).