John6666 commited on
Commit
71c4242
·
verified ·
1 Parent(s): e2dcb7f

Upload genimage.py

Browse files
Files changed (1) hide show
  1. 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/t-ponynai3-v6-sdxl-spo-hyper",
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)