forked from ltdrdata/ComfyUI-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve: use channel.list instead of config.ini's channel_url.list
add: tutorial channel
- Loading branch information
Showing
10 changed files
with
103 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ config.ini | |
snapshots/** | ||
startup-scripts/** | ||
.openart_key | ||
matrix_auth | ||
matrix_auth | ||
channels.list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3524,9 +3524,6 @@ | |
|
||
|
||
|
||
|
||
|
||
|
||
{ | ||
"author": "Ser-Hilary", | ||
"title": "SDXL_sizing", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"custom_nodes": [ | ||
{ | ||
"author": "Suzie1", | ||
"title": "Guide To Making Custom Nodes in ComfyUI", | ||
"reference": "https://github.com/Suzie1/ComfyUI_Guide_To_Making_Custom_Nodes", | ||
"files": [ | ||
"https://github.com/Suzie1/ComfyUI_Guide_To_Making_Custom_Nodes" | ||
], | ||
"install_type": "git-clone", | ||
"description": "There is a small node pack attached to this guide. This includes the init file and 3 nodes associated with the tutorials." | ||
}, | ||
{ | ||
"author": "dynamixar", | ||
"title": "Atluris", | ||
"reference": "https://github.com/dynamixar/Atluris", | ||
"files": [ | ||
"https://github.com/dynamixar/Atluris" | ||
], | ||
"install_type": "git-clone", | ||
"description": "Nodes:Random Line" | ||
}, | ||
{ | ||
"author": "et118", | ||
"title": "ComfyUI-ElGogh-Nodes", | ||
"reference": "https://github.com/et118/ComfyUI-ElGogh-Nodes", | ||
"files": [ | ||
"https://github.com/et118/ComfyUI-ElGogh-Nodes" | ||
], | ||
"install_type": "git-clone", | ||
"description": "Nodes:ElGogh Positive Prompt, ElGogh NEGATIVE Prompt, ElGogh Empty Latent Image, ElGogh Checkpoint Loader Simple" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
source ../../../../venv/bin/activate | ||
rm .tmp/*.py > /dev/null | ||
python ../../scanner.py |