el-el-san commited on
Commit
20bee95
·
verified ·
1 Parent(s): 062809f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
24
  #)
25
  pipe = StableDiffusionXLPipeline.from_single_file(
26
  #"https://huggingface.co/Laxhar/noob_sdxl_beta/noob_hercules4/fp16/checkpoint-e0_s10000.safetensors/checkpoint-e0_s10000.safetensors",
27
- "https://huggingface.co/bluepen5805/illustrious_pencil-XL/resolve/main/illustrious_pencil-XL-v1.2.1.safetensors",
28
  use_safetensors=True,
29
  torch_dtype=torch.float16,
30
  )
 
24
  #)
25
  pipe = StableDiffusionXLPipeline.from_single_file(
26
  #"https://huggingface.co/Laxhar/noob_sdxl_beta/noob_hercules4/fp16/checkpoint-e0_s10000.safetensors/checkpoint-e0_s10000.safetensors",
27
+ "https://huggingface.co/bluepen5805/illustrious_pencil-XL/illustrious_pencil-XL-v1.2.1.safetensors",
28
  use_safetensors=True,
29
  torch_dtype=torch.float16,
30
  )