修复高级工具中生成报错

This commit is contained in:
X1627315083
2025-11-05 16:25:14 +08:00
parent 8ba26667c9
commit 430332481e
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
export class LiquifyCPUManager {
constructor(options = {}) {
this.config = {
gridSize: 8, // 稍微增大网格提高性能
gridSize: 100, // 稍微增大网格提高性能
maxStrength: 200, // 适度降低最大强度
smoothingIterations: 1, // 增加平滑处理
relaxFactor: 0.05, // 适度松弛

View File

@@ -1,6 +1,5 @@
<template>
<div class="printboard_upload_modal" :class="[driver__.driver?'showEvents':'']">
<div class="printboard_left_upload modal_left">
<div class="left_upload_header">
<div class="upload_header_item">

View File

@@ -587,8 +587,9 @@ export default defineComponent({
toProductImageVOList:selectArr,
// userLikeGroupId:upload.value.userlikeGroupId,
projectId:productImgData.selectObject.id,
modelName:obj.elementType == 'Relight'?'flux':speed.speedData.value,
modelName:props.productimgMenu.value == 'Relight'?'flux':speed.speedData.value,
direction:RelightDirection.value,
ageGroup:store.state.Workspace.probjects.ageGroup,
brightenValue:productImgData.brightenValue,
imageStrength:(100 - imageStrength)/100,