1
0
forked from cgvr/DeltaVR

test different art styles, change pipeline prompt

This commit is contained in:
2025-12-05 16:58:07 +02:00
parent 408949e5c2
commit 843bd141eb
4 changed files with 35 additions and 54 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, fully visible, plain neutral background, high-resolution, sharp details, soft studio lighting, front and side visible, realistic style, true-to-scale"
image_generation_prompt = input_prompt + ", realistic style, single object, front and side fully visible, plain neutral background, clear details, soft studio lighting, true-to-scale"
pipeline_folder = Path(__file__).resolve().parent
timestamp = get_timestamp()