1
0
forked from cgvr/DeltaVR

test boxes change colours based on progress

This commit is contained in:
2025-12-16 10:43:58 +02:00
parent 5956b9508d
commit 32a5e4f332
5 changed files with 166 additions and 16 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 + ", realistic style, single object, front and side fully visible, plain neutral background, clear details, soft studio lighting, true-to-scale"
image_generation_prompt = input_prompt + ", single object, front and side fully visible, realistic style, plain neutral background, clear details, soft studio lighting, true-to-scale"
pipeline_folder = Path(__file__).resolve().parent
timestamp = get_timestamp()