From d436ea74b47fa4822911b1874936d19ff27f98a8 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sat, 31 Dec 2022 18:11:49 +0300 Subject: [PATCH] Updated Features (markdown) --- Features.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Features.md b/Features.md index 13c8f80..d7185bd 100644 --- a/Features.md +++ b/Features.md @@ -11,6 +11,8 @@ All examples are non-cherrypicked unless specified otherwise. Mechanically, Attention/emphasis mechanism (see below in features) is supported, but seems to have much less effect, probably due to how Alt-Diffusion is implemented. Clip skip is not supported, the setting is ignored. +See the PR for more info: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/5238 + # Stable Diffusion 2.0 ## Basic models Models are supported: 768-v-ema.ckpt ([model](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/768-v-ema.ckpt), [config](https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-inference-v.yaml)) and 512-base-ema.ckpt ([model](https://huggingface.co/stabilityai/stable-diffusion-2-base/blob/main/512-base-ema.ckpt), [config](https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-inference.yaml)). 2.1 checkpoints should also work.