mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-15 09:04:52 +08:00
update DB
This commit is contained in:
parent
2bc7167ada
commit
a4fb765a38
@ -2012,7 +2012,6 @@
|
|||||||
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
|
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
|
||||||
[
|
[
|
||||||
"Core ML LCM Converter",
|
"Core ML LCM Converter",
|
||||||
"Core ML LCM Sampler",
|
|
||||||
"CoreMLModelAdapter",
|
"CoreMLModelAdapter",
|
||||||
"CoreMLSampler",
|
"CoreMLSampler",
|
||||||
"CoreMLUNetLoader"
|
"CoreMLUNetLoader"
|
||||||
|
|||||||
@ -370,6 +370,38 @@
|
|||||||
"filename": "kl-f8-anime2.ckpt",
|
"filename": "kl-f8-anime2.ckpt",
|
||||||
"url": "https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/vae/kl-f8-anime2.ckpt"
|
"url": "https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/vae/kl-f8-anime2.ckpt"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "LCM LoRA SD1.5",
|
||||||
|
"type": "lora",
|
||||||
|
"base": "SD1.5",
|
||||||
|
"save_path": "loras/lcm/SD1.5",
|
||||||
|
"description": "Latent Consistency LoRA for SD1.5",
|
||||||
|
"reference": "https://huggingface.co/latent-consistency/lcm-lora-sdv1-5",
|
||||||
|
"filename": "pytorch_lora_weights.safetensors",
|
||||||
|
"url": "https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/resolve/main/pytorch_lora_weights.safetensors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LCM LoRA SSD-1B",
|
||||||
|
"type": "lora",
|
||||||
|
"base": "SSD-1B",
|
||||||
|
"save_path": "loras/lcm/SSD-1B",
|
||||||
|
"description": "Latent Consistency LoRA for SSD-1B",
|
||||||
|
"reference": "https://huggingface.co/latent-consistency/lcm-lora-ssd-1b",
|
||||||
|
"filename": "pytorch_lora_weights.safetensors",
|
||||||
|
"url": "https://huggingface.co/latent-consistency/lcm-lora-ssd-1b/resolve/main/pytorch_lora_weights.safetensors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LCM LoRA SDXL",
|
||||||
|
"type": "lora",
|
||||||
|
"base": "SSD-1B",
|
||||||
|
"save_path": "loras/lcm/SDXL",
|
||||||
|
"description": "Latent Consistency LoRA for SDXL",
|
||||||
|
"reference": "https://huggingface.co/latent-consistency/lcm-lora-sdxl",
|
||||||
|
"filename": "pytorch_lora_weights.safetensors",
|
||||||
|
"url": "https://huggingface.co/latent-consistency/lcm-lora-sdxl/resolve/main/pytorch_lora_weights.safetensors"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Theovercomer8's Contrast Fix (SD2.1)",
|
"name": "Theovercomer8's Contrast Fix (SD2.1)",
|
||||||
"type": "lora",
|
"type": "lora",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "peteromallet",
|
||||||
|
"title": "ComfyUI-AnimateDiff-Creative-Interpolation [WIP]",
|
||||||
|
"reference": "https://github.com/peteromallet/ComfyUI-AnimateDiff-Creative-Interpolation",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/peteromallet/ComfyUI-AnimateDiff-Creative-Interpolation"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes: Batch Creative Interpolation."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "phineas-pta",
|
"author": "phineas-pta",
|
||||||
"title": "comfy-trt-test [WIP]",
|
"title": "comfy-trt-test [WIP]",
|
||||||
|
|||||||
@ -2012,7 +2012,6 @@
|
|||||||
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
|
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
|
||||||
[
|
[
|
||||||
"Core ML LCM Converter",
|
"Core ML LCM Converter",
|
||||||
"Core ML LCM Sampler",
|
|
||||||
"CoreMLModelAdapter",
|
"CoreMLModelAdapter",
|
||||||
"CoreMLSampler",
|
"CoreMLSampler",
|
||||||
"CoreMLUNetLoader"
|
"CoreMLUNetLoader"
|
||||||
|
|||||||
@ -1,5 +1,36 @@
|
|||||||
{
|
{
|
||||||
"models": [
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "LCM LoRA SD1.5",
|
||||||
|
"type": "lora",
|
||||||
|
"base": "SD1.5",
|
||||||
|
"save_path": "loras/lcm/SD1.5",
|
||||||
|
"description": "Latent Consistency LoRA for SD1.5",
|
||||||
|
"reference": "https://huggingface.co/latent-consistency/lcm-lora-sdv1-5",
|
||||||
|
"filename": "pytorch_lora_weights.safetensors",
|
||||||
|
"url": "https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/resolve/main/pytorch_lora_weights.safetensors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LCM LoRA SSD-1B",
|
||||||
|
"type": "lora",
|
||||||
|
"base": "SSD-1B",
|
||||||
|
"save_path": "loras/lcm/SSD-1B",
|
||||||
|
"description": "Latent Consistency LoRA for SSD-1B",
|
||||||
|
"reference": "https://huggingface.co/latent-consistency/lcm-lora-ssd-1b",
|
||||||
|
"filename": "pytorch_lora_weights.safetensors",
|
||||||
|
"url": "https://huggingface.co/latent-consistency/lcm-lora-ssd-1b/resolve/main/pytorch_lora_weights.safetensors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "LCM LoRA SDXL",
|
||||||
|
"type": "lora",
|
||||||
|
"base": "SSD-1B",
|
||||||
|
"save_path": "loras/lcm/SDXL",
|
||||||
|
"description": "Latent Consistency LoRA for SDXL",
|
||||||
|
"reference": "https://huggingface.co/latent-consistency/lcm-lora-sdxl",
|
||||||
|
"filename": "pytorch_lora_weights.safetensors",
|
||||||
|
"url": "https://huggingface.co/latent-consistency/lcm-lora-sdxl/resolve/main/pytorch_lora_weights.safetensors"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "face_yolov8m-seg_60.pt (segm)",
|
"name": "face_yolov8m-seg_60.pt (segm)",
|
||||||
"type": "Ultralytics",
|
"type": "Ultralytics",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user