Home » Stable Diffusion

Automatic1111: Prompts for people generation

Today I prepared an article that contains basic prompts that you can use for people generation in Automatic1111 using SD models.

Read More »

How to convert Stable Diffusion model from FP16 to FP32

Futuristic

I found that my videocard GTX 1660 Super doesn’t fully support FP16 models. So sometimes I need to convert FP16 models to FP32. Here is the python scripts that I usually use for that…

Read More »

Stable Diffusion: How to check if safetensors model file corrupted

Alien checklist

SD models are usually large files, and with a poor internet connection, downloading them can be interrupted and restarted. So it would be helpful if you could validate the model file. Fortunately, this is easy to do.

Read More »

Automatic1111: Upscalers errors DAT X2, X3, X4

Bug

I face an error when I tried to use DAT upscalers in Automatic1111, that said: TypeError: argument of type ‘NoneType’ is not iterable. I checked what is going on and figured out, so here you can find the…

Read More »