Skip to content

Commit

Permalink
fix: scanner.py for python 3.12
Browse files Browse the repository at this point in the history
update DB
  • Loading branch information
ltdrdata committed May 10, 2024
1 parent 0f3e241 commit 6a37805
Show file tree
Hide file tree
Showing 6 changed files with 699 additions and 206 deletions.
51 changes: 51 additions & 0 deletions custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -8087,6 +8087,7 @@
{
"author": "JettHu",
"title": "ComfyUI-TCD",
"id": "tcd",
"reference": "https://github.com/JettHu/ComfyUI-TCD",
"files": [
"https://github.com/JettHu/ComfyUI-TCD"
Expand All @@ -8097,6 +8098,7 @@
{
"author": "sugarkwork",
"title": "comfyui_tag_filter",
"id": "tag-filter",
"reference": "https://github.com/sugarkwork/comfyui_tag_fillter",
"files": [
"https://github.com/sugarkwork/comfyui_tag_fillter"
Expand All @@ -8117,6 +8119,7 @@
{
"author": "TencentQQGYLab",
"title": "ComfyUI-ELLA",
"id": "ella",
"reference": "https://github.com/TencentQQGYLab/ComfyUI-ELLA",
"files": [
"https://github.com/TencentQQGYLab/ComfyUI-ELLA"
Expand All @@ -8127,6 +8130,7 @@
{
"author": "DarKDinDoN",
"title": "ComfyUI Checkpoint Automatic Config",
"id": "checkpoint-autoconfig",
"reference": "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config",
"files": [
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config"
Expand All @@ -8137,6 +8141,7 @@
{
"author": "aburahamu",
"title": "ComfyUI-RequestPoster",
"id": "request-poster",
"reference": "https://github.com/aburahamu/ComfyUI-RequestsPoster",
"files": [
"https://github.com/aburahamu/ComfyUI-RequestsPoster"
Expand All @@ -8147,16 +8152,29 @@
{
"author": "MinusZoneAI",
"title": "ComfyUI-Prompt-MZ",
"id": "prompt-mz",
"reference": "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ",
"files": [
"https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ"
],
"install_type": "git-clone",
"description": "Use llama.cpp to help generate some nodes for prompt word related work"
},
{
"author": "MinusZoneAI",
"title": "ComfyUI-StylizePhoto-MZ",
"id": "stylizephoto",
"reference": "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ",
"files": [
"https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ"
],
"install_type": "git-clone",
"description": "A stylized node with simple operation. The effect is achieved by I2I and lora. The clay style is currently implemented.Comes with watermark function."
},
{
"author": "blueraincoatli",
"title": "comfyUI_SillyNodes",
"id": "silly",
"reference": "https://github.com/blueraincoatli/comfyUI_SillyNodes",
"files": [
"https://github.com/blueraincoatli/comfyUI_SillyNodes"
Expand All @@ -8167,6 +8185,7 @@
{
"author": "ty0x2333",
"title": "ComfyUI-Dev-Utils",
"id": "dev-utils",
"reference": "https://github.com/ty0x2333/ComfyUI-Dev-Utils",
"files": [
"https://github.com/ty0x2333/ComfyUI-Dev-Utils"
Expand Down Expand Up @@ -8520,6 +8539,28 @@
"install_type": "git-clone",
"description": "Misc Nodes: ControlNet Selector Node, Load Optional ControlNet Model"
},
{
"author": "mephisto83",
"title": "petty-paint-comfyui-node",
"id": "petty-paint",
"reference": "https://github.com/mephisto83/petty-paint-comfyui-node",
"files": [
"https://github.com/mephisto83/petty-paint-comfyui-node"
],
"install_type": "git-clone",
"description": "An integration between comfy ui and petty paint"
},
{
"author": "fsdymy1024",
"title": "ComfyUI_fsdymy",
"id": "fsdymy",
"reference": "https://github.com/fsdymy1024/ComfyUI_fsdymy",
"files": [
"https://github.com/fsdymy1024/ComfyUI_fsdymy"
],
"install_type": "git-clone",
"description": "Nodes:Save Image Without Metadata"
},



Expand Down Expand Up @@ -8846,6 +8887,16 @@
"install_type": "copy",
"description": "Nodes:Send Video to Discord"
},
{
"author": "xliry",
"title": "color2rgb",
"reference": "https://github.com/vxinhao/color2rgb",
"files": [
"https://github.com/vxinhao/color2rgb/raw/main/color2rgb.py"
],
"install_type": "copy",
"description": "Nodes:color2RGB"
},


{
Expand Down
Loading

0 comments on commit 6a37805

Please sign in to comment.