Red1618 commited on
Commit
5758b6f
·
verified ·
1 Parent(s): 73910c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ vae = AutoencoderKL.from_pretrained(
35
  ).to("cuda")
36
 
37
  pipe = StableDiffusionXLFillPipeline.from_pretrained(
38
- "stablediffusionapi/duchaiten-real3d-nsfw-xl", # Replace with the new model ID
39
  torch_dtype=torch.float16,
40
  vae=vae,
41
  controlnet=model,
 
35
  ).to("cuda")
36
 
37
  pipe = StableDiffusionXLFillPipeline.from_pretrained(
38
+ "imagepipeline/flux_uncensored_nsfw_v2", # Replace with the new model ID
39
  torch_dtype=torch.float16,
40
  vae=vae,
41
  controlnet=model,