Spaces:
Runtime error
Runtime error
Commit
·
8479dbd
1
Parent(s):
4c06e55
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ class Demo:
|
|
23 |
|
24 |
self.training = False
|
25 |
|
26 |
-
self.diffuser = StableDiffuser(scheduler='DDIM', seed=42).to('cuda:
|
27 |
|
28 |
with gr.Blocks() as demo:
|
29 |
self.layout()
|
|
|
23 |
|
24 |
self.training = False
|
25 |
|
26 |
+
self.diffuser = StableDiffuser(scheduler='DDIM', seed=42).to('cuda:1').eval().half()
|
27 |
|
28 |
with gr.Blocks() as demo:
|
29 |
self.layout()
|