Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from huggingface_hub import hf_hub_download
|
|
| 7 |
from safetensors.torch import load_file as load_safetensors
|
| 8 |
from diffusers import Krea2Pipeline
|
| 9 |
|
| 10 |
-
TURBO_REPO = "
|
| 11 |
HD_VAE_REPO = "wikeeyang/Krea2-Turbo-HD-V1"
|
| 12 |
MAX_SEED = 2**31 - 1
|
| 13 |
|
|
|
|
| 7 |
from safetensors.torch import load_file as load_safetensors
|
| 8 |
from diffusers import Krea2Pipeline
|
| 9 |
|
| 10 |
+
TURBO_REPO = "unsloth/Krea-2-Turbo"
|
| 11 |
HD_VAE_REPO = "wikeeyang/Krea2-Turbo-HD-V1"
|
| 12 |
MAX_SEED = 2**31 - 1
|
| 13 |
|