hollowstrawberry
commited on
Commit
•
89179c9
1
Parent(s):
3143aa3
Update README.md
Browse files
README.md
CHANGED
@@ -25,8 +25,9 @@ tags:
|
|
25 |
* [Extensions](#extensions)
|
26 |
* [Loras](#lora)
|
27 |
* [Upscalers](#upscale)
|
28 |
-
* ControlNet
|
29 |
-
*
|
|
|
30 |
|
31 |
|
32 |
|
@@ -149,7 +150,7 @@ Before or after generating your first few images, you will want to take a look a
|
|
149 |
* **Seed:** A number that guides the creation of your image. The same seed with the same prompt and parameters produces almost exacly the same image every time.
|
150 |
|
151 |
**Hires. fix:** Lets you create larger images without distortion. Often used at 2x scale. When selected, more options appear:
|
152 |
-
* **Upscaler:** The algorithm to upscale with. `Latent` and its variations produce creative results, and you may also like `R-ESRGAN 4x+` and its anime version.
|
153 |
* **Hires steps:** I recommend at least half as many as your sampling steps. Higher values aren't always better, and they take a long time, so be conservative here.
|
154 |
* **Denoising strength:** The most important parameter. Near 0.0, no detail will be added to the image. Near 1.0, the image will be changed completely. I recommend something between 0.2 and 0.6 depending on the image, to add enough detail as the image gets larger, without *destroying* any original details you like.
|
155 |
|
@@ -181,17 +182,31 @@ LoRA or *Low-Rank Adaptation* is a form of **Extra Network** and the latest tech
|
|
181 |
|
182 |
Loras can represent a character, an artstyle, poses, clothes, or even a human face (though I do not endorse this). Checkpoints are usually capable enough for general work, but when it comes to specific details with little existing examples, they fall short. That's where Loras come in. They can be downloaded from [civitai](https://civitai.com) or [elsewhere (NSFW)](https://gitgud.io/gayshit/makesomefuckingporn#lora-list) and are 144 MB by default, but they can go as low as 1 MB and sometimes several hundreds of MB. Bigger Loras are not necessarily better. They come in `.safetensors` format, same as most checkpoints.
|
183 |
|
184 |
-
Place your lora files in the `stable-diffusion-webui/models/Lora` folder, or
|
185 |
|
186 |
An example of a Lora is [Thicker Lines Anime Style](https://civitai.com/models/13910/thicker-lines-anime-style-lora-mix), which is perfect if you want your images to look more like traditional anime.
|
187 |
|
188 |
|
189 |
|
190 |
-
#
|
191 |
|
192 |
-
You can download additional upscalers and put them in your `stable-diffusion-webui/models/ESRGAN` folder.
|
193 |
|
194 |
-
|
|
|
|
|
|
|
195 |
* [Upscale wiki](https://upscale.wiki/wiki/Model_Database)
|
196 |
|
197 |
-
Coming soon: How to use ultimate upscaler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
* [Extensions](#extensions)
|
26 |
* [Loras](#lora)
|
27 |
* [Upscalers](#upscale)
|
28 |
+
* [ControlNet](#controlnet)
|
29 |
+
* [Lora Training](#train)
|
30 |
+
* [Tips for training character Loras](#trainchars)
|
31 |
|
32 |
|
33 |
|
|
|
150 |
* **Seed:** A number that guides the creation of your image. The same seed with the same prompt and parameters produces almost exacly the same image every time.
|
151 |
|
152 |
**Hires. fix:** Lets you create larger images without distortion. Often used at 2x scale. When selected, more options appear:
|
153 |
+
* **Upscaler:** The algorithm to upscale with. `Latent` and its variations produce creative results, and you may also like `R-ESRGAN 4x+` and its anime version. I recommend the Remacri upscaler, see [Upscalers ▼](#upscale).
|
154 |
* **Hires steps:** I recommend at least half as many as your sampling steps. Higher values aren't always better, and they take a long time, so be conservative here.
|
155 |
* **Denoising strength:** The most important parameter. Near 0.0, no detail will be added to the image. Near 1.0, the image will be changed completely. I recommend something between 0.2 and 0.6 depending on the image, to add enough detail as the image gets larger, without *destroying* any original details you like.
|
156 |
|
|
|
182 |
|
183 |
Loras can represent a character, an artstyle, poses, clothes, or even a human face (though I do not endorse this). Checkpoints are usually capable enough for general work, but when it comes to specific details with little existing examples, they fall short. That's where Loras come in. They can be downloaded from [civitai](https://civitai.com) or [elsewhere (NSFW)](https://gitgud.io/gayshit/makesomefuckingporn#lora-list) and are 144 MB by default, but they can go as low as 1 MB and sometimes several hundreds of MB. Bigger Loras are not necessarily better. They come in `.safetensors` format, same as most checkpoints.
|
184 |
|
185 |
+
Place your lora files in the `stable-diffusion-webui/models/Lora` folder, or paste the direct download link into the `custom_urls` text box in collab. Then, look for the 🎴 *Show extra networks* button below the big orange Generate button. It will open a new section. Click on the Lora tab and press the **Refresh** button, and your loras should appear. When you click a Lora in that menu it will get added to your prompt, looking like this: `<lora:filename:1>`. The start is always the same. The filename will be the exact filename in your system without the `.safetensors` extension. Finally, the number is the weight, like we saw in [Prompts ▲](#prompt). Most Loras work between 0.5 and 1 weight, and too high values might "fry" your image, specially if using multiple Loras at the same time.
|
186 |
|
187 |
An example of a Lora is [Thicker Lines Anime Style](https://civitai.com/models/13910/thicker-lines-anime-style-lora-mix), which is perfect if you want your images to look more like traditional anime.
|
188 |
|
189 |
|
190 |
|
191 |
+
# Upscaling <a name="upscale"></a>[▲](#index)
|
192 |
|
193 |
+
You can download additional upscalers and put them in your `stable-diffusion-webui/models/ESRGAN` folder, or paste the direct download link into the `custom_urls` text box in collab. They will then be available in Hires fix, SD Upscale, Ultimate SD Upscaler, and Extras.
|
194 |
|
195 |
+
The collab comes with a few of them, including Remacri, which is one of the best for all sorts of images.
|
196 |
+
|
197 |
+
* [A few notable ones can be downloaded here](https://mega.nz/folder/LYdRSK7Y#9_eYXeUDqNbGpQ-FIdYTkg).
|
198 |
+
* Above are also the 2 files you must put into `stable-diffusion-webui/models/LDSR` if you want to use the advanced yet slow LDSR upscaler.
|
199 |
* [Upscale wiki](https://upscale.wiki/wiki/Model_Database)
|
200 |
|
201 |
+
Coming soon: How to use ultimate upscaler.
|
202 |
+
|
203 |
+
|
204 |
+
|
205 |
+
# ControlNet <a name="controlnet"></a>[▲](#index)
|
206 |
+
|
207 |
+
# Lora Training <a name="train"></a>[▲](#index)
|
208 |
+
|
209 |
+
* **Tips for training character Loras** <a name="trainchars"></a>[▲](#index)
|
210 |
+
|
211 |
+
|
212 |
+
|