update DB

This commit is contained in:
Dr.Lt.Data 2024-12-30 03:10:08 +09:00
parent 5a9270de85
commit 9440d18b25
8 changed files with 2076 additions and 1967 deletions

View File

@ -5553,6 +5553,7 @@
"DoubleClipTextEncode",
"EmbeddingLoader",
"FilmCharDir",
"FlexEmptyLatent",
"FuseImages",
"FuseImages2",
"HashText",
@ -16572,8 +16573,10 @@
"ComfyOnlineSaveFile",
"ComfyOnlineUploadAnything",
"LoadHunyuanLoraFromCivitAI",
"LoadHunyuanLoraFromComfyOnline",
"LoadHunyuanLoraFromHF",
"LoadLoraFromCivitAI",
"LoadLoraFromComfyOnline",
"LoadLoraFromHF"
],
{
@ -22137,8 +22140,11 @@
"FloatSequence",
"IntControl",
"IntSequence",
"IntegerMotionController",
"IntervalControl",
"MotionController",
"QuickShapeMask",
"ROINode",
"StringControl",
"StringSequence",
"TAESDVaeDecode",
@ -25092,6 +25098,7 @@
[
"FalAPIFluxControlNetConfigNode",
"FalAPIFluxControlNetUnionConfigNode",
"FalAPIFluxDevCannyWithLoraNode",
"FalAPIFluxDevImageToImageNode",
"FalAPIFluxDevNode",
"FalAPIFluxDevWithLoraAndControlNetImageToImageNode",

File diff suppressed because it is too large Load Diff

View File

@ -3943,8 +3943,9 @@
"url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vits_fp32.safetensors",
"size": "99.2MB"
},
{
"name": "PixArt-Sigma-XL-2-1024-MS.pth",
"name": "PixArt-Sigma-XL-2-1024-MS.pth (checkpoint)",
"type": "checkpoint",
"base": "pixart-sigma",
"save_path": "checkpoints/PixArt-Sigma",
@ -3955,6 +3956,41 @@
"size": "2.47GB"
},
{
"name": "PixArt-Sigma-XL-2-512-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-sigma",
"save_path": "diffusion_models/PixArt-Sigma",
"description": "PixArt-Sigma Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-512-MS",
"filename": "PixArt-Sigma-XL-2-512-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-512-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.44GB"
},
{
"name": "PixArt-Sigma-XL-2-1024-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-sigma",
"save_path": "diffusion_models/PixArt-Sigma",
"description": "PixArt-Sigma Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-1024-MS",
"filename": "PixArt-Sigma-XL-2-1024-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-1024-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.44GB"
},
{
"name": "PixArt-XL-2-1024-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-alpha",
"save_path": "diffusion_models/PixArt-Alpha",
"description": "PixArt-Alpha Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS",
"filename": "PixArt-XL-2-1024-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.45GB"
},
{
"name": "hunyuan_dit_1.2.safetensors",
"type": "checkpoint",

View File

@ -11,6 +11,16 @@
{
"author": "mehbebe",
"title": "ComfyLoraGallery [WIP]",
"reference": "https://github.com/mehbebe/ComfyLoraGallery",
"files": [
"https://github.com/mehbebe/ComfyLoraGallery"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that will provide a gallery style lora selector similar to the 'lora' tab in Automatic1111."
},
{
"author": "karthikg-09",
"title": "ComfyUI-KG09 [WIP]",

View File

@ -2568,7 +2568,8 @@
[
"WWAA-BuildString",
"WWAA-LineCount",
"WWAA_DitherNode"
"WWAA_DitherNode",
"WWAA_ImageLoader"
],
{
"title_aux": "WWAA-CustomNodes"
@ -2736,6 +2737,7 @@
"ColorPicker",
"DynamicImageCombiner",
"ImageResolutionAdjuster",
"MaskPreview",
"MultilineTextInput",
"RemoveEmptyLinesAndLeadingSpaces",
"RemoveEmptyLinesAndLeadingSpacesAdvance",
@ -3446,6 +3448,14 @@
"title_aux": "ComfyUI mashb1t nodes"
}
],
"https://github.com/mehbebe/ComfyLoraGallery": [
[
"LoraGallery"
],
{
"title_aux": "ComfyLoraGallery [WIP]"
}
],
"https://github.com/melMass/ComfyUI-Lygia": [
[
"LygiaProgram",

File diff suppressed because it is too large Load Diff

View File

@ -5553,6 +5553,7 @@
"DoubleClipTextEncode",
"EmbeddingLoader",
"FilmCharDir",
"FlexEmptyLatent",
"FuseImages",
"FuseImages2",
"HashText",
@ -16572,8 +16573,10 @@
"ComfyOnlineSaveFile",
"ComfyOnlineUploadAnything",
"LoadHunyuanLoraFromCivitAI",
"LoadHunyuanLoraFromComfyOnline",
"LoadHunyuanLoraFromHF",
"LoadLoraFromCivitAI",
"LoadLoraFromComfyOnline",
"LoadLoraFromHF"
],
{
@ -22137,8 +22140,11 @@
"FloatSequence",
"IntControl",
"IntSequence",
"IntegerMotionController",
"IntervalControl",
"MotionController",
"QuickShapeMask",
"ROINode",
"StringControl",
"StringSequence",
"TAESDVaeDecode",
@ -25092,6 +25098,7 @@
[
"FalAPIFluxControlNetConfigNode",
"FalAPIFluxControlNetUnionConfigNode",
"FalAPIFluxDevCannyWithLoraNode",
"FalAPIFluxDevImageToImageNode",
"FalAPIFluxDevNode",
"FalAPIFluxDevWithLoraAndControlNetImageToImageNode",

View File

@ -1,5 +1,39 @@
{
"models": [
{
"name": "PixArt-Sigma-XL-2-512-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-sigma",
"save_path": "diffusion_models/PixArt-Sigma",
"description": "PixArt-Sigma Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-512-MS",
"filename": "PixArt-Sigma-XL-2-512-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-512-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.44GB"
},
{
"name": "PixArt-Sigma-XL-2-1024-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-sigma",
"save_path": "diffusion_models/PixArt-Sigma",
"description": "PixArt-Sigma Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-1024-MS",
"filename": "PixArt-Sigma-XL-2-1024-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-1024-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.44GB"
},
{
"name": "PixArt-XL-2-1024-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-alpha",
"save_path": "diffusion_models/PixArt-Alpha",
"description": "PixArt-Alpha Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS",
"filename": "PixArt-XL-2-1024-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.45GB"
},
{
"name": "Comfy-Org/hunyuan_video_t2v_720p_bf16.safetensors",
"type": "diffusion_model",