AI

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

[Stable Diffusion]Using Template Prompts/Negative Prompts in Forge

The purpose I will use template (saved) Prompts/Negative Prompts in Stable Diffusion WebUI Forge. (The proces...
PR
AI

Images generated by Stable Diffusion are blurry / have low contrast.

The purpose  Sometimes, images generated by Stable Diffusion can be blurry or have low contrast. Here, I'll ...
AI

Adding a VAE to the local Stable Diffusion web UI

The purpose  I will now add a VAE to the Stable Diffusion web UI running on my local machine. What is VAE ...
AI

[Stable Diffusion]Use Pastel-Mix model

The purpose  I'm trying out Pastel-Mix, a recommended Stable Diffusion model for 2D image creation. I couldn't g...
AI

[Stable Diffusion WebUI] Automatically Create Prompts from Multiple Words (Randomly)

The purpose  I'll be creating prompts randomly from multiple word candidates in Stable Diffusion GUI. I'm using ...
AI

Creating Audio with Stable Audio Open Small on CPU

The purpose  In the previous article, I tried creating audio with Stable Audio Open 1.0, but its performance was qui...
AI

Running Flux.1 on Local Stable Diffusion Forge in a CUDA-less Environment (CPU)

The purpose  Normally, Stable Diffusion Forge requires an Nvidia GPU (like GeForce). The article below introduced...
AI

Running an LLM Locally with AMD GPU (DirectML) – Experimental Setup

The purpose  I'll try running an LLM using an AMD GPU. I'll be using DirectML and its sample code. I'll modi...
Copied title and URL