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...
Windows

Take a closer look at the ‘magic phrase’ (%~dp0) found in batch scripts.

The purpose You've probably seen %~dp0 a lot if you've ever written a Windows batch file. Let's take a closer look a...
PR
Word Press

Automating a Batch File during a Vite Build

The purpose Automatically run a specified batch file when performing a Vite build (npm run build) Example "Aut...
Inkscape

[Bat] Batch convert Inkscape SVGs to plain SVG

The purpose Inkscape can create SVGs, but they contain Inkscape-specific data which makes the file size larger than ...
WEB

Build a Web Server in Python without writing a single line of code

The purpose You can set up a Web Server in Python without writing a single line of code. I'll explain why later,...
Phaser3

[Phaser3]Full screen

The purpose I want to implement a fullscreen display in Phaser3. It's not about simply maximizing it within the ...
JavaScript

Saving an AudioBuffer from AudioContext as a WAV file

The purpose We will save an AudioBuffer, which is commonly used with AudioContext in JavaScript, as a local WAV ...
AI

Gemini API Music Generation with Vite

The purpose I will use Google's Gemini API with NodeJS to perform music generation. The implementation will be front...
AI

[Stable Diffusion]Using embeddings

The purpose I will add and use an embedding in a locally running Stable Diffusion web UI. Using an embedding can...
Copied title and URL