decrease texture baking optimisation total steps
This commit is contained in:
parent
c15ae24c7a
commit
2980631414
@ -1,3 +1,6 @@
|
|||||||
### TODO
|
### TODO
|
||||||
* Artikkel text-to-3d prompt engineeringu kohta: "Sel3DCraft: Interactive Visual Prompts for User-Friendly Text-to-3D Generation"
|
* Artikkel text-to-3d prompt engineeringu kohta: "Sel3DCraft: Interactive Visual Prompts for User-Friendly Text-to-3D Generation"
|
||||||
* TRELLIS: postprocessing_utils: texture baking mode: 'opt' vs 'fast' - hardcoded 'opt', kui võimaldada 'fast' siis tuleb error
|
* TRELLIS: postprocessing_utils: texture baking mode: 'opt' vs 'fast' - hardcoded 'opt', kui võimaldada 'fast' siis tuleb error
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
* TRELLIS: added functionality to specify texture baking optimisation total steps as an argument (`texture_opt_total_steps`), to replace the hardcoded 2500. But this is not tracked in Git (because modified this https://github.com/IgorAherne/trellis-stable-projectorz/releases/tag/latest)
|
||||||
|
|||||||
@ -48,8 +48,9 @@ def generate_no_preview(image_base64: str):
|
|||||||
'slat_guidance_strength': 7.5,
|
'slat_guidance_strength': 7.5,
|
||||||
'slat_sampling_steps': 10,
|
'slat_sampling_steps': 10,
|
||||||
'mesh_simplify_ratio': 0.99,
|
'mesh_simplify_ratio': 0.99,
|
||||||
'texture_size': 512,
|
'texture_size': 1024,
|
||||||
#'texture_baking_mode': 'opt',
|
#'texture_baking_mode': 'opt',
|
||||||
|
'texture_opt_total_steps': 1000,
|
||||||
'output_format': 'glb'
|
'output_format': 'glb'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user