Spaces:
Runtime error
Runtime error
| 2025-03-09 17:28:03,402 - INFO - Total execution time: 357.21 seconds | |
| 2025-03-09 17:28:03,402 - INFO - Model Path: sd-legacy/stable-diffusion-v1-5 | |
| 2025-03-09 17:28:03,402 - INFO - Image Path 0: ./assets/Trump.jpg | |
| 2025-03-09 17:28:03,402 - INFO - Image Path 1: ./assets/Biden.jpg | |
| 2025-03-09 17:28:03,403 - INFO - Use LCM: True | |
| 2025-03-09 17:28:03,403 - INFO - Number of inference steps: 8 | |
| 2025-03-09 17:28:03,403 - INFO - Guidance scale: 1 | |
| pipeline.unet = torch.compile(pipeline.unet) # Optimize further | |
| torch.cuda.empty_cache() | |
| on args.use_lcm |