forked from cgvr/DeltaVR
added more time logging to python script + switched to using CGVR lab WiFi
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user