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
e310072782
commit
2a50beb9ee
@ -3119,6 +3119,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "These nodes include my wrapper for the original diffusers pipeline, as well as work in progress native ComfyUI implementation.\nFor the diffusers wrapper models should be downloaded automatically, for the native version you can get the unet [a/here](https://huggingface.co/Kijai/ControlNeXt-SVD-V2-Comfy/blob/main/controlnext-svd_v2-unet-fp16_converted.safetensors)."
|
"description": "These nodes include my wrapper for the original diffusers pipeline, as well as work in progress native ComfyUI implementation.\nFor the diffusers wrapper models should be downloaded automatically, for the native version you can get the unet [a/here](https://huggingface.co/Kijai/ControlNeXt-SVD-V2-Comfy/blob/main/controlnext-svd_v2-unet-fp16_converted.safetensors)."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "kijai",
|
||||||
|
"title": "ComfyUI Flux Trainer",
|
||||||
|
"reference": "https://github.com/kijai/ComfyUI-FluxTrainer",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/kijai/ComfyUI-FluxTrainer"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Currently supports LoRA training, and untested full finetune with code from kohya's scripts: [a/https://github.com/kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "hhhzzyang",
|
"author": "hhhzzyang",
|
||||||
"title": "Comfyui-Lama",
|
"title": "Comfyui-Lama",
|
||||||
@ -9035,6 +9045,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "a comfyui custom node for [a/GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)"
|
"description": "a comfyui custom node for [a/GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "AIFSH",
|
||||||
|
"title": "FancyVideo-ComfyUI",
|
||||||
|
"reference": "https://github.com/AIFSH/FancyVideo-ComfyUI",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/AIFSH/FancyVideo-ComfyUI"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "a custom node for [a/FancyVideo](https://github.com/360CVGroup/FancyVideo)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Koishi-Star",
|
"author": "Koishi-Star",
|
||||||
"title": "Euler-Smea-Dyn-Sampler",
|
"title": "Euler-Smea-Dyn-Sampler",
|
||||||
@ -9547,6 +9567,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A set of block-based LLM agent node libraries designed for ComfyUI.This project aims to develop a complete set of nodes for LLM workflow construction based on comfyui. It allows users to quickly and conveniently build their own LLM workflows and easily integrate them into their existing SD workflows."
|
"description": "A set of block-based LLM agent node libraries designed for ComfyUI.This project aims to develop a complete set of nodes for LLM workflow construction based on comfyui. It allows users to quickly and conveniently build their own LLM workflows and easily integrate them into their existing SD workflows."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "heshengtao",
|
||||||
|
"title": "comfyui_LLM_schools",
|
||||||
|
"reference": "https://github.com/heshengtao/comfyui_LLM_schools",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/heshengtao/comfyui_LLM_schools"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI node library for fine-tuning LLMs"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "VAST-AI-Research",
|
"author": "VAST-AI-Research",
|
||||||
"title": "Tripo for ComfyUI",
|
"title": "Tripo for ComfyUI",
|
||||||
@ -11026,14 +11056,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "Scorpinaus",
|
"author": "Scorpinaus",
|
||||||
"title": "Loaders for Diffusers-format checkpoints",
|
"title": "ComfyUI-DiffusersLoader",
|
||||||
"id": "diffusersloader",
|
"id": "comfyui-diffusersloader",
|
||||||
"reference": "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader",
|
"reference": "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader"
|
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This project aims to create loaders for diffusers format checkpoint models, making it easier for ComfyUI users to use diffusers format checkpoints instead of the standard checkpoint formats."
|
"description": "This node pack allows loading of SD checkpoints that uses diffusers format in comfyUI."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "chakib-belgaid",
|
"author": "chakib-belgaid",
|
||||||
@ -13280,6 +13310,18 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This is a simple ComfyUI node that will take in a string of 'color' (i.e. 'blue') and output a hex color format."
|
"description": "This is a simple ComfyUI node that will take in a string of 'color' (i.e. 'blue') and output a hex color format."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "phyblas",
|
||||||
|
"title": "paint-by-example @ ComfyUI",
|
||||||
|
"id": "paintbyexample",
|
||||||
|
"reference": "https://github.com/phyblas/paint-by-example_comfyui",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/phyblas/paint-by-example_comfyui"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Implementation of paint-by-example on ComfyUI"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -13658,17 +13700,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "phyblas",
|
|
||||||
"title": "paint-by-example @ ComfyUI",
|
|
||||||
"id": "paintbyexample",
|
|
||||||
"reference": "https://github.com/phyblas/paint-by-example_comfyui",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/phyblas/paint-by-example_comfyui"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Implementation of paint-by-example on ComfyUI"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -554,6 +554,16 @@
|
|||||||
"title_aux": "DiffMorpher-ComfyUI"
|
"title_aux": "DiffMorpher-ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/AIFSH/FancyVideo-ComfyUI": [
|
||||||
|
[
|
||||||
|
"FancyVideoNode",
|
||||||
|
"PreViewVideo",
|
||||||
|
"TextEncode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "FancyVideo-ComfyUI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/AIFSH/GSTTS-ComfyUI": [
|
"https://github.com/AIFSH/GSTTS-ComfyUI": [
|
||||||
[
|
[
|
||||||
"ASRNode",
|
"ASRNode",
|
||||||
@ -708,6 +718,7 @@
|
|||||||
"> Sharpen",
|
"> Sharpen",
|
||||||
"> Text",
|
"> Text",
|
||||||
"> Text Combine",
|
"> Text Combine",
|
||||||
|
"> Text Pick Line by Index",
|
||||||
"> Text Pick Random Line",
|
"> Text Pick Random Line",
|
||||||
"> Text Random Weights",
|
"> Text Random Weights",
|
||||||
"> Text Replace",
|
"> Text Replace",
|
||||||
@ -2837,7 +2848,7 @@
|
|||||||
"MiniCPM_VQA",
|
"MiniCPM_VQA",
|
||||||
"MiniCPM_VQA_Polished",
|
"MiniCPM_VQA_Polished",
|
||||||
"MultipleImagesInput",
|
"MultipleImagesInput",
|
||||||
"PreViewVideo"
|
"PreviewVideo"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI_MiniCPM-V-2_6-int4"
|
"title_aux": "ComfyUI_MiniCPM-V-2_6-int4"
|
||||||
@ -3839,6 +3850,7 @@
|
|||||||
[
|
[
|
||||||
"iToolsAddOverlay",
|
"iToolsAddOverlay",
|
||||||
"iToolsLoadImagePlus",
|
"iToolsLoadImagePlus",
|
||||||
|
"iToolsLoadImages",
|
||||||
"iToolsPromptLoader",
|
"iToolsPromptLoader",
|
||||||
"iToolsPromptSaver"
|
"iToolsPromptSaver"
|
||||||
],
|
],
|
||||||
@ -4691,7 +4703,7 @@
|
|||||||
"DiffusersVAELoader"
|
"DiffusersVAELoader"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Loaders for Diffusers-format checkpoints"
|
"title_aux": "ComfyUI-DiffusersLoader"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [
|
"https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [
|
||||||
@ -6332,9 +6344,10 @@
|
|||||||
"https://github.com/XLabs-AI/x-flux-comfyui": [
|
"https://github.com/XLabs-AI/x-flux-comfyui": [
|
||||||
[
|
[
|
||||||
"ApplyFluxControlNet",
|
"ApplyFluxControlNet",
|
||||||
|
"ApplyFluxIPAdapter",
|
||||||
"FluxLoraLoader",
|
"FluxLoraLoader",
|
||||||
"LoadFluxControlNet",
|
"LoadFluxControlNet",
|
||||||
"LoadFluxModel",
|
"LoadFluxIPAdapter",
|
||||||
"XlabsSampler"
|
"XlabsSampler"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -10556,6 +10569,7 @@
|
|||||||
"FL_HalftonePattern",
|
"FL_HalftonePattern",
|
||||||
"FL_HexagonalPattern",
|
"FL_HexagonalPattern",
|
||||||
"FL_ImageCaptionLayout",
|
"FL_ImageCaptionLayout",
|
||||||
|
"FL_ImageCaptionLayoutPDF",
|
||||||
"FL_ImageCaptionSaver",
|
"FL_ImageCaptionSaver",
|
||||||
"FL_ImageCollage",
|
"FL_ImageCollage",
|
||||||
"FL_ImageDimensionDisplay",
|
"FL_ImageDimensionDisplay",
|
||||||
@ -11630,6 +11644,20 @@
|
|||||||
"title_aux": "comfyui_LLM_party"
|
"title_aux": "comfyui_LLM_party"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/heshengtao/comfyui_LLM_schools": [
|
||||||
|
[
|
||||||
|
"CausalLM_loader",
|
||||||
|
"LLM_Arguments",
|
||||||
|
"LLM_Trainer",
|
||||||
|
"LLM_data_collator",
|
||||||
|
"download_dataset",
|
||||||
|
"get_dataset_name",
|
||||||
|
"split_dataset"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui_LLM_schools"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/hhhzzyang/Comfyui_Lama": [
|
"https://github.com/hhhzzyang/Comfyui_Lama": [
|
||||||
[
|
[
|
||||||
"LamaApply",
|
"LamaApply",
|
||||||
@ -12185,6 +12213,7 @@
|
|||||||
"OrbitPoses to OrbitLists JK",
|
"OrbitPoses to OrbitLists JK",
|
||||||
"Pipe End JK",
|
"Pipe End JK",
|
||||||
"Project Setting JK",
|
"Project Setting JK",
|
||||||
|
"Random Beats JK",
|
||||||
"Refine 1 Parameters Extract JK",
|
"Refine 1 Parameters Extract JK",
|
||||||
"Refine 2 Parameters Extract JK",
|
"Refine 2 Parameters Extract JK",
|
||||||
"Refine Model Parameters JK",
|
"Refine Model Parameters JK",
|
||||||
@ -13061,6 +13090,28 @@
|
|||||||
"title_aux": "ComfyUI-Florence2"
|
"title_aux": "ComfyUI-Florence2"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/kijai/ComfyUI-FluxTrainer": [
|
||||||
|
[
|
||||||
|
"FluxKohyaInferenceSampler",
|
||||||
|
"FluxTrainEnd",
|
||||||
|
"FluxTrainLoop",
|
||||||
|
"FluxTrainModelSelect",
|
||||||
|
"FluxTrainSave",
|
||||||
|
"FluxTrainValidate",
|
||||||
|
"FluxTrainValidationSettings",
|
||||||
|
"InitFluxLoRATraining",
|
||||||
|
"InitFluxTraining",
|
||||||
|
"OptimizerConfig",
|
||||||
|
"OptimizerConfigAdafactor",
|
||||||
|
"TrainDatasetAdd",
|
||||||
|
"TrainDatasetGeneralConfig",
|
||||||
|
"UploadToHuggingFace",
|
||||||
|
"VisualizeLoss"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI Flux Trainer"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/kijai/ComfyUI-Geowizard": [
|
"https://github.com/kijai/ComfyUI-Geowizard": [
|
||||||
[
|
[
|
||||||
"geowizard_model_loader",
|
"geowizard_model_loader",
|
||||||
@ -13146,6 +13197,7 @@
|
|||||||
"ImageBatchRepeatInterleaving",
|
"ImageBatchRepeatInterleaving",
|
||||||
"ImageBatchTestPattern",
|
"ImageBatchTestPattern",
|
||||||
"ImageConcanate",
|
"ImageConcanate",
|
||||||
|
"ImageConcatFromBatch",
|
||||||
"ImageConcatMulti",
|
"ImageConcatMulti",
|
||||||
"ImageGrabPIL",
|
"ImageGrabPIL",
|
||||||
"ImageGridComposite2x2",
|
"ImageGridComposite2x2",
|
||||||
@ -14396,15 +14448,16 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/lucafoscili/comfyui-lf": [
|
"https://github.com/lucafoscili/comfyui-lf": [
|
||||||
[
|
[
|
||||||
"CharacterImpersonator",
|
"LF_CharacterImpersonator",
|
||||||
"GetRandomKeyFromJSON",
|
"LF_DisplayJSON",
|
||||||
"GetValueFromJSON",
|
"LF_GetRandomKeyFromJSON",
|
||||||
"LoadLocalJSON",
|
"LF_GetValueFromJSON",
|
||||||
"Lora2Prompt",
|
"LF_LoadLocalJSON",
|
||||||
"LoraName2Prompt",
|
"LF_Lora2Prompt",
|
||||||
"SeedGenerator",
|
"LF_LoraName2Prompt",
|
||||||
"SwitchInteger",
|
"LF_SeedGenerator",
|
||||||
"WorkflowSettings"
|
"LF_SwitchInteger",
|
||||||
|
"LF_WorkflowSettings"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "LF Nodes"
|
"title_aux": "LF Nodes"
|
||||||
@ -15512,6 +15565,16 @@
|
|||||||
"title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI"
|
"title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/phyblas/paint-by-example_comfyui": [
|
||||||
|
[
|
||||||
|
"PaintbyExampleAdvanced",
|
||||||
|
"PaintbyExampleGen",
|
||||||
|
"PaintbyExampleSimple"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "paint-by-example @ ComfyUI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/picturesonpictures/comfy_PoP": [
|
"https://github.com/picturesonpictures/comfy_PoP": [
|
||||||
[
|
[
|
||||||
"AdaptiveCannyDetector_PoP",
|
"AdaptiveCannyDetector_PoP",
|
||||||
@ -15829,6 +15892,7 @@
|
|||||||
"ComfyAudio.ApplyFilterBank",
|
"ComfyAudio.ApplyFilterBank",
|
||||||
"ComfyAudio.GriffinLim",
|
"ComfyAudio.GriffinLim",
|
||||||
"ComfyAudio.InverseSpectrogram",
|
"ComfyAudio.InverseSpectrogram",
|
||||||
|
"ComfyAudio.LinearFilterBank",
|
||||||
"ComfyAudio.LoadAudio",
|
"ComfyAudio.LoadAudio",
|
||||||
"ComfyAudio.MelScaleFilterBank",
|
"ComfyAudio.MelScaleFilterBank",
|
||||||
"ComfyAudio.PlotFilterBank",
|
"ComfyAudio.PlotFilterBank",
|
||||||
@ -17773,7 +17837,8 @@
|
|||||||
"IPAdapter FaceID With Bool",
|
"IPAdapter FaceID With Bool",
|
||||||
"IPAdapter Mad Scientist Weight_Type",
|
"IPAdapter Mad Scientist Weight_Type",
|
||||||
"Image Blending Mode Mask",
|
"Image Blending Mode Mask",
|
||||||
"Load Image With Bool"
|
"Load Image With Bool",
|
||||||
|
"Load Lora With Shared"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-CustomNodes"
|
"title_aux": "ComfyUI-CustomNodes"
|
||||||
@ -18089,6 +18154,9 @@
|
|||||||
"ErrorLogNode",
|
"ErrorLogNode",
|
||||||
"ExecutionTime",
|
"ExecutionTime",
|
||||||
"FileBasedChatNode",
|
"FileBasedChatNode",
|
||||||
|
"Gemini1_5Text",
|
||||||
|
"Gemini1_5Vision",
|
||||||
|
"GeminiFluxPrompt",
|
||||||
"Gemma2PromptNode",
|
"Gemma2PromptNode",
|
||||||
"GemmaDialogueNode",
|
"GemmaDialogueNode",
|
||||||
"GithubLinkNode",
|
"GithubLinkNode",
|
||||||
|
|||||||
2962
github-stats.json
2962
github-stats.json
File diff suppressed because it is too large
Load Diff
246
model-list.json
246
model-list.json
@ -3595,7 +3595,7 @@
|
|||||||
"save_path": "vae/FLUX1",
|
"save_path": "vae/FLUX1",
|
||||||
"description": "FLUX.1 [Schnell] VAE model",
|
"description": "FLUX.1 [Schnell] VAE model",
|
||||||
"reference": "https://huggingface.co/black-forest-labs/FLUX.1-schnell",
|
"reference": "https://huggingface.co/black-forest-labs/FLUX.1-schnell",
|
||||||
"filename": "ae.sft",
|
"filename": "ae.safetensors",
|
||||||
"url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors",
|
"url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors",
|
||||||
"size": "335MB"
|
"size": "335MB"
|
||||||
},
|
},
|
||||||
@ -3644,6 +3644,250 @@
|
|||||||
"filename": "flux1-schnell-fp8.safetensors",
|
"filename": "flux1-schnell-fp8.safetensors",
|
||||||
"url": "https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell-fp8.safetensors",
|
"url": "https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell-fp8.safetensors",
|
||||||
"size": "17.2GB"
|
"size": "17.2GB"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-F16.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (f16/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-F16.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-F16.gguf",
|
||||||
|
"size": "23.8GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q2_K.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q2_K/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q2_K.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q2_K.gguf",
|
||||||
|
"size": "4.03GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q3_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q3_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q3_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q3_K_S.gguf",
|
||||||
|
"size": "5.23GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q4_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q4_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q4_0.gguf",
|
||||||
|
"size": "6.79GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q4_1.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_1/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q4_1.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q4_1.gguf",
|
||||||
|
"size": "7.53GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q4_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q4_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q4_K_S.gguf",
|
||||||
|
"size": "6.81GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q5_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q5_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q5_0.gguf",
|
||||||
|
"size": "8.27GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q5_1.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_1/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q5_1.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q5_1.gguf",
|
||||||
|
"size": "9.01GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q5_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q5_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q5_K_S.gguf",
|
||||||
|
"size": "8.29GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q6_K.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q6_K/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q6_K.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q6_K.gguf",
|
||||||
|
"size": "9.86GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q8_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q8_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q8_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q8_0.gguf",
|
||||||
|
"size": "12.7GB"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-F16.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (f16/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-F16.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-F16.gguf",
|
||||||
|
"size": "23.8GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q2_K.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q2_K/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q2_K.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q2_K.gguf",
|
||||||
|
"size": "4.01GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q3_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q3_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q3_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q3_K_S.gguf",
|
||||||
|
"size": "5.21GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q4_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q4_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_0.gguf",
|
||||||
|
"size": "6.77GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q4_1.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_1/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q4_1.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_1.gguf",
|
||||||
|
"size": "7.51GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q4_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q4_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_K_S.gguf",
|
||||||
|
"size": "6.78GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q5_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q5_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_0.gguf",
|
||||||
|
"size": "8.25GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q5_1.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_1/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q5_1.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_1.gguf",
|
||||||
|
"size": "8.99GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q5_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q5_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_K_S.gguf",
|
||||||
|
"size": "8.26GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q6_K.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q6_K/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q6_K.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q6_K.gguf",
|
||||||
|
"size": "9.83GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q8_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q8_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q8_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q8_0.gguf",
|
||||||
|
"size": "12.7GB"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -83,6 +83,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "this will automaticlaly read the subfolders like 'checkpoints', 'loras' under the extra model folder path you specify in extra_model_paths.yaml and add them to folder paths, so you don't need to define those subfolders one by one.\nNOTE: invalid pyproject.toml"
|
"description": "this will automaticlaly read the subfolders like 'checkpoints', 'loras' under the extra model folder path you specify in extra_model_paths.yaml and add them to folder paths, so you don't need to define those subfolders one by one.\nNOTE: invalid pyproject.toml"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "Weixuanf",
|
||||||
|
"title": "ComfyUI File Manager for nodecafe.co [WIP]",
|
||||||
|
"reference": "https://github.com/Weixuanf/file-explore",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Weixuanf/file-explore"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "To view and download files in ComfyUI\nNOTE: invalid pyproject.toml"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "sebord",
|
"author": "sebord",
|
||||||
"title": "ComfyUI-LMCQ [WIP]",
|
"title": "ComfyUI-LMCQ [WIP]",
|
||||||
@ -956,17 +966,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Fixed AttentionCouple/NegPip(negative weights in prompts), more CFG++ samplers, etc."
|
"description": "Fixed AttentionCouple/NegPip(negative weights in prompts), more CFG++ samplers, etc."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "Scorpinaus",
|
|
||||||
"title": "ComfyUI-DiffusersLoader",
|
|
||||||
"id": "diffusersloader",
|
|
||||||
"reference": "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "The purpose of this package is to understand how loading of diffusers format checkpoints are done in comfyUI and to create a loader that works for SDXL."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "FoundD-oka",
|
"author": "FoundD-oka",
|
||||||
"title": "ComfyUI KISEKAE-OOTD",
|
"title": "ComfyUI KISEKAE-OOTD",
|
||||||
|
|||||||
@ -250,6 +250,7 @@
|
|||||||
"> Sharpen",
|
"> Sharpen",
|
||||||
"> Text",
|
"> Text",
|
||||||
"> Text Combine",
|
"> Text Combine",
|
||||||
|
"> Text Pick Line by Index",
|
||||||
"> Text Pick Random Line",
|
"> Text Pick Random Line",
|
||||||
"> Text Random Weights",
|
"> Text Random Weights",
|
||||||
"> Text Replace",
|
"> Text Replace",
|
||||||
@ -513,7 +514,7 @@
|
|||||||
"MiniCPM_VQA",
|
"MiniCPM_VQA",
|
||||||
"MiniCPM_VQA_Polished",
|
"MiniCPM_VQA_Polished",
|
||||||
"MultipleImagesInput",
|
"MultipleImagesInput",
|
||||||
"PreViewVideo"
|
"PreviewVideo"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI_MiniCPM-V-2_6-int4"
|
"title_aux": "ComfyUI_MiniCPM-V-2_6-int4"
|
||||||
@ -768,17 +769,6 @@
|
|||||||
"title_aux": "ComfyUI-MS-Nodes [WIP]"
|
"title_aux": "ComfyUI-MS-Nodes [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": [
|
|
||||||
[
|
|
||||||
"CombinedDiffusersLoader",
|
|
||||||
"DiffusersClipLoader",
|
|
||||||
"DiffusersUNETLoader",
|
|
||||||
"DiffusersVAELoader"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "ComfyUI-DiffusersLoader"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": [
|
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": [
|
||||||
[
|
[
|
||||||
"CheckpointLoaderSimpleShared //SeedV",
|
"CheckpointLoaderSimpleShared //SeedV",
|
||||||
@ -1800,6 +1790,7 @@
|
|||||||
"ChooseFromStringList",
|
"ChooseFromStringList",
|
||||||
"Cubby",
|
"Cubby",
|
||||||
"DefineWord",
|
"DefineWord",
|
||||||
|
"LoadImageAndInfoFromPath",
|
||||||
"LookupWord",
|
"LookupWord",
|
||||||
"ReplaceWords",
|
"ReplaceWords",
|
||||||
"TextToStringList",
|
"TextToStringList",
|
||||||
@ -2195,8 +2186,10 @@
|
|||||||
"https://github.com/maepopi/Diffusers-in-ComfyUI": [
|
"https://github.com/maepopi/Diffusers-in-ComfyUI": [
|
||||||
[
|
[
|
||||||
"BLoRALoader",
|
"BLoRALoader",
|
||||||
|
"GenerateImg2Image",
|
||||||
"GenerateInpaintImage",
|
"GenerateInpaintImage",
|
||||||
"GenerateTxt2Image",
|
"GenerateTxt2Image",
|
||||||
|
"Img2ImgStableDiffusionPipeline",
|
||||||
"InpaintingStableDiffusionPipeline",
|
"InpaintingStableDiffusionPipeline",
|
||||||
"LoRALoader",
|
"LoRALoader",
|
||||||
"MakeCanny",
|
"MakeCanny",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,47 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "kijai",
|
||||||
|
"title": "ComfyUI Flux Trainer",
|
||||||
|
"reference": "https://github.com/kijai/ComfyUI-FluxTrainer",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/kijai/ComfyUI-FluxTrainer"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Currently supports LoRA training, and untested full finetune with code from kohya's scripts: [a/https://github.com/kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "AIFSH",
|
||||||
|
"title": "FancyVideo-ComfyUI",
|
||||||
|
"reference": "https://github.com/AIFSH/FancyVideo-ComfyUI",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/AIFSH/FancyVideo-ComfyUI"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "a custom node for [a/FancyVideo](https://github.com/360CVGroup/FancyVideo)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "heshengtao",
|
||||||
|
"title": "comfyui_LLM_schools",
|
||||||
|
"reference": "https://github.com/heshengtao/comfyui_LLM_schools",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/heshengtao/comfyui_LLM_schools"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI node library for fine-tuning LLMs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "phyblas",
|
||||||
|
"title": "paint-by-example @ ComfyUI",
|
||||||
|
"id": "paintbyexample",
|
||||||
|
"reference": "https://github.com/phyblas/paint-by-example_comfyui",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/phyblas/paint-by-example_comfyui"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Implementation of paint-by-example on ComfyUI"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "rhdunn",
|
"author": "rhdunn",
|
||||||
"title": "comfyui-audio-processing",
|
"title": "comfyui-audio-processing",
|
||||||
|
|||||||
@ -554,6 +554,16 @@
|
|||||||
"title_aux": "DiffMorpher-ComfyUI"
|
"title_aux": "DiffMorpher-ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/AIFSH/FancyVideo-ComfyUI": [
|
||||||
|
[
|
||||||
|
"FancyVideoNode",
|
||||||
|
"PreViewVideo",
|
||||||
|
"TextEncode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "FancyVideo-ComfyUI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/AIFSH/GSTTS-ComfyUI": [
|
"https://github.com/AIFSH/GSTTS-ComfyUI": [
|
||||||
[
|
[
|
||||||
"ASRNode",
|
"ASRNode",
|
||||||
@ -708,6 +718,7 @@
|
|||||||
"> Sharpen",
|
"> Sharpen",
|
||||||
"> Text",
|
"> Text",
|
||||||
"> Text Combine",
|
"> Text Combine",
|
||||||
|
"> Text Pick Line by Index",
|
||||||
"> Text Pick Random Line",
|
"> Text Pick Random Line",
|
||||||
"> Text Random Weights",
|
"> Text Random Weights",
|
||||||
"> Text Replace",
|
"> Text Replace",
|
||||||
@ -2837,7 +2848,7 @@
|
|||||||
"MiniCPM_VQA",
|
"MiniCPM_VQA",
|
||||||
"MiniCPM_VQA_Polished",
|
"MiniCPM_VQA_Polished",
|
||||||
"MultipleImagesInput",
|
"MultipleImagesInput",
|
||||||
"PreViewVideo"
|
"PreviewVideo"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI_MiniCPM-V-2_6-int4"
|
"title_aux": "ComfyUI_MiniCPM-V-2_6-int4"
|
||||||
@ -3839,6 +3850,7 @@
|
|||||||
[
|
[
|
||||||
"iToolsAddOverlay",
|
"iToolsAddOverlay",
|
||||||
"iToolsLoadImagePlus",
|
"iToolsLoadImagePlus",
|
||||||
|
"iToolsLoadImages",
|
||||||
"iToolsPromptLoader",
|
"iToolsPromptLoader",
|
||||||
"iToolsPromptSaver"
|
"iToolsPromptSaver"
|
||||||
],
|
],
|
||||||
@ -4691,7 +4703,7 @@
|
|||||||
"DiffusersVAELoader"
|
"DiffusersVAELoader"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Loaders for Diffusers-format checkpoints"
|
"title_aux": "ComfyUI-DiffusersLoader"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [
|
"https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [
|
||||||
@ -6332,9 +6344,10 @@
|
|||||||
"https://github.com/XLabs-AI/x-flux-comfyui": [
|
"https://github.com/XLabs-AI/x-flux-comfyui": [
|
||||||
[
|
[
|
||||||
"ApplyFluxControlNet",
|
"ApplyFluxControlNet",
|
||||||
|
"ApplyFluxIPAdapter",
|
||||||
"FluxLoraLoader",
|
"FluxLoraLoader",
|
||||||
"LoadFluxControlNet",
|
"LoadFluxControlNet",
|
||||||
"LoadFluxModel",
|
"LoadFluxIPAdapter",
|
||||||
"XlabsSampler"
|
"XlabsSampler"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -10556,6 +10569,7 @@
|
|||||||
"FL_HalftonePattern",
|
"FL_HalftonePattern",
|
||||||
"FL_HexagonalPattern",
|
"FL_HexagonalPattern",
|
||||||
"FL_ImageCaptionLayout",
|
"FL_ImageCaptionLayout",
|
||||||
|
"FL_ImageCaptionLayoutPDF",
|
||||||
"FL_ImageCaptionSaver",
|
"FL_ImageCaptionSaver",
|
||||||
"FL_ImageCollage",
|
"FL_ImageCollage",
|
||||||
"FL_ImageDimensionDisplay",
|
"FL_ImageDimensionDisplay",
|
||||||
@ -11630,6 +11644,20 @@
|
|||||||
"title_aux": "comfyui_LLM_party"
|
"title_aux": "comfyui_LLM_party"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/heshengtao/comfyui_LLM_schools": [
|
||||||
|
[
|
||||||
|
"CausalLM_loader",
|
||||||
|
"LLM_Arguments",
|
||||||
|
"LLM_Trainer",
|
||||||
|
"LLM_data_collator",
|
||||||
|
"download_dataset",
|
||||||
|
"get_dataset_name",
|
||||||
|
"split_dataset"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui_LLM_schools"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/hhhzzyang/Comfyui_Lama": [
|
"https://github.com/hhhzzyang/Comfyui_Lama": [
|
||||||
[
|
[
|
||||||
"LamaApply",
|
"LamaApply",
|
||||||
@ -12185,6 +12213,7 @@
|
|||||||
"OrbitPoses to OrbitLists JK",
|
"OrbitPoses to OrbitLists JK",
|
||||||
"Pipe End JK",
|
"Pipe End JK",
|
||||||
"Project Setting JK",
|
"Project Setting JK",
|
||||||
|
"Random Beats JK",
|
||||||
"Refine 1 Parameters Extract JK",
|
"Refine 1 Parameters Extract JK",
|
||||||
"Refine 2 Parameters Extract JK",
|
"Refine 2 Parameters Extract JK",
|
||||||
"Refine Model Parameters JK",
|
"Refine Model Parameters JK",
|
||||||
@ -13061,6 +13090,28 @@
|
|||||||
"title_aux": "ComfyUI-Florence2"
|
"title_aux": "ComfyUI-Florence2"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/kijai/ComfyUI-FluxTrainer": [
|
||||||
|
[
|
||||||
|
"FluxKohyaInferenceSampler",
|
||||||
|
"FluxTrainEnd",
|
||||||
|
"FluxTrainLoop",
|
||||||
|
"FluxTrainModelSelect",
|
||||||
|
"FluxTrainSave",
|
||||||
|
"FluxTrainValidate",
|
||||||
|
"FluxTrainValidationSettings",
|
||||||
|
"InitFluxLoRATraining",
|
||||||
|
"InitFluxTraining",
|
||||||
|
"OptimizerConfig",
|
||||||
|
"OptimizerConfigAdafactor",
|
||||||
|
"TrainDatasetAdd",
|
||||||
|
"TrainDatasetGeneralConfig",
|
||||||
|
"UploadToHuggingFace",
|
||||||
|
"VisualizeLoss"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI Flux Trainer"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/kijai/ComfyUI-Geowizard": [
|
"https://github.com/kijai/ComfyUI-Geowizard": [
|
||||||
[
|
[
|
||||||
"geowizard_model_loader",
|
"geowizard_model_loader",
|
||||||
@ -13146,6 +13197,7 @@
|
|||||||
"ImageBatchRepeatInterleaving",
|
"ImageBatchRepeatInterleaving",
|
||||||
"ImageBatchTestPattern",
|
"ImageBatchTestPattern",
|
||||||
"ImageConcanate",
|
"ImageConcanate",
|
||||||
|
"ImageConcatFromBatch",
|
||||||
"ImageConcatMulti",
|
"ImageConcatMulti",
|
||||||
"ImageGrabPIL",
|
"ImageGrabPIL",
|
||||||
"ImageGridComposite2x2",
|
"ImageGridComposite2x2",
|
||||||
@ -14396,15 +14448,16 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/lucafoscili/comfyui-lf": [
|
"https://github.com/lucafoscili/comfyui-lf": [
|
||||||
[
|
[
|
||||||
"CharacterImpersonator",
|
"LF_CharacterImpersonator",
|
||||||
"GetRandomKeyFromJSON",
|
"LF_DisplayJSON",
|
||||||
"GetValueFromJSON",
|
"LF_GetRandomKeyFromJSON",
|
||||||
"LoadLocalJSON",
|
"LF_GetValueFromJSON",
|
||||||
"Lora2Prompt",
|
"LF_LoadLocalJSON",
|
||||||
"LoraName2Prompt",
|
"LF_Lora2Prompt",
|
||||||
"SeedGenerator",
|
"LF_LoraName2Prompt",
|
||||||
"SwitchInteger",
|
"LF_SeedGenerator",
|
||||||
"WorkflowSettings"
|
"LF_SwitchInteger",
|
||||||
|
"LF_WorkflowSettings"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "LF Nodes"
|
"title_aux": "LF Nodes"
|
||||||
@ -15512,6 +15565,16 @@
|
|||||||
"title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI"
|
"title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/phyblas/paint-by-example_comfyui": [
|
||||||
|
[
|
||||||
|
"PaintbyExampleAdvanced",
|
||||||
|
"PaintbyExampleGen",
|
||||||
|
"PaintbyExampleSimple"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "paint-by-example @ ComfyUI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/picturesonpictures/comfy_PoP": [
|
"https://github.com/picturesonpictures/comfy_PoP": [
|
||||||
[
|
[
|
||||||
"AdaptiveCannyDetector_PoP",
|
"AdaptiveCannyDetector_PoP",
|
||||||
@ -15829,6 +15892,7 @@
|
|||||||
"ComfyAudio.ApplyFilterBank",
|
"ComfyAudio.ApplyFilterBank",
|
||||||
"ComfyAudio.GriffinLim",
|
"ComfyAudio.GriffinLim",
|
||||||
"ComfyAudio.InverseSpectrogram",
|
"ComfyAudio.InverseSpectrogram",
|
||||||
|
"ComfyAudio.LinearFilterBank",
|
||||||
"ComfyAudio.LoadAudio",
|
"ComfyAudio.LoadAudio",
|
||||||
"ComfyAudio.MelScaleFilterBank",
|
"ComfyAudio.MelScaleFilterBank",
|
||||||
"ComfyAudio.PlotFilterBank",
|
"ComfyAudio.PlotFilterBank",
|
||||||
@ -17773,7 +17837,8 @@
|
|||||||
"IPAdapter FaceID With Bool",
|
"IPAdapter FaceID With Bool",
|
||||||
"IPAdapter Mad Scientist Weight_Type",
|
"IPAdapter Mad Scientist Weight_Type",
|
||||||
"Image Blending Mode Mask",
|
"Image Blending Mode Mask",
|
||||||
"Load Image With Bool"
|
"Load Image With Bool",
|
||||||
|
"Load Lora With Shared"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-CustomNodes"
|
"title_aux": "ComfyUI-CustomNodes"
|
||||||
@ -18089,6 +18154,9 @@
|
|||||||
"ErrorLogNode",
|
"ErrorLogNode",
|
||||||
"ExecutionTime",
|
"ExecutionTime",
|
||||||
"FileBasedChatNode",
|
"FileBasedChatNode",
|
||||||
|
"Gemini1_5Text",
|
||||||
|
"Gemini1_5Vision",
|
||||||
|
"GeminiFluxPrompt",
|
||||||
"Gemma2PromptNode",
|
"Gemma2PromptNode",
|
||||||
"GemmaDialogueNode",
|
"GemmaDialogueNode",
|
||||||
"GithubLinkNode",
|
"GithubLinkNode",
|
||||||
|
|||||||
@ -1,5 +1,249 @@
|
|||||||
{
|
{
|
||||||
"models": [
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-F16.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (f16/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-F16.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-F16.gguf",
|
||||||
|
"size": "23.8GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q2_K.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q2_K/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q2_K.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q2_K.gguf",
|
||||||
|
"size": "4.03GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q3_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q3_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q3_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q3_K_S.gguf",
|
||||||
|
"size": "5.23GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q4_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q4_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q4_0.gguf",
|
||||||
|
"size": "6.79GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q4_1.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_1/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q4_1.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q4_1.gguf",
|
||||||
|
"size": "7.53GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q4_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q4_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q4_K_S.gguf",
|
||||||
|
"size": "6.81GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q5_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q5_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q5_0.gguf",
|
||||||
|
"size": "8.27GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q5_1.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_1/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q5_1.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q5_1.gguf",
|
||||||
|
"size": "9.01GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q5_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q5_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q5_K_S.gguf",
|
||||||
|
"size": "8.29GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q6_K.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q6_K/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q6_K.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q6_K.gguf",
|
||||||
|
"size": "9.86GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-dev-Q8_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q8_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
|
||||||
|
"filename": "flux1-dev-Q8_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q8_0.gguf",
|
||||||
|
"size": "12.7GB"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-F16.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (f16/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-F16.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-F16.gguf",
|
||||||
|
"size": "23.8GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q2_K.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q2_K/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q2_K.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q2_K.gguf",
|
||||||
|
"size": "4.01GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q3_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q3_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q3_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q3_K_S.gguf",
|
||||||
|
"size": "5.21GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q4_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q4_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_0.gguf",
|
||||||
|
"size": "6.77GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q4_1.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_1/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q4_1.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_1.gguf",
|
||||||
|
"size": "7.51GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q4_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q4_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q4_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q4_K_S.gguf",
|
||||||
|
"size": "6.78GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q5_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q5_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_0.gguf",
|
||||||
|
"size": "8.25GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q5_1.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_1/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q5_1.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_1.gguf",
|
||||||
|
"size": "8.99GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q5_K_S.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q5_K_S/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q5_K_S.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q5_K_S.gguf",
|
||||||
|
"size": "8.26GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q6_K.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q6_K/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q6_K.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q6_K.gguf",
|
||||||
|
"size": "9.83GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "city96/flux1-schnell-Q8_0.gguf",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "FLUX.1",
|
||||||
|
"save_path": "FLUX1",
|
||||||
|
"description": "FLUX.1 [Dev] Diffusion model (Q8_0/.gguf)",
|
||||||
|
"reference": "https://huggingface.co/city96/FLUX.1-schnell-gguf",
|
||||||
|
"filename": "flux1-schnell-Q8_0.gguf",
|
||||||
|
"url": "https://huggingface.co/city96/FLUX.1-schnell-gguf/resolve/main/flux1-schnell-Q8_0.gguf",
|
||||||
|
"size": "12.7GB"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "city96/t5-v1_1-xxl-encoder-Q3_K_L.gguf",
|
"name": "city96/t5-v1_1-xxl-encoder-Q3_K_L.gguf",
|
||||||
"type": "clip",
|
"type": "clip",
|
||||||
@ -432,264 +676,6 @@
|
|||||||
"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"
|
"size": "774.4MB"
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "kijai/DepthAnythingV2 (vitb/fp16)",
|
|
||||||
"type": "depthanything",
|
|
||||||
"base": "depthanything",
|
|
||||||
"save_path": "depthanything",
|
|
||||||
"description": "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",
|
|
||||||
"size": "195.0MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "kijai/DepthAnythingV2 (vitb/fp32)",
|
|
||||||
"type": "depthanything",
|
|
||||||
"base": "depthanything",
|
|
||||||
"save_path": "depthanything",
|
|
||||||
"description": "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",
|
|
||||||
"size": "389.9MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "kijai/DepthAnythingV2 (vitl/fp16)",
|
|
||||||
"type": "depthanything",
|
|
||||||
"base": "depthanything",
|
|
||||||
"save_path": "depthanything",
|
|
||||||
"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",
|
|
||||||
"size": "670.7MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "kijai/DepthAnythingV2 (vitl/fp32)",
|
|
||||||
"type": "depthanything",
|
|
||||||
"base": "depthanything",
|
|
||||||
"save_path": "depthanything",
|
|
||||||
"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",
|
|
||||||
"size": "1.34GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "kijai/DepthAnythingV2 (vits/fp16)",
|
|
||||||
"type": "depthanything",
|
|
||||||
"base": "depthanything",
|
|
||||||
"save_path": "depthanything",
|
|
||||||
"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",
|
|
||||||
"size": "49.6MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "kijai/DepthAnythingV2 (vitb/fp32)",
|
|
||||||
"type": "depthanything",
|
|
||||||
"base": "depthanything",
|
|
||||||
"save_path": "depthanything",
|
|
||||||
"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",
|
|
||||||
"size": "99.2MB"
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "CN-anytest_v4-marged.safetensors",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL",
|
|
||||||
"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",
|
|
||||||
"size": "2.50GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "CN-anytest_v4-marged_am_dim256.safetensors (dim256/Animagine)",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL",
|
|
||||||
"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",
|
|
||||||
"size": "774.4MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "CN-anytest_v4-marged_am_dim128.safetensors (dim128/Animagine)",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL",
|
|
||||||
"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",
|
|
||||||
"size": "395.7MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "CN-anytest_v4-marged_pn_dim256.safetensors (dim256/Pony)",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL",
|
|
||||||
"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",
|
|
||||||
"size": "774.4MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "CN-anytest_v4-marged_pn_dim128.safetensors (dim128/Pony)",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL",
|
|
||||||
"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",
|
|
||||||
"size": "395.7MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "CN-anytest_v3-50000_fp16.safetensors (fp16)",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL",
|
|
||||||
"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",
|
|
||||||
"size": "2.50GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "CN-anytest_v3-50000_am_dim256.safetensors (dim256/Animagine)",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL",
|
|
||||||
"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",
|
|
||||||
"size": "774.4MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "CN-anytest_v3-50000_am_dim128.safetensors (dim128/Animagine)",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL",
|
|
||||||
"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",
|
|
||||||
"size": "395.7MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "CN-anytest_v3-50000_pn_dim256.safetensors (dim256/Pony)",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL",
|
|
||||||
"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",
|
|
||||||
"size": "774.4MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "CN-anytest_v3-50000_pn_dim128.safetensors (dim128/Pony)",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL",
|
|
||||||
"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",
|
|
||||||
"size": "395.7MB"
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "Kijai/ToonCrafter model checkpoint (interpolation fp16)",
|
|
||||||
"type": "checkpoint",
|
|
||||||
"base": "ToonCrafter",
|
|
||||||
"save_path": "checkpoints/ToonCrafter",
|
|
||||||
"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",
|
|
||||||
"size": "5.25GB"
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "xinsir/Controlnet-Scribble-Sdxl-1.0",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL/controlnet-scribble-sdxl-1.0",
|
|
||||||
"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",
|
|
||||||
"size": "2.50GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "xinsir/Controlnet-Canny-Sdxl-1.0 (V2)",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL/controlnet-canny-sdxl-1.0",
|
|
||||||
"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",
|
|
||||||
"size": "2.50GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "xinsir/Controlnet-Openpose-Sdxl-1.0",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL/controlnet-openpose-sdxl-1.0",
|
|
||||||
"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",
|
|
||||||
"size": "2.50GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "xinsir/Controlnet-Openpose-Sdxl-1.0 (Ver. twins)",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL/controlnet-openpose-sdxl-1.0",
|
|
||||||
"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",
|
|
||||||
"size": "2.50GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "xinsir/Controlnet-Scribble-Sdxl-1.0-Anime",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "SDXL",
|
|
||||||
"save_path": "controlnet/SDXL/controlnet-scribble-sdxl-1.0-anime",
|
|
||||||
"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",
|
|
||||||
"size": "2.50GB"
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "Doubiiu/ToonCrafter model checkpoint",
|
|
||||||
"type": "checkpoint",
|
|
||||||
"base": "ToonCrafter",
|
|
||||||
"save_path": "custom_nodes/ComfyUI-ToonCrafter/ToonCrafter/checkpoints/tooncrafter_512_interp_v1",
|
|
||||||
"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",
|
|
||||||
"size": "10.5GB"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user