VAE Tiling Support - credits to deepbeepmeep's WanGP

This commit is contained in:
pftq 2025-03-18 22:20:04 -07:00 committed by GitHub
parent c48d4dcd56
commit 77e5521dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,7 +212,7 @@ def _parse_args():
parser.add_argument(
"--vae_tiling",
type=int,
default=0,
default=256,
help="VAE tiling to reduce VRAM use.")
args = parser.parse_args()