diff --git a/custom-node-list.json b/custom-node-list.json index 17edb703..77bf7e76 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -188,6 +188,7 @@ "author": "WASasquatch", "title": "WAS Node Suite", "reference": "https://github.com/WASasquatch/was-node-suite-comfyui", + "pip": ["numba"], "files": [ "https://github.com/WASasquatch/was-node-suite-comfyui" ], diff --git a/extension-node-map.json b/extension-node-map.json index abefdecc..e91424b0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1033,6 +1033,7 @@ "ImpactSEGSLabelFilter", "ImpactSEGSOrderedFilter", "ImpactSEGSRangeFilter", + "ImpactSEGSToMaskList", "ImpactValueReceiver", "ImpactValueSender", "ImpactWildcardProcessor", @@ -1214,6 +1215,7 @@ "Example" ], "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [ + "CheckpointLoader|pysssss", "ConstrainImage|pysssss", "LoraLoader|pysssss", "MathExpression|pysssss", diff --git a/model-list.json b/model-list.json index bb588f8a..29fb24ff 100644 --- a/model-list.json +++ b/model-list.json @@ -160,6 +160,16 @@ "filename": "easynegative.safetensors", "url": "https://civitai.com/api/download/models/9208" }, + { + "name": "sd_xl_base_1.0_0.9vae.safetensors", + "type": "checkpoints", + "base": "SDXL", + "save_path": "default", + "description": "Stable Diffusion XL base model (VAE 0.9)", + "reference": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0", + "filename": "sd_xl_base_1.0_0.9vae.safetensors", + "url": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors" + }, { "name": "sd_xl_base_1.0.safetensors", "type": "checkpoints", @@ -170,6 +180,16 @@ "filename": "sd_xl_base_1.0.safetensors", "url": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors" }, + { + "name": "sd_xl_refiner_1.0_0.9vae.safetensors", + "type": "checkpoints", + "base": "SDXL", + "save_path": "default", + "description": "Stable Diffusion XL refiner model (VAE 0.9)", + "reference": "https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0", + "filename": "sd_xl_refiner_1.0_0.9vae.safetensors", + "url": "https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0_0.9vae.safetensors" + }, { "name": "stable-diffusion-xl-refiner-1.0", "type": "checkpoints", @@ -180,6 +200,16 @@ "filename": "sd_xl_refiner_1.0.safetensors", "url": "https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors" }, + { + "name": "sd_xl_offset_example-lora_1.0.safetensors", + "type": "lora", + "base": "SDXL", + "save_path": "default", + "description": "Stable Diffusion XL offset LoRA", + "reference": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0", + "filename": "sd_xl_offset_example-lora_1.0.safetensors", + "url": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors" + }, { "name": "v1-5-pruned-emaonly.ckpt", "type": "checkpoints",