Spaces:
Running
on
Zero
Running
on
Zero
Upload genimage.py
Browse files- genimage.py +1 -1
genimage.py
CHANGED
@@ -6,7 +6,7 @@ def load_pipeline():
|
|
6 |
import torch
|
7 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
8 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
9 |
-
"John6666/
|
10 |
torch_dtype=torch.float16,
|
11 |
)
|
12 |
pipe.to(device)
|
|
|
6 |
import torch
|
7 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
8 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
9 |
+
"John6666/mala-anime-mix-nsfw-pony-xl-v6-sdxl-spo-pcm",
|
10 |
torch_dtype=torch.float16,
|
11 |
)
|
12 |
pipe.to(device)
|