Spaces:
Sleeping
Sleeping
=Apyhtml20 commited on
Commit ·
fad99c2
1
Parent(s): 0f63870
Initial commit
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ dtype = torch.bfloat16
|
|
| 9 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 10 |
MAX_SEED = np.iinfo(np.int32).max
|
| 11 |
|
| 12 |
-
MODEL_ID = "black-forest-labs/FLUX.1-
|
| 13 |
LORA_REPO = "alvdansen/flux-koda"
|
| 14 |
LORA_FILE = "flux_dev_koda_araminta_k.safetensors"
|
| 15 |
|
|
|
|
| 9 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 10 |
MAX_SEED = np.iinfo(np.int32).max
|
| 11 |
|
| 12 |
+
MODEL_ID = "black-forest-labs/FLUX.1-schnell"
|
| 13 |
LORA_REPO = "alvdansen/flux-koda"
|
| 14 |
LORA_FILE = "flux_dev_koda_araminta_k.safetensors"
|
| 15 |
|