chilled_re_generic: Merge Your Own Chilloutmix Model
The chilloutmix
model created by TASUKU2023 is highly popular for generating realistic and aesthetically pleasing images of Asian females.
The model itself is not commercially free. Fortunately, with its recipe, you can create one of your own to avoid licensing issues.
The chilloutmix
model was actually merged from several other models.
This guide will show you how to merge your own chilloutmix
model with the help of Stable Diffusion Web UI.
Alternatively, you can do it with Stable Diffusion Web UI Colab if you don't have a powerful PC.
To merge your own chilloutmix
model, you'll need the following models:
To produce high-quality images with intricate details, the basil_mix
document suggests utilizing VAE to train the model. We can bake our model with it.
Here's a script to download those models in Colab
:
# download models
%cd /content/stable-diffusion-webui/models/Stable-diffusion/
!wget https://civitai.com/api/download/models/14840 -O lofi_V2pre.safetensors
!wget https://civitai.com/api/download/models/7279 -O colorful_v21.safetensors
!wget https://huggingface.co/nuigurumi/basil_mix/blob/main/Basil_mix_fixed.safetensors -O basil_mix_fixed.safetensors
!wget https://civitai.com/api/download/models/15980 -O museV1_v1.safetensors
# download vae model
!mkdir -p /content/stable-diffusion-webui/models/VAE
%cd /content/stable-diffusion-webui/models/VAE
!wget https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors -O vae-ft-mse-840000-ema-pruned.safetensors
Launch your Stable Diffusion Web UI
and go to tab Checkpoint Merger
.
Now you have merged your own chilled_re-generic
model.