Update app.py
Browse files
app.py
CHANGED
|
@@ -48,8 +48,8 @@ Rules:
|
|
| 48 |
Output only the final instruction in plain text and nothing else."""
|
| 49 |
|
| 50 |
# Model repository IDs for 4B
|
| 51 |
-
REPO_ID_REGULAR = "
|
| 52 |
-
REPO_ID_DISTILLED = "
|
| 53 |
|
| 54 |
# Load both 4B models
|
| 55 |
print("Loading 4B Regular model...")
|
|
|
|
| 48 |
Output only the final instruction in plain text and nothing else."""
|
| 49 |
|
| 50 |
# Model repository IDs for 4B
|
| 51 |
+
REPO_ID_REGULAR = "black-forest-labs/FLUX.2-klein-base-4B"
|
| 52 |
+
REPO_ID_DISTILLED = "black-forest-labs/FLUX.2-klein-4B"
|
| 53 |
|
| 54 |
# Load both 4B models
|
| 55 |
print("Loading 4B Regular model...")
|