Skip to content

Commit 79387d5

Browse files
committed
update DB
1 parent 62e747b commit 79387d5

File tree

4 files changed

+50
-102
lines changed

4 files changed

+50
-102
lines changed

custom-node-list.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19671,13 +19671,13 @@
1967119671
},
1967219672
{
1967319673
"author": "benjiyaya",
19674-
"title": "Kokoro TextToSpeech Node for ComfyUI",
19674+
"title": "ComfyUI-KokoroTTS",
1967519675
"reference": "https://github.com/benjiyaya/ComfyUI-KokoroTTS",
1967619676
"files": [
1967719677
"https://github.com/benjiyaya/ComfyUI-KokoroTTS"
1967819678
],
1967919679
"install_type": "git-clone",
19680-
"description": "A custom node for ComfyUI that provides Text-to-Speech capabilities using the Kokoro TTS engine."
19680+
"description": "A Text To Speech node using Kokoro TTS in ComfyUI."
1968119681
},
1968219682
{
1968319683
"author": "WangPengxing",
@@ -19739,6 +19739,17 @@
1973919739
"install_type": "git-clone",
1974019740
"description": "The Text Queue Processor can split text into groups line by line for batch processing (unfinished, with noticeable bugs still being fixed). Currently, on the first run, it may only process one item. Once that is completed, running it again usually works fine. After each run, the `start_index` needs to be manually reset. Occasionally, strange issues occur, such as multiple queues being added at once, while other times it works perfectly fine. The potential causes are still under investigation."
1974119741
},
19742+
{
19743+
"author": "asutermo",
19744+
"title": "Try Off w/ Flux and CatVTON",
19745+
"id": "tryoffflux",
19746+
"reference": "https://github.com/asutermo/ComfyUI-Flux-TryOff",
19747+
"files": [
19748+
"https://github.com/asutermo/ComfyUI-Flux-TryOff"
19749+
],
19750+
"install_type": "git-clone",
19751+
"description": "This is a set of nodes to make it possible to extract garments/clothing from models to apply elsewhere."
19752+
},
1974219753

1974319754

1974419755

@@ -20247,17 +20258,6 @@
2024720258
],
2024820259
"install_type": "unzip",
2024920260
"description": "This is a node to convert an image into a CMYK Halftone dot image."
20250-
},
20251-
{
20252-
"author": "asutermo",
20253-
"title": "Try Off w/ Flux and CatVTON",
20254-
"id": "tryoffflux",
20255-
"reference": "https://github.com/asutermo/ComfyUI-Flux-TryOff",
20256-
"files": [
20257-
"https://github.com/asutermo/ComfyUI-Flux-TryOff"
20258-
],
20259-
"install_type": "git-clone",
20260-
"description": "This is a set of nodes to make it possible to extract garments/clothing from models to apply elsewhere."
2026120261
}
2026220262
]
2026320263
}

model-list.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,6 +2315,18 @@
23152315
"url": "https://huggingface.co/CiaraRowles/TemporalDiff/resolve/main/temporaldiff-v1-animatediff.ckpt",
23162316
"size": "1.67GB"
23172317
},
2318+
{
2319+
"name": "Leoxing/pia.ckpt",
2320+
"type": "animatediff-pia",
2321+
"base": "SD1.x",
2322+
"save_path": "animatediff_models",
2323+
"description": "AnimateDiff-PIA Model",
2324+
"reference": "https://huggingface.co/Leoxing/PIA/tree/main",
2325+
"filename": "pia.ckpt",
2326+
"url": "https://huggingface.co/Leoxing/PIA/resolve/main/pia.ckpt",
2327+
"size": "1.67GB"
2328+
},
2329+
23182330
{
23192331
"name": "animatediff/v2_lora_PanLeft.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
23202332
"type": "motion lora",

node_db/new/custom-node-list.json

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,26 @@
1010

1111

1212

13+
{
14+
"author": "asutermo",
15+
"title": "Try Off w/ Flux and CatVTON",
16+
"id": "tryoffflux",
17+
"reference": "https://github.com/asutermo/ComfyUI-Flux-TryOff",
18+
"files": [
19+
"https://github.com/asutermo/ComfyUI-Flux-TryOff"
20+
],
21+
"install_type": "git-clone",
22+
"description": "This is a set of nodes to make it possible to extract garments/clothing from models to apply elsewhere."
23+
},
1324
{
1425
"author": "benjiyaya",
15-
"title": "Kokoro TextToSpeech Node for ComfyUI",
26+
"title": "ComfyUI-KokoroTTS",
1627
"reference": "https://github.com/benjiyaya/ComfyUI-KokoroTTS",
1728
"files": [
1829
"https://github.com/benjiyaya/ComfyUI-KokoroTTS"
1930
],
2031
"install_type": "git-clone",
21-
"description": "A custom node for ComfyUI that provides Text-to-Speech capabilities using the Kokoro TTS engine."
32+
"description": "A Text To Speech node using Kokoro TTS in ComfyUI."
2233
},
2334
{
2435
"author": "WangPengxing",
@@ -672,26 +683,6 @@
672683
],
673684
"install_type": "git-clone",
674685
"description": "Redux style adds more controls"
675-
},
676-
{
677-
"author": "GraftingRayman",
678-
"title": "ComfyUI QueueTube",
679-
"reference": "https://github.com/GraftingRayman/ComfyUI_QueueTube",
680-
"files": [
681-
"https://github.com/GraftingRayman/ComfyUI_QueueTube"
682-
],
683-
"install_type": "git-clone",
684-
"description": "These nodes allow your YouTube LiveStream viewers to create on your local ComfyUI, you can make this a members only feature with a screen behind you displaying your members creations"
685-
},
686-
{
687-
"author": "mira-6",
688-
"title": "comfyui-sasolver",
689-
"reference": "https://github.com/mira-6/comfyui-sasolver",
690-
"files": [
691-
"https://github.com/mira-6/comfyui-sasolver"
692-
],
693-
"install_type": "git-clone",
694-
"description": "SASolver for Comfyui. Adapted from [a/comfyanonymous/ComfyUI#4454](https://github.com/comfyanonymous/ComfyUI/pull/4454) and [a/https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler](https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler)"
695686
}
696687
]
697688
}

