Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ python scripts/check_install.py --comfy-root /path/to/ComfyUI
### T2I workflow

```text
examples/diffusers_match_workflow_gui.json
examples/diffusers_match_t2i_workflow.json
```

默认参数:
Expand Down Expand Up @@ -230,7 +230,7 @@ The repository ships T2I and edit workflows. Open the GUI JSON in the ComfyUI UI
### T2I workflow

```text
examples/diffusers_match_workflow_gui.json
examples/diffusers_match_t2i_workflow.json
```

Default parameters:
Expand Down
6 changes: 3 additions & 3 deletions examples/diffusers_match_edit_workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
},
"revision": 0,
"config": {},
"name": "New Subgraph",
"name": "RUM-Flux2 edit",
"inputNode": {
"id": -10,
"bounding": [
Expand Down Expand Up @@ -278,7 +278,7 @@
"Node name for S&R": "RUMFlux2LoadNativeModel"
},
"widgets_values": [
"model-checkpoint-1246000.safetensors",
"model-checkpoint-1550000.safetensors",
200,
""
]
Expand Down Expand Up @@ -947,7 +947,7 @@
"Node name for S&R": "RUMFlux2DiffusersCFGuider"
},
"widgets_values": [
9
5
]
},
{
Expand Down
Loading
Loading