Spaces:
Running
on
Zero
Running
on
Zero
Walmart-the-bag
commited on
Commit
•
d50db0f
1
Parent(s):
cc51d2f
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
from diffusers import StableDiffusionXLPipeline
|
|
|
2 |
import torch
|
3 |
from gradio import Interface, Image, Dropdown, Slider
|
4 |
import gradio as gr
|
5 |
-
import spaces
|
6 |
|
7 |
model_id = "RunDiffusion/Juggernaut-X-v10"
|
8 |
pipe = StableDiffusionXLPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
|
|
1 |
from diffusers import StableDiffusionXLPipeline
|
2 |
+
import spaces
|
3 |
import torch
|
4 |
from gradio import Interface, Image, Dropdown, Slider
|
5 |
import gradio as gr
|
|
|
6 |
|
7 |
model_id = "RunDiffusion/Juggernaut-X-v10"
|
8 |
pipe = StableDiffusionXLPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|