Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|