forked from cgvr/DeltaVR
tune 3d generation params
This commit is contained in:
@@ -44,11 +44,12 @@ def generate_no_preview(image_base64: str):
|
||||
'image_base64': image_base64,
|
||||
'seed': 42,
|
||||
'ss_guidance_strength': 7.5,
|
||||
'ss_sampling_steps': 30,
|
||||
'ss_sampling_steps': 10,
|
||||
'slat_guidance_strength': 7.5,
|
||||
'slat_sampling_steps': 30,
|
||||
'mesh_simplify_ratio': 0.95,
|
||||
'texture_size': 1024,
|
||||
'slat_sampling_steps': 10,
|
||||
'mesh_simplify_ratio': 0.99,
|
||||
'texture_size': 512,
|
||||
#'texture_baking_mode': 'opt',
|
||||
'output_format': 'glb'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user