From a39014b3b16b222b942e11c1f3aaf28ed46ef05c Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 7 Oct 2022 20:08:48 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9955d4..d2faa7fc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This distribution currently uses Stable Diffusion 1.4. Once the model for 1.5 be - **In-Painting** - **Live Preview**: See the image as the AI is drawing it - **Task Queue**: Queue up all your ideas, without waiting for the current task to finish -- **Custom Weights**: Use your own `.ckpt` file, by placing it inside the `stable-diffusion` folder (rename it to `custom-model.ckpt`) +- **Custom Models**: Use your own `.ckpt` file, by placing it inside the `models/stable-diffusion` folder! - **Negative Prompt**: Specify aspects of the image to *remove*. - **Lots of Samplers:** ddim, plms, heun, euler, euler_a, dpm2, dpm2_a, lms - **Image Modifiers**: A library of *modifier tags* like *"Realistic"*, *"Pencil Sketch"*, *"ArtStation"* etc. Experiment with various styles quickly. From 252681001e3234bc3ebd981590964abd1a4c8058 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 7 Oct 2022 20:09:04 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d2faa7fc..b5e6f6c0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ This distribution currently uses Stable Diffusion 1.4. Once the model for 1.5 be - **Lots of Samplers:** ddim, plms, heun, euler, euler_a, dpm2, dpm2_a, lms - **Image Modifiers**: A library of *modifier tags* like *"Realistic"*, *"Pencil Sketch"*, *"ArtStation"* etc. Experiment with various styles quickly. - **New UI**: with cleaner design -- **Waifu Model Support**: Just replace the `stable-diffusion\sd-v1-4.ckpt` file after installation with the Waifu model - Supports "*Text to Image*" and "*Image to Image*" - **NSFW Setting**: A setting in the UI to control *NSFW content* - **Use CPU setting**: If you don't have a compatible graphics card, but still want to run it on your CPU.