el-el-san commited on
Commit
e7406f2
·
verified ·
1 Parent(s): f57fe73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
21
  #)
22
  pipe = StableDiffusionXLPipeline.from_pretrained(
23
  #"yodayo-ai/clandestine-xl-1.0",
24
- "Laxhar/noob_sdxl_v_pred/noob-xl-v-pred-test-v2.safetensors",
25
  torch_dtype=torch.float16,
26
  use_safetensors=True,
27
  custom_pipeline="lpw_stable_diffusion_xl",
 
21
  #)
22
  pipe = StableDiffusionXLPipeline.from_pretrained(
23
  #"yodayo-ai/clandestine-xl-1.0",
24
+ "Laxhar/noob_sdxl_v_pred",
25
  torch_dtype=torch.float16,
26
  use_safetensors=True,
27
  custom_pipeline="lpw_stable_diffusion_xl",