Skip to content

Commit b548bef

Browse files
committed
update media models
1 parent 7ee1e66 commit b548bef

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

AiServer/workflows/text-to-image/hidream.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"secondTabWidth": 65
145145
},
146146
"widgets_values": [
147-
"{{negativePrompt}}"
147+
""
148148
],
149149
"color": "#322",
150150
"bgcolor": "#533"
@@ -230,7 +230,7 @@
230230
"secondTabWidth": 65
231231
},
232232
"widgets_values": [
233-
6.000000000000001
233+
{{shift}}
234234
]
235235
},
236236
{

AiServer/wwwroot/lib/data/media-models.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,11 @@
151151
],
152152
"workflow": "text-to-image/hidream.json",
153153
"workflowVars": {
154-
"cfgScale": 1,
155-
"steps": 28,
156-
"scheduler": "normal",
154+
"shift": 3,
155+
"steps": 16,
157156
"sampler": "lcm",
157+
"scheduler": "normal",
158+
"cfgScale": 1,
158159
"width": 1024,
159160
"height": 1024,
160161
"batchSize": 1
@@ -169,7 +170,7 @@
169170
"apiModels": {
170171
"ComfyUI": "hidream_i1_dev_fp8.safetensors"
171172
},
172-
"installer": "Text to Image (17G HiDream I1 Dev)",
173+
"installer": "Text to Image (17G HiDream I1 Dev FP8)",
173174
"path": "/data/models/checkpoints/hidream_i1_dev_fp8.safetensors",
174175
"dependencies": [
175176
"clip_l_hidream.safetensors",
@@ -180,10 +181,11 @@
180181
],
181182
"workflow": "text-to-image/hidream.json",
182183
"workflowVars": {
183-
"cfgScale": 1,
184+
"shift": 6,
184185
"steps": 28,
185-
"scheduler": "normal",
186186
"sampler": "lcm",
187+
"scheduler": "normal",
188+
"cfgScale": 1,
187189
"width": 1024,
188190
"height": 1024,
189191
"batchSize": 1

0 commit comments

Comments
 (0)