|
@@ -683,19 +683,22 @@
|
|
|
keyword: "elabSd",
|
|
|
model: this.modelType==1? "lucataco/ssd-1b" : 'catio-apps/controlnet-interior-design',
|
|
|
};
|
|
|
- if(this.modelType==2){//精准设计
|
|
|
- if(subType == 0){//首次
|
|
|
- parmas.model = this.reqList[0].model;
|
|
|
- }else{//重试
|
|
|
- parmas.model = this.reqListReset[0].model;
|
|
|
- }
|
|
|
- }else{//创意设计
|
|
|
- if(subType == 0){//首次
|
|
|
- parmas.model = "lucataco/ssd-1b";
|
|
|
- }else{//重试
|
|
|
- parmas.model = "deployments/elabgroup/elab-ssd-1b";
|
|
|
- }
|
|
|
- }
|
|
|
+ // if(this.modelType==2){//精准设计
|
|
|
+ // if(subType == 0){//首次
|
|
|
+ // parmas.model = this.reqList[0].model;
|
|
|
+ // }else{//重试
|
|
|
+ // parmas.model = this.reqListReset[0].model;
|
|
|
+ // }
|
|
|
+ // }else{//创意设计
|
|
|
+ // if(subType == 0){//首次
|
|
|
+ // parmas.model = "lucataco/ssd-1b";
|
|
|
+ // }else{//重试
|
|
|
+ // parmas.model = "deployments/elabgroup/elab-ssd-1b";
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ parmas.keyword = "liblibai";
|
|
|
+ parmas.model = "text2img";
|
|
|
+ parmas.loraModel = "98333991fc8744af8b162948ae33b15b";
|
|
|
this.curSpaceId = this.spaceObj.spaceId;//生成时的空间id
|
|
|
let result = await this.prevHandle(parmas);
|
|
|
console.warn("***prevHandle***",result)
|