cbensimon HF staff commited on
Commit
25bad68
1 Parent(s): f92ab73

Fix dreambooth_lora_path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ else:
66
  pretrained_model_path = "runwayml/stable-diffusion-v1-5"
67
  ckpt_path = "PASD/runs/pasd/checkpoint-100000"
68
  #dreambooth_lora_path = "checkpoints/personalized_models/toonyou_beta3.safetensors"
69
- dreambooth_lora_path = "checkpoints/personalized_models/majicmixRealistic_v6.safetensors"
70
  #dreambooth_lora_path = "checkpoints/personalized_models/Realistic_Vision_V5.1.safetensors"
71
  weight_dtype = torch.float16
72
  device = "cuda"
 
66
  pretrained_model_path = "runwayml/stable-diffusion-v1-5"
67
  ckpt_path = "PASD/runs/pasd/checkpoint-100000"
68
  #dreambooth_lora_path = "checkpoints/personalized_models/toonyou_beta3.safetensors"
69
+ dreambooth_lora_path = "PASD/checkpoints/personalized_models/majicmixRealistic_v6.safetensors"
70
  #dreambooth_lora_path = "checkpoints/personalized_models/Realistic_Vision_V5.1.safetensors"
71
  weight_dtype = torch.float16
72
  device = "cuda"