1
0
forked from cgvr/DeltaVR

try out different text-to-img and img-to-3d params

This commit is contained in:
2025-11-28 15:27:37 +02:00
parent 2980631414
commit cc3c481295
3 changed files with 4 additions and 2 deletions

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, plain neutral background, high-resolution, sharp details, soft studio lighting, front and side visible, realistic 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, anime style, true-to-scale"
pipeline_folder = Path(__file__).resolve().parent
timestamp = get_timestamp()