mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-06-06 23:34:53 +00:00
VAE Tiling Support - credits to deepbeepmeep's WanGP
This commit is contained in:
parent
c48d4dcd56
commit
77e5521dc1
@ -212,7 +212,7 @@ def _parse_args():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--vae_tiling",
|
"--vae_tiling",
|
||||||
type=int,
|
type=int,
|
||||||
default=0,
|
default=256,
|
||||||
help="VAE tiling to reduce VRAM use.")
|
help="VAE tiling to reduce VRAM use.")
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
Loading…
Reference in New Issue
Block a user