panelforge commited on
Commit
297f6c5
·
verified ·
1 Parent(s): 67481f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ torch_dtype = torch.float16 if device == "cuda" else torch.float32
22
 
23
 
24
  # model_repo_id = "John6666/wai-ani-nsfw-ponyxl-v8-sdxl"
25
- # model_repo_id = "John6666/wai-ani-nsfw-ponyxl-v140-sdxl"
26
- model_repo_id = "John6666/pony-realism-v23-ultra-sdxl"
27
 
28
  pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype).to(device)
29
 
 
22
 
23
 
24
  # model_repo_id = "John6666/wai-ani-nsfw-ponyxl-v8-sdxl"
25
+ model_repo_id = "John6666/wai-ani-nsfw-ponyxl-v140-sdxl"
26
+ # model_repo_id = "John6666/pony-realism-v23-ultra-sdxl"
27
 
28
  pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype).to(device)
29