1
0
forked from cgvr/DeltaVR

decrease texture baking optimisation total steps

This commit is contained in:
2025-11-21 16:30:56 +02:00
parent c15ae24c7a
commit 2980631414
2 changed files with 5 additions and 1 deletions

View File

@@ -48,8 +48,9 @@ def generate_no_preview(image_base64: str):
'slat_guidance_strength': 7.5,
'slat_sampling_steps': 10,
'mesh_simplify_ratio': 0.99,
'texture_size': 512,
'texture_size': 1024,
#'texture_baking_mode': 'opt',
'texture_opt_total_steps': 1000,
'output_format': 'glb'
}