Unity[Unity 2021]Use SVG (install without using Package Manager) Things I want to do I will use SVG in Unity. My research suggests installing Vector Graphics using the Package Ma...2025.07.302026.03.15Unity
AICombine the split safetensors files into a single file. Things I want to do When you download a model from HuggingFace or similar software, it may be split into multiple fi...2025.07.202026.03.15AI
AI[Stable Diffusion]How to write prompts (including special notation) Things I want to do When generating images using the Stable Diffusion WebUI, you might sometimes feel like, 'It's no...2025.07.162026.03.15AI
AISet up a StableDiffusion environment locally. Things I want to do We will set up a StableDiffusion environment on a local PC (Windows) where CUDA is running. b...2025.07.152026.03.15AI
Unity[Unity]Troubleshooting when a WebGL build fails to launch. Things I want to do This is a memo on how to fix the issue where an error occurs and the application fails to launch...2025.06.302026.03.15Unity
git[git]Find the repository URL from the cloned folder. Things I want to do Find the repository URL or local repository path from the folder cloned using git. How to fin...2025.06.282026.03.15git
AIUsing anytest with StableDiffusion AUTOMATIC1111 and Forge Things I want to do StableDiffusion uses AUTOMATIC1111 and anytest in Forge. We have also confirmed that it works...2025.06.282026.03.15AI
AIRunning Stable Diffusion AUTOMATIC1111 locally on a PC without using the GPU. Things I want to do In the post below, I showed how to run Stable Diffusion Forge on a CPU, but I really wanted to r...2025.06.272026.03.15AI
UnityVersion control of Unity projects using Git Things I want to do Unity has a version control system called Unity Version Control, but I'll use Git, which I'm mor...2025.06.262026.03.15Unity
WindowsA deeper look at the spells (%~dp0) that appear in bat files. Things I want to do Let's take a closer look at %~dp0, a command that often appears when writing Windows batch files...2025.06.242026.03.15Windows