zjs_project 1 ماه پیش
والد
کامیت
fc6ecdfc00
2فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/newQCCom/viewMask/viewMask.html
  2. 3 0
      src/components/newQCCom/viewMask/viewMask.vue

+ 1 - 1
src/components/newQCCom/viewMask/viewMask.html

@@ -2,7 +2,7 @@
 <div class="mask-view" @touchmove.stop="catchTapEvent" @click.stop="catchTapEvent">
 	<!-- AI图片-轮播图 -->
 	<el-carousel v-if="aiImagesList && aiImagesList.length>0" v-show="showAIImage" class="swiper" 
-	:autoplay="false" :loop="false" ref="carousel"
+	:autoplay="false" :loop="false" ref="carousel" indicator-position="none"
 	 @change="swiperChangeImg" :initial-index="currentIndex" :indicator-dots="false">
 		<el-carousel-item v-for="(item,index1) in aiImagesList" :key="index1" >
 			<!-- <img @touchstart="mytouchstart" @touchmove="mytouchmove" @touchend="mytouchend" style="width:100%;height:100%;object-fit: cover;" mode="aspectFill" :src="item.image"></image> -->

+ 3 - 0
src/components/newQCCom/viewMask/viewMask.vue

@@ -731,6 +731,9 @@
 					// 	parmas.model = "deployments/elabgroup/elab-ssd-1b";
 					// }
 				}
+                parmas.keyword = "liblibai";
+                parmas.model = "基础算法_F.1.safetensors";
+                parmas.loraModel = "98333991fc8744af8b162948ae33b15b";
 				this.curSpaceId = this.spaceObj.spaceId;//生成时的空间id
 				let result = await this.prevHandle(parmas);
 				console.warn("***prevHandle***",result)