Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ import time
|
|
30 |
DFIF_TOKEN = os.getenv('DFIF_TOKEN')
|
31 |
|
32 |
#deepfloydIF
|
33 |
-
df = Client("DeepFloyd/IF", DFIF_TOKEN) #not reliable at the moment
|
34 |
-
|
35 |
|
36 |
#stable diffusion upscaler
|
37 |
sdlu = Client("huggingface-projects/stable-diffusion-latent-upscaler", DFIF_TOKEN)
|
|
|
30 |
DFIF_TOKEN = os.getenv('DFIF_TOKEN')
|
31 |
|
32 |
#deepfloydIF
|
33 |
+
#df = Client("DeepFloyd/IF", DFIF_TOKEN) #not reliable at the moment
|
34 |
+
df = Client("huggingface-projects/IF", DFIF_TOKEN)
|
35 |
|
36 |
#stable diffusion upscaler
|
37 |
sdlu = Client("huggingface-projects/stable-diffusion-latent-upscaler", DFIF_TOKEN)
|