1
0
forked from cgvr/DeltaVR

fix prompt

This commit is contained in:
henrisel 2025-11-28 15:29:00 +02:00
parent cc3c481295
commit a66cb8f62c
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ def generate_no_preview(image_base64: str):
'ss_sampling_steps': 10,
'slat_guidance_strength': 7.5,
'slat_sampling_steps': 10,
'mesh_simplify_ratio': 0.97,
'mesh_simplify_ratio': 0.99,
'texture_size': 1024,
#'texture_baking_mode': 'opt',
'texture_opt_total_steps': 1000,

View File

@ -33,7 +33,7 @@ async def main():
input_prompt = args.prompt
print(f"Input prompt: {input_prompt}")
image_generation_prompt = input_prompt + ", single object, fully visible, plain neutral background, high-resolution, sharp details, soft studio lighting, front and side visible, anime style, true-to-scale"
image_generation_prompt = input_prompt + ", single object, fully visible, plain neutral background, high-resolution, sharp details, soft studio lighting, front and side visible, realistic style, true-to-scale"
pipeline_folder = Path(__file__).resolve().parent
timestamp = get_timestamp()