Android

Manually applying an OTA image to a Pixel

The purpose I will manually apply an OTA image to a Pixel. (Simply put, I will be reinstalling the Android system...
Unity

[Unity 2021] How to Use SVG without the Package Manager

The purpose I'll show you how to use SVG in Unity. When I looked it up, the results said to install Vector Graphi...
AI

Merge split safetensors files into one file

The purpose Sometimes when you download a model from Hugging Face, it comes in multiple files, like model-00001-of-0...
PR
AI

[Stable Diffusion] Prompt Writing Guide (with Special Syntax)

The purpose Have you ever felt that the images you generate with Stable Diffusion WebUI don't quite match your visio...
AI

Setting up a local Stable Diffusion environment

The purpose We will build a Stable Diffusion environment on a local Windows PC that supports CUDA. Background ...
Unity

[Unity] Troubleshooting for when a WebGL build fails to launch

The purpose This is a memo on how to fix an error that prevented the app from starting when I opened the HTML file a...
git

[git]find the repository URL from a cloned folder

The purpose I will find the repository's URL or local path from the Git-cloned folder. How to find out Open th...
AI

How to use anytest with Stable Diffusion AUTOMATIC1111 and Forge

The purpose This will use Anytest on Stable Diffusion's AUTOMATIC1111 and Forge. I've also verified that this wor...
AI

How to run Stable Diffusion AUTOMATIC1111 locally on your PC without a GPU.

The purpose While the previous post showed how to run Stable Diffusion Forge on a CPU, I couldn't resist also gettin...
Unity

How to use Git for version control of a Unity project

The purpose Even though Unity has its own version control system (Unity Version Control), we will be using Git, as i...
Copied title and URL