File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
invokeai/frontend/web/src/features/nodes/util/graph Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ export const buildMultidiffusionUpscsaleGraph = async (state: RootState): Promis
213
213
control_model : tileControlnetModel ,
214
214
control_mode : 'balanced' ,
215
215
resize_mode : 'just_resize' ,
216
- control_weight : ( structure + 10 ) * 0.0325 + 0.15 + 0.15 ,
216
+ control_weight : ( structure + 10 ) * 0.0325 + 0.3 ,
217
217
begin_step_percent : 0 ,
218
218
end_step_percent : ( structure + 10 ) * 0.025 + 0.3 ,
219
219
} ) ;
@@ -226,7 +226,7 @@ export const buildMultidiffusionUpscsaleGraph = async (state: RootState): Promis
226
226
control_model : tileControlnetModel ,
227
227
control_mode : 'balanced' ,
228
228
resize_mode : 'just_resize' ,
229
- control_weight : ( ( structure + 10 ) * 0.0325 + 0.15 ) * 0.15 ,
229
+ control_weight : ( ( structure + 10 ) * 0.0325 + 0.15 ) * .45 ,
230
230
begin_step_percent : ( structure + 10 ) * 0.025 + 0.3 ,
231
231
end_step_percent : 0.85 ,
232
232
} ) ;
You can’t perform that action at this time.
0 commit comments