reid3333

Results 1 comments of reid3333

When `--no-half` is specified, `--no-half-vae` is automatically enabled as well. https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/sd_models.py#L274 To avoid the above RuntimeError, it is necessary to specify `--precision full`. Because DirectML does not support `torch.autocast` (automatic...