AI[Stable Diffusion]Use the Pastel-Mix model Things I want to do Let's try using Pastel-Mix, a recommended Stable Diffusion model for creating 2D images. I tr...2025.05.252026.03.15AI
AIAutomatically generate prompts randomly from multiple words.[StabeleDiffusionWebUI] Things I want to do The StabeleDiffusionGUI generates a prompt randomly from multiple word candidates. We will us...2025.05.232026.03.15AI
AICPU-based audio creation using stable-audio-open-small Things I want to do In the article below, I tried creating audio using Stable Audio Open 1.0, but it barely ran smoo...2025.05.202026.03.15AI
AIRunning Flux.1 on a local Stable Diffusion Forge in a non-CUDA environment (CPU) Things I want to do Stable Diffusion Forge typically requires an Nvidia GPU (such as GeForce). The article below ...2025.04.292026.03.15AI
AIRunning high-speed image generation locally using an AMD GPU (direct-ml) (or in a non-GPU environment) (for testing purposes) Things I want to do Let's try running high-speed image generation using an AMD GPU. This is for those who find im...2025.04.032026.03.15AI
AIRunning LLM locally using an AMD GPU (direct-ml) (test run) Things I want to do Let's try running LLM using an AMD GPU. We will use DirectML and sample code for DirectML. ...2025.03.252026.03.15AI
AICreating audio with AMD GPUs using Stable Audio Open 1.0 Things I want to do I'll try creating audio using Stable Audio Open 1.0 with an AMD GPU. We will use DirectML. ...2025.03.222026.03.15AI
AIModel download failed (Cannot access gated repo…) Things I want to do When attempting to automatically download a model using methods like `from_pretrained`, you may ...2025.03.212026.03.15AI
AI[Python]The location where downloaded models are saved, such as from_pretrained. Things I want to do When you run test code for a model, the model may be automatically downloaded and executed from ...2025.03.212026.03.15AI
AI401/403 error on huggingface Things I want to do Sometimes, when trying to download a model using huggingface, a 401 error may occur, preventing ...2025.03.212026.03.15AI