AI

how to run Stable Diffusion Forge locally using an AMD GPU with DirectML

The purpose  Normally, Stable Diffusion Forge requires an NVIDIA GPU (like a GeForce card). The previous gui...
AI

Running Stable Diffusion Forge locally on a PC without a GPU

The purpose  Stable Diffusion Forge typically requires an NVIDIA GPU (like a GeForce card) to run. Here, we'll e...
TypeScript

[TypeScript]Use Custom event

The purpose  To dispatch a custom event in TypeScript and trigger a process based on that event. Implementati...
PR
Blender

[Blender 4.2]To open MMD (MikuMikuDance) files, specifically the PMD format

The purpose  To open MMD (MikuMikuDance) 3D model files (PMD) in Blender, using Animasa's Hatsune Miku model as ...
JavaScript

To execute an event listener only once(JavaScript)

The purpose  When performing a process triggered by an event in JavaScript, addEventListener is commonly used. H...
Uncategorized

Controlling OBS with JavaScript

The purpose  Control OBS with JavaScript。 Notice This article's method has two major issues. Please confir...
WEB

【Confirmed as of July 2025】Checking Who Liked or Reposted Your Posts (on X)

The purpose  Here's how to check who has liked or reposted your own posts on X, no subscription required: Ste...
JavaScript

Converting em to px in JavaScript

The purpose  Here's how to convert em units to px (pixels) in JavaScript, which are commonly used in CSS: Cod...
Uncategorized

Applying a Gradient to Text(GIMP)

The purpose  apply a gradient to text in GIMP, using a method different from what's commonly found elsewhere, one yo...
JavaScript

Reading Aloud Using AIVoiceSpeech from a Web Page

The purpose  On the following page, text was read aloud using SpeechSynthesis, a basic JavaScript function, but the ...
Copied title and URL