File size: 780 Bytes
d67393a
 
 
 
 
 
 
 
574af16
 
 
1
2
3
4
5
6
7
8
9
10
11
12
This repo contains a few simple image generation models. You can also load any Stable Diffusion 1.5, SDXL, SD3 or Flux model into KoboldCpp.

For SD1.5 and SDXL, you only need the basic model (and VAE fix if no baked VAE). For SD3 and Flux you will also need a Clip and T5-XXL model (not included here)

You can use `--sdmodel` to load the base model, and check `--help` for other SD settings. 
They are all also available in the image tab in the launcher

![image/png](https://cdn-uploads.huggingface.co/production/uploads/63cd4b6d1c8a5d1d7d76a778/yDbd2HK__kokpoEhMujST.png)

For a list of supported Image Generation models, please take a look at 
[https://github.com/leejet/stable-diffusion.cpp/tree/master/docs](https://github.com/leejet/stable-diffusion.cpp/tree/master/docs)