update DB

version marker
This commit is contained in:
Dr.Lt.Data 2024-06-22 22:09:01 +09:00
parent aa3db7d2b4
commit 951e5ecd67
6 changed files with 699 additions and 692 deletions

View File

@ -2920,6 +2920,7 @@
[ [
"AnimeCosplayDir", "AnimeCosplayDir",
"AspectRatioCondition", "AspectRatioCondition",
"ChooseImage",
"Colors", "Colors",
"CombinedCrop", "CombinedCrop",
"ConnectFloat", "ConnectFloat",
@ -2937,6 +2938,7 @@
"HueSatLum", "HueSatLum",
"HueShift", "HueShift",
"ImageDimensions", "ImageDimensions",
"ImageDimensionsBatch",
"ImageOverlayResized", "ImageOverlayResized",
"ImageResizeLong", "ImageResizeLong",
"ImageZigzag", "ImageZigzag",
@ -9585,6 +9587,7 @@
"show_text_party", "show_text_party",
"start_dialog", "start_dialog",
"start_workflow", "start_workflow",
"story_json_tool",
"string_logic", "string_logic",
"substring", "substring",
"time_tool", "time_tool",
@ -11596,6 +11599,7 @@
"RetrieveBackendData //Inspire", "RetrieveBackendData //Inspire",
"RetrieveBackendDataNumberKey //Inspire", "RetrieveBackendDataNumberKey //Inspire",
"ScheduledCFGGuider //Inspire", "ScheduledCFGGuider //Inspire",
"ScheduledPerpNegCFGGuider //Inspire",
"SeedExplorer //Inspire", "SeedExplorer //Inspire",
"SelectNthMask //Inspire", "SelectNthMask //Inspire",
"ShowCachedInfo //Inspire", "ShowCachedInfo //Inspire",
@ -13437,10 +13441,10 @@
], ],
"https://github.com/smthemex/ComfyUI_StoryDiffusion": [ "https://github.com/smthemex/ComfyUI_StoryDiffusion": [
[ [
"Character_Batch",
"Comic_Type", "Comic_Type",
"Pre_Translate_prompt", "Pre_Translate_prompt",
"Storydiffusion_Img2Img", "Storydiffusion_Img2Img",
"Storydiffusion_Model_Loader",
"Storydiffusion_Text2Img" "Storydiffusion_Text2Img"
], ],
{ {

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ sys.path.append(glob_path)
import cm_global import cm_global
from manager_util import * from manager_util import *
version = [2, 39] version = [2, 40]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '') version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
comfyui_manager_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) comfyui_manager_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))

View File

