From dffbab99b7f51ad519331e4b01ef2c303d74b711 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Thu, 27 Jul 2023 14:50:28 -0400 Subject: [PATCH] correct spelling error --- Features.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Features.md b/Features.md index 42be196..cb0dfd7 100644 --- a/Features.md +++ b/Features.md @@ -7,19 +7,21 @@ All examples are non-cherrypicked unless specified otherwise. [PR](https://github.com/AUTOMATIC1111/stable-diffusion-webgenerative-models), [Github](https://github.com/Stability-AI/generative-models). -This is a txt2img model designed for geneeating quality 1024×1024 sized images. It is not meant to run at 512×512. +### Info ->Initial loading of these models require those with 24gb cpu memory (RAM) and under to setup a large pagefile. This may change in the future. +This is a txt2img model designed for generating quality 1024×1024-sized images. It is not meant to generate good pictures at 512×512. + +>NOTE: Initial loading of these models require those with 24gb cpu memory (RAM) and under to setup a large pagefile. This may change in the future. -Downloading: +### Downloading: - https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0.safetensors -The base model's VAE has problems running in fp16. https://github.com/madebyollin has kindly trained a vae to remedy this: +>The base model's VAE has problems running in fp16. [madebyollin](https://github.com/madebyollin) has kindly trained a vae to mostly remedy this: - https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/blob/main/sdxl_vae.safetensors - Please use both of these to avoid performance issues. +(Please use both of these to avoid performance issues.) # SD2 Variation Models [PR](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/8958), ([more info.](https://github.com/Stability-AI/stablediffusion/blob/main/doc/UNCLIP.MD))