mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
update DB
This commit is contained in:
parent
b19c5f3818
commit
0898305f50
@ -1,3 +1,4 @@
|
|||||||
default::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
|
default::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
|
||||||
recent::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new
|
recent::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new
|
||||||
legacy::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/legacy
|
legacy::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/legacy
|
||||||
|
forked::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/forked
|
||||||
@ -1060,6 +1060,8 @@
|
|||||||
"https://github.com/WASasquatch/PPF_Noise_ComfyUI": [
|
"https://github.com/WASasquatch/PPF_Noise_ComfyUI": [
|
||||||
[
|
[
|
||||||
"Blend Latents (PPF Noise)",
|
"Blend Latents (PPF Noise)",
|
||||||
|
"Cross-Hatch Power Fractal (PPF Noise)",
|
||||||
|
"Images as Latents (PPF Noise)",
|
||||||
"Perlin Power Fractal Latent (PPF Noise)"
|
"Perlin Power Fractal Latent (PPF Noise)"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -1322,6 +1324,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/alt-key-project/comfyui-dream-project": [
|
"https://github.com/alt-key-project/comfyui-dream-project": [
|
||||||
[
|
[
|
||||||
|
"Analyze Palette [Dream]",
|
||||||
"Beat Curve [Dream]",
|
"Beat Curve [Dream]",
|
||||||
"CSV Curve [Dream]",
|
"CSV Curve [Dream]",
|
||||||
"CSV Generator [Dream]",
|
"CSV Generator [Dream]",
|
||||||
@ -1337,6 +1340,10 @@
|
|||||||
"Image Sequence Saver [Dream]",
|
"Image Sequence Saver [Dream]",
|
||||||
"Image Sequence Tweening [Dream]",
|
"Image Sequence Tweening [Dream]",
|
||||||
"Linear Curve [Dream]",
|
"Linear Curve [Dream]",
|
||||||
|
"Noise from Palette [Dream]",
|
||||||
|
"Palette Color Align [Dream]",
|
||||||
|
"Palette Color Shift [Dream]",
|
||||||
|
"Sample Image as Palette [Dream]",
|
||||||
"Sine Curve [Dream]"
|
"Sine Curve [Dream]"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -1567,6 +1574,8 @@
|
|||||||
"https://github.com/city96/ComfyUI_DiT": [
|
"https://github.com/city96/ComfyUI_DiT": [
|
||||||
[
|
[
|
||||||
"DiTCheckpointLoader",
|
"DiTCheckpointLoader",
|
||||||
|
"DiTCheckpointLoaderSimple",
|
||||||
|
"DiTLabelCombine",
|
||||||
"DiTLabelSelect",
|
"DiTLabelSelect",
|
||||||
"DiTSampler"
|
"DiTSampler"
|
||||||
],
|
],
|
||||||
|
|||||||
15
node_db/forked/custom-node-list.json
Normal file
15
node_db/forked/custom-node-list.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "ArtVentureX",
|
||||||
|
"title": "AnimateDiff (Kosinkadink version)",
|
||||||
|
"reference": "https://github.com/Kosinkadink/ComfyUI-AnimateDiff",
|
||||||
|
"pip": ["flash_attn"],
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A forked repository that actively maintains <a href='https://github.com/ArtVentureX/comfyui-animatediff' target='blank'>AnimateDiff</a>, created by ArtVentureX.<BR>AnimateDiff integration for ComfyUI, adapts from sd-webui-animatediff.<br><p style='background-color: black; color: red;'>You only need to download one of <a href='https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt' target='blank'>mm_sd_v14.ckpt</a> | <a href='https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt' target='blank'>mm_sd_v15.ckpt</a>. Put the model weights under <font color='white'>ComfyUI/custom_nodes/comfyui-animatediff/models</font>. DO NOT change model filename.</p>"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
14
node_db/forked/extension-node-map.json
Normal file
14
node_db/forked/extension-node-map.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff": [
|
||||||
|
[
|
||||||
|
"AnimateDiffCombine",
|
||||||
|
"AnimateDiffLoaderLegacy",
|
||||||
|
"AnimateDiffLoaderV1",
|
||||||
|
"AnimateDiffUnload",
|
||||||
|
"CheckpointLoaderSimpleWithNoiseSelect"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "AnimateDiff (Kosinkadink version)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
1
node_db/forked/model-list.json
Normal file
1
node_db/forked/model-list.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
4
node_db/forked/scan.sh
Executable file
4
node_db/forked/scan.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
source ../../../../venv/bin/activate
|
||||||
|
rm .tmp/*.py > /dev/null
|
||||||
|
python ../../scanner.py
|
||||||
@ -1060,6 +1060,8 @@
|
|||||||
"https://github.com/WASasquatch/PPF_Noise_ComfyUI": [
|
"https://github.com/WASasquatch/PPF_Noise_ComfyUI": [
|
||||||
[
|
[
|
||||||
"Blend Latents (PPF Noise)",
|
"Blend Latents (PPF Noise)",
|
||||||
|
"Cross-Hatch Power Fractal (PPF Noise)",
|
||||||
|
"Images as Latents (PPF Noise)",
|
||||||
"Perlin Power Fractal Latent (PPF Noise)"
|
"Perlin Power Fractal Latent (PPF Noise)"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -1322,6 +1324,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/alt-key-project/comfyui-dream-project": [
|
"https://github.com/alt-key-project/comfyui-dream-project": [
|
||||||
[
|
[
|
||||||
|
"Analyze Palette [Dream]",
|
||||||
"Beat Curve [Dream]",
|
"Beat Curve [Dream]",
|
||||||
"CSV Curve [Dream]",
|
"CSV Curve [Dream]",
|
||||||
"CSV Generator [Dream]",
|
"CSV Generator [Dream]",
|
||||||
@ -1337,6 +1340,10 @@
|
|||||||
"Image Sequence Saver [Dream]",
|
"Image Sequence Saver [Dream]",
|
||||||
"Image Sequence Tweening [Dream]",
|
"Image Sequence Tweening [Dream]",
|
||||||
"Linear Curve [Dream]",
|
"Linear Curve [Dream]",
|
||||||
|
"Noise from Palette [Dream]",
|
||||||
|
"Palette Color Align [Dream]",
|
||||||
|
"Palette Color Shift [Dream]",
|
||||||
|
"Sample Image as Palette [Dream]",
|
||||||
"Sine Curve [Dream]"
|
"Sine Curve [Dream]"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -1567,6 +1574,8 @@
|
|||||||
"https://github.com/city96/ComfyUI_DiT": [
|
"https://github.com/city96/ComfyUI_DiT": [
|
||||||
[
|
[
|
||||||
"DiTCheckpointLoader",
|
"DiTCheckpointLoader",
|
||||||
|
"DiTCheckpointLoaderSimple",
|
||||||
|
"DiTLabelCombine",
|
||||||
"DiTLabelSelect",
|
"DiTLabelSelect",
|
||||||
"DiTSampler"
|
"DiTSampler"
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user