From 4a8fbf514c5ead4aece24303d51f0c4acd64f0c6 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 12 Jan 2023 18:24:52 -0600 Subject: [PATCH] chore(docs): list other tested models --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8a51db5b..26bb8753 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,12 @@ Make sure you have CUDA 11.x installed and that the version of PyTorch matches t Sign up for an account at https://huggingface.co and find the models you want to use. Popular options include: - https://huggingface.co/runwayml/stable-diffusion-v1-5 +- https://huggingface.co/runwayml/stable-diffusion-inpainting +- https://huggingface.co/stabilityai/stable-diffusion-2-1 +- https://huggingface.co/stabilityai/stable-diffusion-2-inpainting + +You will need at least one of the base models for txt2img and img2img mode. If you want to use inpainting, you will +also need one of the inpainting models. Log into the HuggingFace CLI: