doevent commited on
Commit
2c692e2
·
verified ·
1 Parent(s): 0c50746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ token_hf = os.environ["HF_TOKEN"]
12
  dtype = torch.bfloat16
13
  device = "cuda" if torch.cuda.is_available() else "cpu"
14
 
 
15
  repo_name = "ByteDance/Hyper-SD"
16
  ckpt_name = "Hyper-FLUX.1-dev-8steps-lora.safetensors"
17
  hyper_lora = hf_hub_download(repo_name, ckpt_name)
 
12
  dtype = torch.bfloat16
13
  device = "cuda" if torch.cuda.is_available() else "cpu"
14
 
15
+ base_model_id = "black-forest-labs/FLUX.1-dev"
16
  repo_name = "ByteDance/Hyper-SD"
17
  ckpt_name = "Hyper-FLUX.1-dev-8steps-lora.safetensors"
18
  hyper_lora = hf_hub_download(repo_name, ckpt_name)