From 1292cb378e4ad201d65ff9bc81d2869c701ddb71 Mon Sep 17 00:00:00 2001 From: SeargeDP Date: Thu, 27 Jul 2023 14:27:12 +0200 Subject: [PATCH] Updated ComfyBox workflows to reference SDXL 1.0 instead of 0.9 --- ...eargeSDXL-ComfyBox-Text2Image-NO-CustomNodes.json | 12 ++++++------ ...rgeSDXL-ComfyBox-Text2Image-with-CustomNodes.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/comfybox/SeargeSDXL-ComfyBox-Text2Image-NO-CustomNodes.json b/comfybox/SeargeSDXL-ComfyBox-Text2Image-NO-CustomNodes.json index 94ea483..3a76755 100644 --- a/comfybox/SeargeSDXL-ComfyBox-Text2Image-NO-CustomNodes.json +++ b/comfybox/SeargeSDXL-ComfyBox-Text2Image-NO-CustomNodes.json @@ -953,16 +953,16 @@ "title": "Base Model Name", "properties": { "tags": [], - "defaultValue": "sd_xl_base_0.9.safetensors", + "defaultValue": "sd_xl_base_1.0.safetensors", "multiline": false, "lines": 5, "maxLines": 5 }, "widgets_values": [ - "sd_xl_base_0.9.safetensors" + "sd_xl_base_1.0.safetensors" ], "color": "#223", - "comfyValue": "sd_xl_base_0.9.safetensors", + "comfyValue": "sd_xl_base_1.0.safetensors", "shownOutputProperties": {}, "saveUserState": true }, @@ -1962,16 +1962,16 @@ "title": "Refiner Model Name", "properties": { "tags": [], - "defaultValue": "sd_xl_refiner_0.9.safetensors", + "defaultValue": "sd_xl_refiner_1.0.safetensors", "multiline": false, "lines": 5, "maxLines": 5 }, "widgets_values": [ - "sd_xl_refiner_0.9.safetensors" + "sd_xl_refiner_1.0.safetensors" ], "color": "#223", - "comfyValue": "sd_xl_refiner_0.9.safetensors", + "comfyValue": "sd_xl_refiner_1.0.safetensors", "shownOutputProperties": {}, "saveUserState": true }, diff --git a/comfybox/SeargeSDXL-ComfyBox-Text2Image-with-CustomNodes.json b/comfybox/SeargeSDXL-ComfyBox-Text2Image-with-CustomNodes.json index 754eda2..5b44864 100644 --- a/comfybox/SeargeSDXL-ComfyBox-Text2Image-with-CustomNodes.json +++ b/comfybox/SeargeSDXL-ComfyBox-Text2Image-with-CustomNodes.json @@ -7457,7 +7457,7 @@ }, "widgets_values": [], "color": "#223", - "comfyValue": "sd_xl_base_0.9.safetensors", + "comfyValue": "sd_xl_base_1.0.safetensors", "shownOutputProperties": {}, "saveUserState": false }, @@ -7512,7 +7512,7 @@ }, "widgets_values": [], "color": "#223", - "comfyValue": "sd_xl_refiner_0.9.safetensors", + "comfyValue": "sd_xl_refiner_1.0.safetensors", "shownOutputProperties": {}, "saveUserState": false },