Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
041f186
1
Parent(s):
81435cb
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ from gradio_client import Client
|
|
3 |
from diffusers import AutoencoderKL, StableDiffusionXLPipeline
|
4 |
import torch
|
5 |
import concurrent.futures
|
|
|
6 |
|
7 |
client_lightning = Client("AP123/SDXL-Lightning")
|
8 |
client_hyper = Client("ByteDance/Hyper-SDXL-1Step-T2I")
|
|
|
3 |
from diffusers import AutoencoderKL, StableDiffusionXLPipeline
|
4 |
import torch
|
5 |
import concurrent.futures
|
6 |
+
import spaces
|
7 |
|
8 |
client_lightning = Client("AP123/SDXL-Lightning")
|
9 |
client_hyper = Client("ByteDance/Hyper-SDXL-1Step-T2I")
|