Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions comfyui_workflows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ComfyUI Workflows

These workflows are intended to match the ./config/examples configs one-to-one, so you can get the closest possible match to the sampler outputs.

The general workflow should be:
1. Drag the .json workflow into ComfyUI
2. Download any missing models and add your trained LoRA into the ComfyUI folders
3. Match the seed and prompt to the training config and sample you want to replicate
4. Run

Note, however, that even if you get the seed and everything else perfect, the result will still not be exactly the same. There are fundamental differences in how ComfyUI runs workflows compared to how the training process is executed.
Loading