Red1618 commited on
Commit
33a2ba4
·
verified ·
1 Parent(s): 90f123d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ vae = AutoencoderKL.from_pretrained(
34
  ).to("cuda")
35
 
36
  pipe = StableDiffusionXLFillPipeline.from_pretrained(
37
- "stablediffusionapi/newrealityxl-global-nsfw", # Replace with the new model ID
38
  torch_dtype=torch.float16,
39
  vae=vae,
40
  controlnet=model,
 
34
  ).to("cuda")
35
 
36
  pipe = StableDiffusionXLFillPipeline.from_pretrained(
37
+ "John6666/anteros-xxxl-v1-sdxl", # Replace with the new model ID
38
  torch_dtype=torch.float16,
39
  vae=vae,
40
  controlnet=model,