|
@@ -697,7 +697,7 @@
|
|
|
let unit = 768 / this.screenWidth;
|
|
|
this.imageWidth = parseInt((this.screenWidth * unit).toFixed());
|
|
|
this.imageHeight = parseInt((this.$parent.canvasHeight * unit).toFixed());
|
|
|
- this.timeOut = this.modelType==1? 20000: 50000;
|
|
|
+ this.timeOut = this.modelType==1? 20*1000: 20*60*1000;
|
|
|
var parmas = {
|
|
|
negativePrompt: noPromot,
|
|
|
prompt: prompt,
|