Web UI will now convert VAE into 32-bit float and retry.
To disable this behavior, disable the 'Automatically revert VAE to 32-bit floats' setting.
To always start with 32-bit VAE, use --no-half-vae commandline flag.
网上看到说用--no-half-vae命令可以减少显存占用。可是根据这个报错的意思,不用半精度,那不就是单精度 32 位吗?32位的占用>16位,怎么会减少显存占用呢?
To disable this behavior, disable the 'Automatically revert VAE to 32-bit floats' setting.
To always start with 32-bit VAE, use --no-half-vae commandline flag.
网上看到说用--no-half-vae命令可以减少显存占用。可是根据这个报错的意思,不用半精度,那不就是单精度 32 位吗?32位的占用>16位,怎么会减少显存占用呢?