wikeeyang commited on
Commit
060f27c
·
verified ·
1 Parent(s): a34bb85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "krea/Krea-2-Turbo"
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