forked from cgvr/DeltaVR
decrease texture baking optimisation total steps
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user