low-VRAM guidance: <=48GB cards
Browse files- xvideo/lowvram.py +1 -1
xvideo/lowvram.py
CHANGED
|
@@ -9,7 +9,7 @@ Measured at 480p24 under a 30GiB allocator cap: ~21.5GiB resident, ~28GiB peak
|
|
| 9 |
(see DEPLOYMENT.md).
|
| 10 |
|
| 11 |
Env knobs (all optional):
|
| 12 |
-
JOYOMNI_LOW_VRAM=1|0 master switch (default 0; set 1 on
|
| 13 |
JOYOMNI_TE_OFFLOAD=1|0 text-encoder sequential CPU offload (default: follow low-VRAM)
|
| 14 |
JOYOMNI_TE_PIN=1|0 pin the offloaded text-encoder weights for faster H2D (default: 1)
|
| 15 |
JOYOMNI_VRAM_CAP_GB=<float> testing hook: cap the caching allocator to emulate a smaller card
|
|
|
|
| 9 |
(see DEPLOYMENT.md).
|
| 10 |
|
| 11 |
Env knobs (all optional):
|
| 12 |
+
JOYOMNI_LOW_VRAM=1|0 master switch (default 0; set 1 on ≤48GB cards)
|
| 13 |
JOYOMNI_TE_OFFLOAD=1|0 text-encoder sequential CPU offload (default: follow low-VRAM)
|
| 14 |
JOYOMNI_TE_PIN=1|0 pin the offloaded text-encoder weights for faster H2D (default: 1)
|
| 15 |
JOYOMNI_VRAM_CAP_GB=<float> testing hook: cap the caching allocator to emulate a smaller card
|