Author: vo

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 »

Ubuntu Docker: could not select device driver “nvidia”

Pinguin sitting on the whale

When I tried to install Stable Diffusion that was wrapped to docker image, I faced next error: Error response from daemon: could not select device driver “nvidia” with capabilities: [[compute utility]] ..

Read More »

Docker: unknown flag: –profile

Today I faced the issue while trying to run docker compose. The docker siad that have no clue about “–profile” option…

Read More »

How to install Deepseek-R1 with Open Web UI on laptop with Ubuntu

DeepSeek

Today I decided to test Deepseek-R1 on my old laptop with Ubuntu. In this article I will describe the steps that I used to run the model.

Read More »

KUbuntu: Language support is incomplete, additional packages are required

The notification like “Language support is incomplete, additional packages are required” means that not all the language packages installed all upgraded, to fix this you need to execute next command……

Read More »

How to disable raid check in Ubuntu?

Pinguin

Today I decided to fix some annoying issue with my desktop. When I try to shutdown pc it doesn’t happen because of raid check run. Usually I used switching to console via Ctrl+Alt+F3, and then login via CLI…

Read More »

How to check DNS records received from TP-Link router

DNS

I faced some issues with DNS ip addresses that my PC received from my TP-Link router. The error was: Temporary failure in name resolution

Read More »