stable-diffusion-webui/docs/6.custom-models.md

52 lines
1.9 KiB
Markdown
Raw Normal View History

# Custom Models
<!--
This file is part of sygil-webui (https://github.com/Sygil-Dev/sygil-webui/).
Copyright 2022 Sygil-Dev team.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
You can use other *versions* of Stable Diffusion, and *fine-tunes* of Stable Diffusion.
Any model with the `.ckpt` extension can be placed into the `models/custom` folder and used in the UI. The filename of the model will be used to show the model on the drop-down menu on the UI from which you can select and use your custom model so, make sure it has a good filename so you can recognize it from the drop-down menu.
# Official models supported:
## Stable Diffusion versions:
- ### [Stable Diffusion v1-3](https://huggingface.co/CompVis/stable-diffusion-v1-3)
- ### [Stable Diffusion v1-4](https://huggingface.co/CompVis/stable-diffusion-v1-4)
- ### [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5)
## Waifu Diffusion versions:
- ### Waifu Diffusion v1.2
- ### [Waifu Diffusion v1.3](https://huggingface.co/hakurei/waifu-diffusion-v1-3)
## Trinart:
- ### [Trinart Characters](https://huggingface.co/naclbit/trinart_characters_19.2m_stable_diffusion_v1)
- ### [Trinart v2](https://huggingface.co/naclbit/trinart_stable_diffusion_v2)
-
## Unofficial Model List:
- ### [Rentry Stable Diffusion Model List.](https://rentry.org/sdmodels)