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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
20
  # torch_dtype=torch.float16,
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,
 
20
  # torch_dtype=torch.float16,
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,