diff --git a/extension-node-map.json b/extension-node-map.json index 7ce43b7c..bdbd639d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2012,7 +2012,6 @@ "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [ [ "Core ML LCM Converter", - "Core ML LCM Sampler", "CoreMLModelAdapter", "CoreMLSampler", "CoreMLUNetLoader" diff --git a/model-list.json b/model-list.json index 445999a2..dca21d21 100644 --- a/model-list.json +++ b/model-list.json @@ -370,6 +370,38 @@ "filename": "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)", "type": "lora", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 24881e10..ffd8149d 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "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", "title": "comfy-trt-test [WIP]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 7ce43b7c..bdbd639d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2012,7 +2012,6 @@ "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [ [ "Core ML LCM Converter", - "Core ML LCM Sampler", "CoreMLModelAdapter", "CoreMLSampler", "CoreMLUNetLoader" diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 330eb0f8..6374ea71 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,36 @@ { "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)", "type": "Ultralytics",