Add custom nodes, Civitai loras (LFS), and vast.ai setup script
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Has been cancelled
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Has been cancelled
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Has been cancelled
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Has been cancelled
Execution Tests / test (macos-latest) (push) Has been cancelled
Execution Tests / test (ubuntu-latest) (push) Has been cancelled
Execution Tests / test (windows-latest) (push) Has been cancelled
Test server launches without errors / test (push) Has been cancelled
Unit Tests / test (macos-latest) (push) Has been cancelled
Unit Tests / test (ubuntu-latest) (push) Has been cancelled
Unit Tests / test (windows-2022) (push) Has been cancelled
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Has been cancelled
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Has been cancelled
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Has been cancelled
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Has been cancelled
Execution Tests / test (macos-latest) (push) Has been cancelled
Execution Tests / test (ubuntu-latest) (push) Has been cancelled
Execution Tests / test (windows-latest) (push) Has been cancelled
Test server launches without errors / test (push) Has been cancelled
Unit Tests / test (macos-latest) (push) Has been cancelled
Unit Tests / test (ubuntu-latest) (push) Has been cancelled
Unit Tests / test (windows-2022) (push) Has been cancelled
Includes 30 custom nodes committed directly, 7 Civitai-exclusive loras stored via Git LFS, and a setup script that installs all dependencies and downloads HuggingFace-hosted models on vast.ai. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
65
custom_nodes/rgthree-comfy/rgthree_config.json.default
Normal file
65
custom_nodes/rgthree-comfy/rgthree_config.json.default
Normal file
@@ -0,0 +1,65 @@
|
||||
// COPY THIS FILE BEFORE MAKING CHANGES TO: rgthree_config.json
|
||||
{
|
||||
"log_level": "WARN",
|
||||
"features": {
|
||||
"show_alerts_for_corrupt_workflows": false,
|
||||
"monitor_for_corrupt_links": false,
|
||||
"menu_queue_selected_nodes": true,
|
||||
"menu_auto_nest": {
|
||||
"subdirs": null,
|
||||
"threshold": 20
|
||||
},
|
||||
"menu_bookmarks": {
|
||||
"enabled": true
|
||||
},
|
||||
"group_header_fast_toggle": {
|
||||
"enabled": null,
|
||||
"toggles": ["queue", "bypass", "mute"],
|
||||
"show": "hover"
|
||||
},
|
||||
"progress_bar": {
|
||||
"enabled": true,
|
||||
"height": 16,
|
||||
"position": "top"
|
||||
},
|
||||
"comfy_top_bar_menu": {
|
||||
"enabled": true,
|
||||
"button_bookmarks": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
// Allows for dragging and dropping a workflow (image, json) onto an individual node to import
|
||||
// that specific node's widgets if it also exists in the dropped workflow (same id, type).
|
||||
"import_individual_nodes": {
|
||||
"enabled": null
|
||||
},
|
||||
// Enables invokeExtensionsAsync for rgthree-nodes allowing other extensions to hook into the
|
||||
// nodes like the default ComfyNodes. This was not possible before Apr 2024, so it's a config
|
||||
// entry in case it causes issues. This is only for the nodeCreated event/function as of now.
|
||||
"invoke_extensions_async": {
|
||||
"node_created": true
|
||||
}
|
||||
},
|
||||
"nodes": {
|
||||
"reroute": {
|
||||
"default_width": 40,
|
||||
"default_height": 30,
|
||||
"default_resizable": false,
|
||||
"default_layout": ["Left", "Right"],
|
||||
"fast_reroute": {
|
||||
"enabled": true,
|
||||
"key_create_while_dragging_link" : "Shift + R",
|
||||
"key_rotate": "Shift + A",
|
||||
"key_resize": "Shift + X",
|
||||
"key_move": "Shift + Z",
|
||||
"key_connections_input": "Shift + S",
|
||||
"key_connections_output": "Shift + D"
|
||||
}
|
||||
}
|
||||
},
|
||||
"announcements": {
|
||||
"comfy-nodes-20": {
|
||||
"incompatible": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user