Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ import spaces
|
|
| 20 |
import gradio as gr
|
| 21 |
|
| 22 |
MODEL_REPO = os.environ.get("H3_MODEL_REPO", "MiniMaxAI/MiniMax-H3")
|
| 23 |
-
CONDITIONER_SPACE = os.environ.get("H3_CONDITIONER", "
|
| 24 |
# `lazy` moves all 72.16 GiB onto the card on the first GPU call and leaves it there; `offload` hands placement to
|
| 25 |
# `ComponentsManager.enable_auto_cpu_offload`. Startup placement is not an option here — see `load_models`.
|
| 26 |
PLACEMENT = os.environ.get("H3_PLACEMENT", "lazy").lower()
|
|
|
|
| 20 |
import gradio as gr
|
| 21 |
|
| 22 |
MODEL_REPO = os.environ.get("H3_MODEL_REPO", "MiniMaxAI/MiniMax-H3")
|
| 23 |
+
CONDITIONER_SPACE = os.environ.get("H3_CONDITIONER", "dagloop5/qwen3vl-conditioner")
|
| 24 |
# `lazy` moves all 72.16 GiB onto the card on the first GPU call and leaves it there; `offload` hands placement to
|
| 25 |
# `ComponentsManager.enable_auto_cpu_offload`. Startup placement is not an option here — see `load_models`.
|
| 26 |
PLACEMENT = os.environ.get("H3_PLACEMENT", "lazy").lower()
|