Skip to content

Developed a cutting-edge AI image generation platform integrating Stable Diffusion models with ComfyUI's node-based workflow system, achieving professional-quality outputs with sub-10 second generation times.

Notifications You must be signed in to change notification settings

prokriti11/Image-Generation-using-stable-diffusion-Comfy-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Developed a cutting-edge AI image generation platform integrating Stable Diffusion models with ComfyUI's node-based workflow system, achieving professional-quality outputs with sub-10 second generation times.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published