1
0
forked from cgvr/DeltaVR

added more time logging to python script + switched to using CGVR lab WiFi

This commit is contained in:
2026-01-11 12:34:08 +02:00
parent 997bb457ba
commit a23f40787e
4 changed files with 11 additions and 7 deletions

View File

@@ -41,8 +41,6 @@ async def main():
time_checkpoint = time.time()
image_path = pipeline_folder / "images" / f"{timestamp}.jpg"
# TODO: use Invoke AI or Cloudflare, depending on env var
#text_to_image_cloudflare(image_generation_prompt, image_path)
await text_to_image_invoke_ai(image_generation_prompt, image_path)
image_generation_time = time.time() - time_checkpoint