forked from extern/easydiffusion
Default to 4x in taskConfig
This commit is contained in:
parent
25071c238c
commit
dbcce2ee5d
@ -815,7 +815,7 @@ function createTask(task) {
|
|||||||
taskConfig += `, <b>Fix Faces:</b> ${task.reqBody.use_face_correction}`
|
taskConfig += `, <b>Fix Faces:</b> ${task.reqBody.use_face_correction}`
|
||||||
}
|
}
|
||||||
if (task.reqBody.use_upscale) {
|
if (task.reqBody.use_upscale) {
|
||||||
taskConfig += `, <b>Upscale:</b> ${task.reqBody.use_upscale} (${task.reqBody.upscale_amount}x)`
|
taskConfig += `, <b>Upscale:</b> ${task.reqBody.use_upscale} (${task.reqBody.upscale_amount !== undefined ? task.reqBody.upscale_amount : '4'}x)`
|
||||||
}
|
}
|
||||||
if (task.reqBody.use_hypernetwork_model) {
|
if (task.reqBody.use_hypernetwork_model) {
|
||||||
taskConfig += `, <b>Hypernetwork:</b> ${task.reqBody.use_hypernetwork_model}`
|
taskConfig += `, <b>Hypernetwork:</b> ${task.reqBody.use_hypernetwork_model}`
|
||||||
|
Loading…
Reference in New Issue
Block a user