pdbdb commited on
Commit
5f8ee0b
·
1 Parent(s): 5947edc

base model incl safetensor version spec

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from pathlib import Path
3
  from diffusers import StableDiffusionXLPipeline
4
 
5
  # Hub IDs of the weights you just pushed
6
- BASE_MODEL_REPO = "SG161222/RealVisXL_V5.0" # or a public ID
7
  LORA_REPO = "pdbdb/lora-act"
8
 
9
  print("⏳ Loading SDXL base …")
 
3
  from diffusers import StableDiffusionXLPipeline
4
 
5
  # Hub IDs of the weights you just pushed
6
+ BASE_MODEL_REPO = "SG161222/RealVisXL_V5.0/RealVisXL_V5.0_fp16.safetensors" # or a public ID
7
  LORA_REPO = "pdbdb/lora-act"
8
 
9
  print("⏳ Loading SDXL base …")