mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
version marker
This commit is contained in:
parent
aa3db7d2b4
commit
951e5ecd67
@ -2920,6 +2920,7 @@
|
||||
[
|
||||
"AnimeCosplayDir",
|
||||
"AspectRatioCondition",
|
||||
"ChooseImage",
|
||||
"Colors",
|
||||
"CombinedCrop",
|
||||
"ConnectFloat",
|
||||
@ -2937,6 +2938,7 @@
|
||||
"HueSatLum",
|
||||
"HueShift",
|
||||
"ImageDimensions",
|
||||
"ImageDimensionsBatch",
|
||||
"ImageOverlayResized",
|
||||
"ImageResizeLong",
|
||||
"ImageZigzag",
|
||||
@ -9585,6 +9587,7 @@
|
||||
"show_text_party",
|
||||
"start_dialog",
|
||||
"start_workflow",
|
||||
"story_json_tool",
|
||||
"string_logic",
|
||||
"substring",
|
||||
"time_tool",
|
||||
@ -11596,6 +11599,7 @@
|
||||
"RetrieveBackendData //Inspire",
|
||||
"RetrieveBackendDataNumberKey //Inspire",
|
||||
"ScheduledCFGGuider //Inspire",
|
||||
"ScheduledPerpNegCFGGuider //Inspire",
|
||||
"SeedExplorer //Inspire",
|
||||
"SelectNthMask //Inspire",
|
||||
"ShowCachedInfo //Inspire",
|
||||
@ -13437,10 +13441,10 @@
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_StoryDiffusion": [
|
||||
[
|
||||
"Character_Batch",
|
||||
"Comic_Type",
|
||||
"Pre_Translate_prompt",
|
||||
"Storydiffusion_Img2Img",
|
||||
"Storydiffusion_Model_Loader",
|
||||
"Storydiffusion_Text2Img"
|
||||
],
|
||||
{
|
||||
|
||||
1152
github-stats.json
1152
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,7 @@ sys.path.append(glob_path)
|
||||
import cm_global
|
||||
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 '')
|
||||
|
||||
comfyui_manager_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
@ -2920,6 +2920,7 @@
|
||||
[
|
||||
"AnimeCosplayDir",
|
||||
"AspectRatioCondition",
|
||||
"ChooseImage",
|
||||
"Colors",
|
||||
"CombinedCrop",
|
||||
"ConnectFloat",
|
||||
@ -2937,6 +2938,7 @@
|
||||
"HueSatLum",
|
||||
"HueShift",
|
||||
"ImageDimensions",
|
||||
"ImageDimensionsBatch",
|
||||
"ImageOverlayResized",
|
||||
"ImageResizeLong",
|
||||
"ImageZigzag",
|
||||
@ -9585,6 +9587,7 @@
|
||||
"show_text_party",
|
||||
"start_dialog",
|
||||
"start_workflow",
|
||||
"story_json_tool",
|
||||
"string_logic",
|
||||
"substring",
|
||||
"time_tool",
|
||||
@ -11596,6 +11599,7 @@
|
||||
"RetrieveBackendData //Inspire",
|
||||
"RetrieveBackendDataNumberKey //Inspire",
|
||||
"ScheduledCFGGuider //Inspire",
|
||||
"ScheduledPerpNegCFGGuider //Inspire",
|
||||
"SeedExplorer //Inspire",
|
||||
"SelectNthMask //Inspire",
|
||||
"ShowCachedInfo //Inspire",
|
||||
@ -13437,10 +13441,10 @@
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_StoryDiffusion": [
|
||||
[
|
||||
"Character_Batch",
|
||||
"Comic_Type",
|
||||
"Pre_Translate_prompt",
|
||||
"Storydiffusion_Img2Img",
|
||||
"Storydiffusion_Model_Loader",
|
||||
"Storydiffusion_Text2Img"
|
||||
],
|
||||
{
|
||||
|
||||
@ -8,7 +8,8 @@
|
||||
"description": "[2.47GB] PixArt-Sigma Checkpoint model",
|
||||
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma/tree/main",
|
||||
"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",
|
||||
@ -18,7 +19,8 @@
|
||||
"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",
|
||||
"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",
|
||||
@ -28,7 +30,8 @@
|
||||
"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",
|
||||
"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.",
|
||||
"reference": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic",
|
||||
"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",
|
||||
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
|
||||
"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)",
|
||||
@ -60,7 +65,8 @@
|
||||
"description": "[390MB] DepthAnythingV2 model",
|
||||
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
|
||||
"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)",
|
||||
@ -70,7 +76,8 @@
|
||||
"description": "[671MB] DepthAnythingV2 model",
|
||||
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
|
||||
"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)",
|
||||
@ -80,7 +87,8 @@
|
||||
"description": "[195MB] DepthAnythingV2 model",
|
||||
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
|
||||
"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)",
|
||||
@ -90,7 +98,8 @@
|
||||
"description": "[49.6MB] DepthAnythingV2 model",
|
||||
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
|
||||
"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)",
|
||||
@ -100,7 +109,8 @@
|
||||
"description": "[99.2MB] DepthAnythingV2 model",
|
||||
"reference": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/tree/main",
|
||||
"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.",
|
||||
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
|
||||
"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)",
|
||||
@ -121,7 +132,8 @@
|
||||
"description": "[774MB] AnyTest Controlnet Lora (dim256) for Animagine. A model for style transfer.",
|
||||
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
|
||||
"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)",
|
||||
@ -131,7 +143,8 @@
|
||||
"description": "[396MB] AnyTest Controlnet Lora (dim128) for Animagine. A model for style transfer.",
|
||||
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
|
||||
"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)",
|
||||
@ -141,7 +154,8 @@
|
||||
"description": "[774MB] AnyTest Controlnet Lora (dim256) for Pony. A model for style transfer.",
|
||||
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
|
||||
"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)",
|
||||
@ -151,9 +165,9 @@
|
||||
"description": "[396MB] AnyTest Controlnet Lora (dim128) for Pony. A model for style transfer.",
|
||||
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
|
||||
"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)",
|
||||
"type": "controlnet",
|
||||
@ -162,7 +176,8 @@
|
||||
"description": "[2.5GB] AnyTest Controlnet. A strict control model.",
|
||||
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
|
||||
"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)",
|
||||
@ -172,7 +187,8 @@
|
||||
"description": "[774MB] AnyTest Controlnet Lora (dim256) for Animagine. A strict control model.",
|
||||
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
|
||||
"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)",
|
||||
@ -182,7 +198,8 @@
|
||||
"description": "[396MB] AnyTest Controlnet Lora (dim128) for Animagine. A strict control model.",
|
||||
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
|
||||
"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)",
|
||||
@ -192,7 +209,8 @@
|
||||
"description": "[774MB] AnyTest Controlnet Lora (dim256) for Pony. A strict control model.",
|
||||
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
|
||||
"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)",
|
||||
@ -202,7 +220,8 @@
|
||||
"description": "[396MB] AnyTest Controlnet Lora (dim128) for Pony. A strict control model.",
|
||||
"reference": "https://huggingface.co/2vXpSwA7/iroiro-lora/tree/main",
|
||||
"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",
|
||||
"reference": "https://huggingface.co/Kijai/DynamiCrafter_pruned",
|
||||
"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.",
|
||||
"reference": "https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0",
|
||||
"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)",
|
||||
@ -234,7 +255,8 @@
|
||||
"description": "[2.5GB] Controlnet SDXL Canny model.",
|
||||
"reference": "https://huggingface.co/xinsir/controlnet-canny-sdxl-1.0",
|
||||
"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",
|
||||
@ -244,7 +266,8 @@
|
||||
"description": "[2.5GB] Controlnet SDXL Openpose model.",
|
||||
"reference": "https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0",
|
||||
"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)",
|
||||
@ -254,7 +277,8 @@
|
||||
"description": "[2.5GB] Controlnet SDXL Openpose model. (Ver. twins)",
|
||||
"reference": "https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0",
|
||||
"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",
|
||||
@ -264,7 +288,8 @@
|
||||
"description": "[2.5GB] Controlnet SDXL Scribble model. (Ver. anime)",
|
||||
"reference": "https://huggingface.co/xinsir/anime-painter",
|
||||
"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",
|
||||
"reference": "https://huggingface.co/Doubiiu/ToonCrafter/tree/main",
|
||||
"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",
|
||||
"type": "RGT",
|
||||
@ -286,7 +345,8 @@
|
||||
"description": "[135MB] RGT_S x2 upscale model for ComfyUI-RGT",
|
||||
"reference": "https://huggingface.co/ViperYX/RGT/tree/main",
|
||||
"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",
|
||||
@ -296,7 +356,8 @@
|
||||
"description": "[136MB] RGT_S x3 upscale model for ComfyUI-RGT",
|
||||
"reference": "https://huggingface.co/ViperYX/RGT/tree/main",
|
||||
"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",
|
||||
@ -306,7 +367,8 @@
|
||||
"description": "[136MB] RGT_S x4 upscale model for ComfyUI-RGT",
|
||||
"reference": "https://huggingface.co/ViperYX/RGT/tree/main",
|
||||
"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.",
|
||||
"reference": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic",
|
||||
"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",
|
||||
"reference": "https://huggingface.co/TencentARC/CustomNet/tree/main",
|
||||
"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",
|
||||
"reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator",
|
||||
"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",
|
||||
@ -349,7 +414,8 @@
|
||||
"description": "AnimateDiff checkpoint for ID-Animator",
|
||||
"reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator",
|
||||
"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",
|
||||
@ -359,7 +425,8 @@
|
||||
"description": "CLIP Image encoder for ID-Animator",
|
||||
"reference": "https://huggingface.co/spaces/ID-Animator/ID-Animator",
|
||||
"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",
|
||||
"reference": "https://huggingface.co/lllyasviel/ic-light",
|
||||
"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",
|
||||
@ -380,7 +448,8 @@
|
||||
"description": "Relighting model conditioned with text, foreground, and background",
|
||||
"reference": "https://huggingface.co/lllyasviel/ic-light",
|
||||
"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",
|
||||
@ -390,7 +459,8 @@
|
||||
"description": "Same as iclight_sd15_fc.safetensors, but trained with offset noise",
|
||||
"reference": "https://huggingface.co/lllyasviel/ic-light",
|
||||
"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",
|
||||
"reference": "https://huggingface.co/MonsterMMORPG/tools/tree/main",
|
||||
"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",
|
||||
@ -614,78 +685,6 @@
|
||||
"reference": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/GroundingDINO_SwinT_OGC.cfg.py",
|
||||
"filename": "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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[project]
|
||||
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."
|
||||
version = "2.39"
|
||||
version = "2.40"
|
||||
license = "LICENSE"
|
||||
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user