Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from diffusers.utils import load_image
|
|
13 |
from huggingface_hub import hf_hub_download
|
14 |
|
15 |
|
16 |
-
kontext_path = hf_hub_download(repo_id="diffusers/kontext", filename="
|
17 |
|
18 |
MAX_SEED = np.iinfo(np.int32).max
|
19 |
|
|
|
13 |
from huggingface_hub import hf_hub_download
|
14 |
|
15 |
|
16 |
+
kontext_path = hf_hub_download(repo_id="diffusers/kontext-v2", filename="dev-opt-2-a-3.safetensors")
|
17 |
|
18 |
MAX_SEED = np.iinfo(np.int32).max
|
19 |
|