@ -2920,6 +2920,7 @@
[ [
"AnimeCosplayDir", "AnimeCosplayDir",
"AspectRatioCondition", "AspectRatioCondition",
"ChooseImage",
"Colors", "Colors",
"CombinedCrop", "CombinedCrop",
"ConnectFloat", "ConnectFloat",
@ -2937,6 +2938,7 @@
"HueSatLum", "HueSatLum",
"HueShift", "HueShift",
"ImageDimensions", "ImageDimensions",
"ImageDimensionsBatch",
"ImageOverlayResized", "ImageOverlayResized",
"ImageResizeLong", "ImageResizeLong",
"ImageZigzag", "ImageZigzag",
@ -9585,6 +9587,7 @@
"show_text_party", "show_text_party",
"start_dialog", "start_dialog",
"start_workflow", "start_workflow",
"story_json_tool",
"string_logic", "string_logic",
"substring", "substring",
"time_tool", "time_tool",
@ -11596,6 +11599,7 @@
"RetrieveBackendData //Inspire", "RetrieveBackendData //Inspire",
"RetrieveBackendDataNumberKey //Inspire", "RetrieveBackendDataNumberKey //Inspire",
"ScheduledCFGGuider //Inspire", "ScheduledCFGGuider //Inspire",
"ScheduledPerpNegCFGGuider //Inspire",
"SeedExplorer //Inspire", "SeedExplorer //Inspire",
"SelectNthMask //Inspire", "SelectNthMask //Inspire",
"ShowCachedInfo //Inspire", "ShowCachedInfo //Inspire",
@ -13437,10 +13441,10 @@
], ],
"https://github.com/smthemex/ComfyUI_StoryDiffusion": [ "https://github.com/smthemex/ComfyUI_StoryDiffusion": [
[ [
"Character_Batch",
"Comic_Type", "Comic_Type",
"Pre_Translate_prompt", "Pre_Translate_prompt",
"Storydiffusion_Img2Img", "Storydiffusion_Img2Img",
"Storydiffusion_Model_Loader",
"Storydiffusion_Text2Img" "Storydiffusion_Text2Img"
], ],
{ {

View File

@ -8,7 +8,8 @@
"description": "[2.47GB] PixArt-Sigma Checkpoint model", "description": "[2.47GB] PixArt-Sigma Checkpoint model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma/tree/main", "reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma/tree/main",
"filename": "PixArt-Sigma-XL-2-1024-MS.pth", "filename": "PixArt-Sigma-XL-2-1024-MS.pth",
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma/resolve/main/PixArt-Sigma-XL-2-1024-MS.pth" "url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma/resolve/main/PixArt-Sigma-XL-2-1024-MS.pth",
"size": "2.47GB"
}, },
{ {
"name": "TAESD3 Decoder", "name": "TAESD3 Decoder",
@ -18,7 +19,8 @@
"description": "(SD3 Verison) To view the preview in high quality while running samples in ComfyUI, you will need this model.", "description": "(SD3 Verison) To view the preview in high quality while running samples in ComfyUI, you will need this model.",
"reference": "https://github.com/madebyollin/taesd", "reference": "https://github.com/madebyollin/taesd",
"filename": "taesd3_decoder.pth", "filename": "taesd3_decoder.pth",
"url": "https://github.com/madebyollin/taesd/raw/main/taesd3_decoder.pth" "url": "https://github.com/madebyollin/taesd/raw/main/taesd3_decoder.pth",
"size": "4.94MB"
}, },
{ {
"name": "TAESD3 Encoder", "name": "TAESD3 Encoder",
@ -28,7 +30,8 @@
"description": "(SD3 Verison) To view the preview in high quality while running samples in ComfyUI, you will need this model.", "description": "(SD3 Verison) To view the preview in high quality while running samples in ComfyUI, you will need this model.",
"reference": "https://github.com/madebyollin/taesd", "reference": "https://github.com/madebyollin/taesd",
"filename": "taesd3_encoder.pth", "filename": "taesd3_encoder.pth",
"url": "https://github.com/madebyollin/taesd/raw/main/taesd3_encoder.pth" "url": "https://github.com/madebyollin/taesd/raw/main/taesd3_encoder.pth",
"size": "4.94MB"
}, },
{ {
@ -39,7 +42,8 @@
"description": "[774MB] Controlnet SDXL Tile model realistic version.", "description": "[774MB] Controlnet SDXL Tile model realistic version.",
"reference": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic", "reference": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic",
"filename": "TTPLANET_Controlnet_Tile_realistic_v2_rank256.safetensors", "filename": "TTPLANET_Controlnet_Tile_realistic_v2_rank256.safetensors",
"url": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic/resolve/main/TTPLANET_Controlnet_Tile_realistic_v2_rank256.safetensors" "url": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic/resolve/main/TTPLANET_Controlnet_Tile_realistic_v2_rank256.safetensors",
"size": "774.4MB"
}, },
{ {
@ -50,7 +54,8 @@
"description": "[195MB] DepthAnythingV2 model", "description": "[195MB] DepthAnythingV2 model",
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main", "reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
"filename": "depth_anything_v2_vitb_fp16.safetensors", "filename": "depth_anything_v2_vitb_fp16.safetensors",
"url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vitb_fp16.safetensors" "url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vitb_fp16.safetensors",
"size": "195.0MB"
}, },
{ {
"name": "kijai/DepthAnythingV2 (vitb/fp32)", "name": "kijai/DepthAnythingV2 (vitb/fp32)",
@ -60,7 +65,8 @@
"description": "[390MB] DepthAnythingV2 model", "description": "[390MB] DepthAnythingV2 model",
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main", "reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
"filename": "depth_anything_v2_vitb_fp32.safetensors", "filename": "depth_anything_v2_vitb_fp32.safetensors",
"url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vitb_fp32.safetensors" "url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vitb_fp32.safetensors",
"size": "389.9MB"
}, },
{ {
"name": "kijai/DepthAnythingV2 (vitl/fp16)", "name": "kijai/DepthAnythingV2 (vitl/fp16)",
@ -70,7 +76,8 @@
"description": "[671MB] DepthAnythingV2 model", "description": "[671MB] DepthAnythingV2 model",
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main", "reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
"filename": "depth_anything_v2_vitl_fp16.safetensors", "filename": "depth_anything_v2_vitl_fp16.safetensors",
"url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vitl_fp16.safetensors" "url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vitl_fp16.safetensors",
"size": "670.7MB"
}, },
{ {
"name": "kijai/DepthAnythingV2 (vitl/fp32)", "name": "kijai/DepthAnythingV2 (vitl/fp32)",
@ -80,7 +87,8 @@
"description": "[195MB] DepthAnythingV2 model", "description": "[195MB] DepthAnythingV2 model",
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main", "reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
"filename": "depth_anything_v2_vitl_fp32.safetensors", "filename": "depth_anything_v2_vitl_fp32.safetensors",
"url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vitl_fp32.safetensors" "url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vitl_fp32.safetensors",
"size": "1.34GB"
}, },
{ {
"name": "kijai/DepthAnythingV2 (vits/fp16)", "name": "kijai/DepthAnythingV2 (vits/fp16)",
@ -90,7 +98,8 @@
"description": "[49.6MB] DepthAnythingV2 model", "description": "[49.6MB] DepthAnythingV2 model",
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main", "reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
"filename": "depth_anything_v2_vits_fp16.safetensors", "filename": "depth_anything_v2_vits_fp16.safetensors",
"url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vits_fp16.safetensors" "url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vits_fp16.safetensors",
"size": "49.6MB"
}, },
{ {
"name": "kijai/DepthAnythingV2 (vitb/fp32)", "name": "kijai/DepthAnythingV2 (vitb/fp32)",
@ -100,7 +109,8 @@
"description": "[99.2MB] DepthAnythingV2 model", "description": "[99.2MB] DepthAnythingV2 model",
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main", "reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
"filename": "depth_anything_v2_vits_fp32.safetensors", "filename": "depth_anything_v2_vits_fp32.safetensors",
"url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vits_fp32.safetensors" "url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vits_fp32.safetensors",
"size": "99.2MB"
}, },
{ {
@ -111,7 +121,8 @@
"description": "[2.5GB] AnyTest Controlnet. A model for style transfer.", "description": "[2.5GB] AnyTest Controlnet. A model for style transfer.",
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main", "reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
"filename": "CN-anytest_v4-marged.safetensors", "filename": "CN-anytest_v4-marged.safetensors",
"url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged.safetensors" "url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged.safetensors",
"size": "2.50GB"
}, },
{ {
"name": "CN-anytest_v4-marged_am_dim256.safetensors (dim256/Animagine)", "name": "CN-anytest_v4-marged_am_dim256.safetensors (dim256/Animagine)",
@ -121,7 +132,8 @@
"description": "[774MB] AnyTest Controlnet Lora (dim256) for Animagine. A model for style transfer.", "description": "[774MB] AnyTest Controlnet Lora (dim256) for Animagine. A model for style transfer.",
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main", "reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
"filename": "CN-anytest_v4-marged_am_dim256.safetensors", "filename": "CN-anytest_v4-marged_am_dim256.safetensors",
"url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged_am_dim256.safetensors" "url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged_am_dim256.safetensors",
"size": "774.4MB"
}, },
{ {
"name": "CN-anytest_v4-marged_am_dim128.safetensors (dim128/Animagine)", "name": "CN-anytest_v4-marged_am_dim128.safetensors (dim128/Animagine)",
@ -131,7 +143,8 @@
"description": "[396MB] AnyTest Controlnet Lora (dim128) for Animagine. A model for style transfer.", "description": "[396MB] AnyTest Controlnet Lora (dim128) for Animagine. A model for style transfer.",
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main", "reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
"filename": "CN-anytest_v4-marged_am_dim128.safetensors", "filename": "CN-anytest_v4-marged_am_dim128.safetensors",
"url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged_am_dim128.safetensors" "url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged_am_dim128.safetensors",
"size": "395.7MB"
}, },
{ {
"name": "CN-anytest_v4-marged_pn_dim256.safetensors (dim256/Pony)", "name": "CN-anytest_v4-marged_pn_dim256.safetensors (dim256/Pony)",
@ -141,7 +154,8 @@
"description": "[774MB] AnyTest Controlnet Lora (dim256) for Pony. A model for style transfer.", "description": "[774MB] AnyTest Controlnet Lora (dim256) for Pony. A model for style transfer.",
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main", "reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
"filename": "CN-anytest_v4-marged_pn_dim256.safetensors", "filename": "CN-anytest_v4-marged_pn_dim256.safetensors",
"url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged_pn_dim256.safetensors" "url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged_pn_dim256.safetensors",
"size": "774.4MB"
}, },
{ {
"name": "CN-anytest_v4-marged_pn_dim128.safetensors (dim128/Pony)", "name": "CN-anytest_v4-marged_pn_dim128.safetensors (dim128/Pony)",
@ -151,9 +165,9 @@
"description": "[396MB] AnyTest Controlnet Lora (dim128) for Pony. A model for style transfer.", "description": "[396MB] AnyTest Controlnet Lora (dim128) for Pony. A model for style transfer.",
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main", "reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
"filename": "CN-anytest_v4-marged_pn_dim128.safetensors", "filename": "CN-anytest_v4-marged_pn_dim128.safetensors",
"url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged_pn_dim128.safetensors" "url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged_pn_dim128.safetensors",
"size": "395.7MB"
}, },
{ {
"name": "CN-anytest_v3-50000_fp16.safetensors (fp16)", "name": "CN-anytest_v3-50000_fp16.safetensors (fp16)",
"type": "controlnet", "type": "controlnet",
@ -162,7 +176,8 @@
"description": "[2.5GB] AnyTest Controlnet. A strict control model.", "description": "[2.5GB] AnyTest Controlnet. A strict control model.",
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main", "reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
"filename": "CN-anytest_v3-50000_fp16.safetensors", "filename": "CN-anytest_v3-50000_fp16.safetensors",
"url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v3-50000_fp16.safetensors" "url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v3-50000_fp16.safetensors",
"size": "2.50GB"
}, },
{ {
"name": "CN-anytest_v3-50000_am_dim256.safetensors (dim256/Animagine)", "name": "CN-anytest_v3-50000_am_dim256.safetensors (dim256/Animagine)",
@ -172,7 +187,8 @@
"description": "[774MB] AnyTest Controlnet Lora (dim256) for Animagine. A strict control model.", "description": "[774MB] AnyTest Controlnet Lora (dim256) for Animagine. A strict control model.",
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main", "reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
"filename": "CN-anytest_v3-50000_am_dim256.safetensors", "filename": "CN-anytest_v3-50000_am_dim256.safetensors",
"url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v3-50000_am_dim256.safetensors" "url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v3-50000_am_dim256.safetensors",
"size": "774.4MB"
}, },
{ {
"name": "CN-anytest_v3-50000_am_dim128.safetensors (dim128/Animagine)", "name": "CN-anytest_v3-50000_am_dim128.safetensors (dim128/Animagine)",
@ -182,7 +198,8 @@
"description": "[396MB] AnyTest Controlnet Lora (dim128) for Animagine. A strict control model.", "description": "[396MB] AnyTest Controlnet Lora (dim128) for Animagine. A strict control model.",
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main", "reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
"filename": "CN-anytest_v3-50000_am_dim128.safetensors", "filename": "CN-anytest_v3-50000_am_dim128.safetensors",
"url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v3-50000_am_dim128.safetensors" "url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v3-50000_am_dim128.safetensors",
"size": "395.7MB"
}, },
{ {
"name": "CN-anytest_v3-50000_pn_dim256.safetensors (dim256/Pony)", "name": "CN-anytest_v3-50000_pn_dim256.safetensors (dim256/Pony)",
@ -192,7 +209,8 @@
"description": "[774MB] AnyTest Controlnet Lora (dim256) for Pony. A strict control model.", "description": "[774MB] AnyTest Controlnet Lora (dim256) for Pony. A strict control model.",
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main", "reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
"filename": "CN-anytest_v3-50000_pn_dim256.safetensors", "filename": "CN-anytest_v3-50000_pn_dim256.safetensors",
"url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v3-50000_pn_dim256.safetensors" "url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v3-50000_pn_dim256.safetensors",
"size": "774.4MB"
}, },
{ {
"name": "CN-anytest_v3-50000_pn_dim128.safetensors (dim128/Pony)", "name": "CN-anytest_v3-50000_pn_dim128.safetensors (dim128/Pony)",
@ -202,7 +220,8 @@
"description": "[396MB] AnyTest Controlnet Lora (dim128) for Pony. A strict control model.", "description": "[396MB] AnyTest Controlnet Lora (dim128) for Pony. A strict control model.",
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main", "reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
"filename": "CN-anytest_v3-50000_pn_dim128.safetensors", "filename": "CN-anytest_v3-50000_pn_dim128.safetensors",
"url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v3-50000_pn_dim128.safetensors" "url": "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v3-50000_pn_dim128.safetensors",
"size": "395.7MB"
}, },
{ {
@ -213,7 +232,8 @@
"description": "[5.25GB] ToonCrafter checkpoint model for ComfyUI-DynamiCrafterWrapper", "description": "[5.25GB] ToonCrafter checkpoint model for ComfyUI-DynamiCrafterWrapper",
"reference": "https://huggingface.co/Kijai/DynamiCrafter_pruned", "reference": "https://huggingface.co/Kijai/DynamiCrafter_pruned",
"filename": "tooncrafter_512_interp-fp16.safetensors", "filename": "tooncrafter_512_interp-fp16.safetensors",
"url": "https://huggingface.co/Kijai/DynamiCrafter_pruned/resolve/main/tooncrafter_512_interp-fp16.safetensors" "url": "https://huggingface.co/Kijai/DynamiCrafter_pruned/resolve/main/tooncrafter_512_interp-fp16.safetensors",
"size": "5.25GB"
}, },
{ {
@ -224,7 +244,8 @@
"description": "[2.5GB] Controlnet SDXL Scribble model.", "description": "[2.5GB] Controlnet SDXL Scribble model.",
"reference": "https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0", "reference": "https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0",
"filename": "diffusion_pytorch_model.safetensors", "filename": "diffusion_pytorch_model.safetensors",
"url": "https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" "url": "https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors",
"size": "2.50GB"
}, },
{ {
"name": "xinsir/Controlnet-Canny-Sdxl-1.0 (V2)", "name": "xinsir/Controlnet-Canny-Sdxl-1.0 (V2)",
@ -234,7 +255,8 @@
"description": "[2.5GB] Controlnet SDXL Canny model.", "description": "[2.5GB] Controlnet SDXL Canny model.",
"reference": "https://huggingface.co/xinsir/controlnet-canny-sdxl-1.0", "reference": "https://huggingface.co/xinsir/controlnet-canny-sdxl-1.0",
"filename": "diffusion_pytorch_model_V2.safetensors", "filename": "diffusion_pytorch_model_V2.safetensors",
"url": "https://huggingface.co/xinsir/controlnet-canny-sdxl-1.0/resolve/main/diffusion_pytorch_model_V2.safetensors" "url": "https://huggingface.co/xinsir/controlnet-canny-sdxl-1.0/resolve/main/diffusion_pytorch_model_V2.safetensors",
"size": "2.50GB"
}, },
{ {
"name": "xinsir/Controlnet-Openpose-Sdxl-1.0", "name": "xinsir/Controlnet-Openpose-Sdxl-1.0",
@ -244,7 +266,8 @@
"description": "[2.5GB] Controlnet SDXL Openpose model.", "description": "[2.5GB] Controlnet SDXL Openpose model.",
"reference": "https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0", "reference": "https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0",
"filename": "diffusion_pytorch_model.safetensors", "filename": "diffusion_pytorch_model.safetensors",
"url": "https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" "url": "https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors",
"size": "2.50GB"
}, },
{ {
"name": "xinsir/Controlnet-Openpose-Sdxl-1.0 (Ver. twins)", "name": "xinsir/Controlnet-Openpose-Sdxl-1.0 (Ver. twins)",
@ -254,7 +277,8 @@
"description": "[2.5GB] Controlnet SDXL Openpose model. (Ver. twins)", "description": "[2.5GB] Controlnet SDXL Openpose model. (Ver. twins)",
"reference": "https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0", "reference": "https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0",
"filename": "diffusion_pytorch_model_twins.safetensors", "filename": "diffusion_pytorch_model_twins.safetensors",
"url": "https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0/resolve/main/diffusion_pytorch_model_twins.safetensors" "url": "https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0/resolve/main/diffusion_pytorch_model_twins.safetensors",
"size": "2.50GB"
}, },
{ {
"name": "xinsir/Controlnet-Scribble-Sdxl-1.0-Anime", "name": "xinsir/Controlnet-Scribble-Sdxl-1.0-Anime",
@ -264,7 +288,8 @@
"description": "[2.5GB] Controlnet SDXL Scribble model. (Ver. anime)", "description": "[2.5GB] Controlnet SDXL Scribble model. (Ver. anime)",
"reference": "https://huggingface.co/xinsir/anime-painter", "reference": "https://huggingface.co/xinsir/anime-painter",
"filename": "diffusion_pytorch_model.safetensors", "filename": "diffusion_pytorch_model.safetensors",
"url": "https://huggingface.co/xinsir/anime-painter/resolve/main/diffusion_pytorch_model.safetensors" "url": "https://huggingface.co/xinsir/anime-painter/resolve/main/diffusion_pytorch_model.safetensors",
"size": "2.50GB"
}, },
{ {
@ -275,9 +300,43 @@
"description": "[10.5GB] ToonCrafter checkpoint model for ComfyUI-ToonCrafter", "description": "[10.5GB] ToonCrafter checkpoint model for ComfyUI-ToonCrafter",
"reference": "https://huggingface.co/Doubiiu/ToonCrafter/tree/main", "reference": "https://huggingface.co/Doubiiu/ToonCrafter/tree/main",
"filename": "model.ckpt", "filename": "model.ckpt",
"url": "https://huggingface.co/Doubiiu/ToonCrafter/resolve/main/model.ckpt" "url": "https://huggingface.co/Doubiiu/ToonCrafter/resolve/main/model.ckpt",
"size": "10.5GB"
}, },
{
"name": "ViperYX/RGT_x2.pth",
"type": "RGT",
"base": "RGT",
"save_path": "RGT/RGT",
"description": "[180MB] RGT x2 upscale model for ComfyUI-RGT",
"reference": "https://huggingface.co/ViperYX/RGT/tree/main",
"filename": "RGT_x2.pth",
"url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT/RGT_x2.pth",
"size": "179.8MB"
},
{
"name": "ViperYX/RGT_x3.pth",
"type": "RGT",
"base": "RGT",
"save_path": "RGT/RGT",
"description": "[180MB] RGT x3 upscale model for ComfyUI-RGT",
"reference": "https://huggingface.co/ViperYX/RGT/tree/main",
"filename": "RGT_x3.pth",
"url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT/RGT_x3.pth",
"size": "180.5MB"
},
{
"name": "ViperYX/RGT_x4.pth",
"type": "RGT",
"base": "RGT",
"save_path": "RGT/RGT",
"description": "[180MB] RGT_S x4 upscale model for ComfyUI-RGT",
"reference": "https://huggingface.co/ViperYX/RGT/tree/main",
"filename": "RGT_x4.pth",
"url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT/RGT_x4.pth",
"size": "180.4MB"
},
{ {
"name": "ViperYX/RGT_S_x2.pth", "name": "ViperYX/RGT_S_x2.pth",
"type": "RGT", "type": "RGT",
@ -286,7 +345,8 @@
"description": "[135MB] RGT_S x2 upscale model for ComfyUI-RGT", "description": "[135MB] RGT_S x2 upscale model for ComfyUI-RGT",
"reference": "https://huggingface.co/ViperYX/RGT/tree/main", "reference": "https://huggingface.co/ViperYX/RGT/tree/main",
"filename": "RGT_S_x2.pth", "filename": "RGT_S_x2.pth",
"url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x2.pth" "url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x2.pth",
"size": "135.4MB"
}, },
{ {
"name": "ViperYX/RGT_S_x3.pth", "name": "ViperYX/RGT_S_x3.pth",
@ -296,7 +356,8 @@
"description": "[136MB] RGT_S x3 upscale model for ComfyUI-RGT", "description": "[136MB] RGT_S x3 upscale model for ComfyUI-RGT",
"reference": "https://huggingface.co/ViperYX/RGT/tree/main", "reference": "https://huggingface.co/ViperYX/RGT/tree/main",
"filename": "RGT_S_x3.pth", "filename": "RGT_S_x3.pth",
"url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x3.pth" "url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x3.pth",
"size": "136.1MB"
}, },
{ {
"name": "ViperYX/RGT_S_x4.pth", "name": "ViperYX/RGT_S_x4.pth",
@ -306,7 +367,8 @@
"description": "[136MB] RGT_S x4 upscale model for ComfyUI-RGT", "description": "[136MB] RGT_S x4 upscale model for ComfyUI-RGT",
"reference": "https://huggingface.co/ViperYX/RGT/tree/main", "reference": "https://huggingface.co/ViperYX/RGT/tree/main",
"filename": "RGT_S_x4.pth", "filename": "RGT_S_x4.pth",
"url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x4.pth" "url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x4.pth",
"size": "136.0MB"
}, },
{ {
@ -317,7 +379,8 @@
"description": "[2.5GB] Controlnet SDXL Tile model realistic version.", "description": "[2.5GB] Controlnet SDXL Tile model realistic version.",
"reference": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic", "reference": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic",
"filename": "TTPLANET_Controlnet_Tile_realistic_v2_fp16.safetensors", "filename": "TTPLANET_Controlnet_Tile_realistic_v2_fp16.safetensors",
"url": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic/resolve/main/TTPLANET_Controlnet_Tile_realistic_v2_fp16.safetensors" "url": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic/resolve/main/TTPLANET_Controlnet_Tile_realistic_v2_fp16.safetensors",
"size": "2.50GB"
}, },
{ {
@ -328,7 +391,8 @@
"description": "CustomNet pretrained model for ComfyUI_CustomNet", "description": "CustomNet pretrained model for ComfyUI_CustomNet",
"reference": "https://huggingface.co/TencentARC/CustomNet/tree/main", "reference": "https://huggingface.co/TencentARC/CustomNet/tree/main",
"filename": "customnet_v1.pt", "filename": "customnet_v1.pt",
"url": "https://huggingface.co/TencentARC/CustomNet/resolve/main/customnet_v1.pt" "url": "https://huggingface.co/TencentARC/CustomNet/resolve/main/customnet_v1.pt",
"size": "5.71GB"
}, },
{ {
@ -339,7 +403,8 @@
"description": "ID-Animator checkpoint", "description": "ID-Animator checkpoint",
"reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator", "reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator",
"filename": "animator.ckpt", "filename": "animator.ckpt",
"url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/animator.ckpt" "url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/animator.ckpt",
"size": "247.3MB"
}, },
{ {
"name": "ID-Animator/mm_sd_v15_v2.ckpt", "name": "ID-Animator/mm_sd_v15_v2.ckpt",
@ -349,7 +414,8 @@
"description": "AnimateDiff checkpoint for ID-Animator", "description": "AnimateDiff checkpoint for ID-Animator",
"reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator", "reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator",
"filename": "mm_sd_v15_v2.ckpt", "filename": "mm_sd_v15_v2.ckpt",
"url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/mm_sd_v15_v2.ckpt" "url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/mm_sd_v15_v2.ckpt",
"size": "1.82GB"
}, },
{ {
"name": "ID-Animator/image_encoder", "name": "ID-Animator/image_encoder",
@ -359,7 +425,8 @@
"description": "CLIP Image encoder for ID-Animator", "description": "CLIP Image encoder for ID-Animator",
"reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator", "reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator",
"filename": "model.safetensors", "filename": "model.safetensors",
"url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/image_encoder/model.safetensors" "url": "https://huggingface.co/spaces/ID-Animator/ID-Animator/resolve/main/image_encoder/model.safetensors",
"size": "2.53GB"
}, },
{ {
@ -370,7 +437,8 @@
"description": "The default relighting model, conditioned on text and foreground", "description": "The default relighting model, conditioned on text and foreground",
"reference": "https://huggingface.co/lllyasviel/ic-light", "reference": "https://huggingface.co/lllyasviel/ic-light",
"filename": "iclight_sd15_fc.safetensors", "filename": "iclight_sd15_fc.safetensors",
"url": "https://huggingface.co/lllyasviel/ic-light/resolve/main/iclight_sd15_fc.safetensors" "url": "https://huggingface.co/lllyasviel/ic-light/resolve/main/iclight_sd15_fc.safetensors",
"size": "1.72GB"
}, },
{ {
"name": "IC-Light/fbc", "name": "IC-Light/fbc",
@ -380,7 +448,8 @@
"description": "Relighting model conditioned with text, foreground, and background", "description": "Relighting model conditioned with text, foreground, and background",
"reference": "https://huggingface.co/lllyasviel/ic-light", "reference": "https://huggingface.co/lllyasviel/ic-light",
"filename": "iclight_sd15_fbc.safetensors", "filename": "iclight_sd15_fbc.safetensors",
"url": "https://huggingface.co/lllyasviel/ic-light/resolve/main/iclight_sd15_fbc.safetensors" "url": "https://huggingface.co/lllyasviel/ic-light/resolve/main/iclight_sd15_fbc.safetensors",
"size": "1.72GB"
}, },
{ {
"name": "IC-Light/fcon", "name": "IC-Light/fcon",
@ -390,7 +459,8 @@
"description": "Same as iclight_sd15_fc.safetensors, but trained with offset noise", "description": "Same as iclight_sd15_fc.safetensors, but trained with offset noise",
"reference": "https://huggingface.co/lllyasviel/ic-light", "reference": "https://huggingface.co/lllyasviel/ic-light",
"filename": "iclight_sd15_fcon.safetensors", "filename": "iclight_sd15_fcon.safetensors",
"url": "https://huggingface.co/lllyasviel/ic-light/resolve/main/iclight_sd15_fcon.safetensors" "url": "https://huggingface.co/lllyasviel/ic-light/resolve/main/iclight_sd15_fcon.safetensors",
"size": "1.72GB"
}, },
{ {
@ -401,7 +471,8 @@
"description": "MonsterMMORPG insightface model for cubiq/InstantID", "description": "MonsterMMORPG insightface model for cubiq/InstantID",
"reference": "https://huggingface.co/MonsterMMORPG/tools/tree/main", "reference": "https://huggingface.co/MonsterMMORPG/tools/tree/main",
"filename": "antelopev2.zip", "filename": "antelopev2.zip",
"url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/antelopev2.zip" "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/antelopev2.zip",
"size": "360.7MB"
}, },
{ {
"name": "InstantID/ip-adapter", "name": "InstantID/ip-adapter",
@ -614,78 +685,6 @@
"reference": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/GroundingDINO_SwinT_OGC.cfg.py", "reference": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/GroundingDINO_SwinT_OGC.cfg.py",
"filename": "GroundingDINO_SwinT_OGC.cfg.py", "filename": "GroundingDINO_SwinT_OGC.cfg.py",
"url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py" "url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py"
},
{
"name": "SDXL Lightning LoRA (2step)",
"type": "lora",
"base": "SDXL",
"save_path": "loras/SDXL-Lightning",
"description": "SDXL Lightning LoRA (2step)",
"reference": "https://huggingface.co/ByteDance/SDXL-Lightning",
"filename": "sdxl_lightning_2step_lora.safetensors",
"url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_2step_lora.safetensors"
},
{
"name": "SDXL Lightning LoRA (4step)",
"type": "lora",
"base": "SDXL",
"save_path": "loras/SDXL-Lightning",
"description": "SDXL Lightning LoRA (4step)",
"reference": "https://huggingface.co/ByteDance/SDXL-Lightning",
"filename": "sdxl_lightning_4step_lora.safetensors",
"url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_4step_lora.safetensors"
},
{
"name": "SDXL Lightning LoRA (8step)",
"type": "lora",
"base": "SDXL",
"save_path": "loras/SDXL-Lightning",
"description": "SDXL Lightning LoRA (8tep)",
"reference": "https://huggingface.co/ByteDance/SDXL-Lightning",
"filename": "sdxl_lightning_8step_lora.safetensors",
"url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_8step_lora.safetensors"
},
{
"name": "shape_predictor_68_face_landmarks.dat [Face Analysis]",
"type": "Shape Predictor",
"base": "DLIB",
"save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib",
"description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.",
"reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main",
"filename": "shape_predictor_68_face_landmarks.dat",
"url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/shape_predictor_68_face_landmarks.dat"
},
{
"name": "dlib_face_recognition_resnet_model_v1.dat [Face Analysis]",
"type": "Face Recognition",
"base": "DLIB",
"save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib",
"description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.",
"reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main",
"filename": "dlib_face_recognition_resnet_model_v1.dat",
"url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/dlib_face_recognition_resnet_model_v1.dat"
},
{
"name": "efficient_sam_s_cpu.jit [ComfyUI-YoloWorld-EfficientSAM]",
"type": "efficient_sam",
"base": "efficient_sam",
"save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM",
"description": "Install efficient_sam_s_cpu.jit into ComfyUI-YoloWorld-EfficientSAM",
"reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main",
"filename": "efficient_sam_s_cpu.jit",
"url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_cpu.jit"
},
{
"name": "efficient_sam_s_gpu.jit [ComfyUI-YoloWorld-EfficientSAM]",
"type": "efficient_sam",
"base": "efficient_sam",
"save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM",
"description": "Install efficient_sam_s_gpu.jit into ComfyUI-YoloWorld-EfficientSAM",
"reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main",
"filename": "efficient_sam_s_gpu.jit",
"url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_gpu.jit"
} }
] ]
} }

View File

@ -1,7 +1,7 @@
[project] [project]
name = "comfyui-manager" name = "comfyui-manager"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
version = "2.39" version = "2.40"
license = "LICENSE" license = "LICENSE"
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]