Spaces:
Running
on
Zero
Running
on
Zero
votepurchase
commited on
Commit
•
68186af
1
Parent(s):
e964fd8
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import spaces
|
|
12 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
13 |
|
14 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
15 |
-
"votepurchase/
|
16 |
torch_dtype=torch.float16,
|
17 |
)
|
18 |
|
|
|
12 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
13 |
|
14 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
15 |
+
"votepurchase/NSFW-gen-v2",
|
16 |
torch_dtype=torch.float16,
|
17 |
)
|
18 |
|