Skip to content

Commit

Permalink
Updated ComfyBox workflows to reference SDXL 1.0 instead of 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SeargeDP committed Jul 27, 2023
1 parent d71909c commit 1292cb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions comfybox/SeargeSDXL-ComfyBox-Text2Image-NO-CustomNodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down Expand Up @@ -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
},
Expand Down
4 changes: 2 additions & 2 deletions comfybox/SeargeSDXL-ComfyBox-Text2Image-with-CustomNodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down Expand Up @@ -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
},
Expand Down

0 comments on commit 1292cb3

Please sign in to comment.