ford442 commited on
Commit
122ca2e
·
verified ·
1 Parent(s): 62dac01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ MAX_SEED = np.iinfo(np.int32).max
18
  MAX_IMAGE_SIZE = 1024
19
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
20
 
21
- model_path = 'stabilityai/stable-diffusion-3.5-large'
22
  image_encoder_path = "google/siglip-so400m-patch14-384"
23
  ipadapter_path = hf_hub_download(repo_id="InstantX/SD3.5-Large-IP-Adapter", filename="ip-adapter.bin")
24
 
 
18
  MAX_IMAGE_SIZE = 1024
19
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
20
 
21
+ model_path = 'ford442/stable-diffusion-3.5-large-bf16'
22
  image_encoder_path = "google/siglip-so400m-patch14-384"
23
  ipadapter_path = hf_hub_download(repo_id="InstantX/SD3.5-Large-IP-Adapter", filename="ip-adapter.bin")
24