node_db/new/model-list.json

Lines changed: 12 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"models": [
3+
{
4+
"name": "Leoxing/pia.ckpt",
5+
"type": "animatediff-pia",
6+
"base": "SD1.x",
7+
"save_path": "animatediff_models",
8+
"description": "AnimateDiff-PIA Model",
9+
"reference": "https://huggingface.co/Leoxing/PIA/tree/main",
10+
"filename": "pia.ckpt",
11+
"url": "https://huggingface.co/Leoxing/PIA/resolve/main/pia.ckpt",
12+
"size": "1.67GB"
13+
},
14+
315
{
416
"name": "comfyanonymous/cosmos_cv8x8x8_1.0.safetensors",
517
"type": "VAE",
@@ -650,73 +662,6 @@
650662
"filename": "dmd2_sdxl_4step_lora_fp16.safetensors",
651663
"url": "https://huggingface.co/tianweiy/DMD2/resolve/main/dmd2_sdxl_4step_lora_fp16.safetensors",
652664
"size": "394MB"
653-
},
654-
655-
{
656-
"name": "Hyper-SD LoRA (1step) - SD1.5",
657-
"type": "lora",
658-
"base": "SD1.5",
659-
"save_path": "loras/HyperSD/SD15",
660-
"description": "Hyper-SD LoRA (1step) - SD1.5",
661-
"reference": "https://huggingface.co/ByteDance/Hyper-SD",
662-
"filename": "Hyper-SD15-1step-lora.safetensors",
663-
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-1step-lora.safetensors",
664-
"size": "269MB"
665-
},
666-
{
667-
"name": "Hyper-SD LoRA (2steps) - SD1.5",
668-
"type": "lora",
669-
"base": "SD1.5",
670-
"save_path": "loras/HyperSD/SD15",
671-
"description": "Hyper-SD LoRA (2steps) - SD1.5",
672-
"reference": "https://huggingface.co/ByteDance/Hyper-SD",
673-
"filename": "Hyper-SD15-2steps-lora.safetensors",
674-
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-2steps-lora.safetensors",
675-
"size": "269MB"
676-
},
677-
{
678-
"name": "Hyper-SD LoRA (4steps) - SD1.5",
679-
"type": "lora",
680-
"base": "SD1.5",
681-
"save_path": "loras/HyperSD/SD15",
682-
"description": "Hyper-SD LoRA (4steps)",
683-
"reference": "https://huggingface.co/ByteDance/Hyper-SD",
684-
"filename": "Hyper-SD15-4steps-lora.safetensors",
685-
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-4steps-lora.safetensors",
686-
"size": "269MB"
687-
},
688-
{
689-
"name": "Hyper-SD LoRA (8steps) - SD1.5",
690-
"type": "lora",
691-
"base": "SD1.5",
692-
"save_path": "loras/HyperSD/SD15",
693-
"description": "Hyper-SD LoRA (8steps)",
694-
"reference": "https://huggingface.co/ByteDance/Hyper-SD",
695-
"filename": "Hyper-SD15-8steps-lora.safetensors",
696-
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-8steps-lora.safetensors",
697-
"size": "269MB"
698-
},
699-
{
700-
"name": "Hyper-SD CFG LoRA (8steps) - SD1.5",
701-
"type": "lora",
702-
"base": "SD1.5",
703-
"save_path": "loras/HyperSD/SD15",
704-
"description": "Hyper-SD CFG LoRA (8steps)",
705-
"reference": "https://huggingface.co/ByteDance/Hyper-SD",
706-
"filename": "Hyper-SD15-8steps-CFG-lora.safetensors",
707-
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-8steps-CFG-lora.safetensors",
708-
"size": "269MB"
709-
},
710-
{
711-
"name": "Hyper-SD CFG LoRA (12steps) - SD1.5",
712-
"type": "lora",
713-
"base": "SD1.5",
714-
"save_path": "loras/HyperSD/SD15",
715-
"description": "Hyper-SD CFG LoRA (12steps)",
716-
"reference": "https://huggingface.co/ByteDance/Hyper-SD",
717-
"filename": "Hyper-SD15-12steps-CFG-lora.safetensors",
718-
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-12steps-CFG-lora.safetensors",
719-
"size": "269MB"
720665
}
721666
]
722667
}

0 commit comments

Comments
 (0)