Android

Change the screen resolution (DevicePixelRatio) on an Android device.

The purpose  This makes it appear as though the screen resolution has been changed on an Android device. To b...
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 ...
PR
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 ...
JavaScript

Implementing Unique in JavaScript (Removing Duplicates from an Array)

The purpose  JavaScriptでUnique(Arrayの中の重複を削除する)を実装します。 filterとSetを使用した2つの方法を紹介します。 Implementation implement...
JavaScript

[JavaScript] Remove Elements from an Array (filter() is Convenient)

The purpose  There are several ways to remove elements from a JavaScript Array, but most of them aren't very conveni...
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...
HTML

Creating a Right-to-Left Slider (input type=”range”) in HTML

The purpose  In HTML, you can easily create a slider by writing the following code. <input type="range"> ...
HTML

Various Ways to Center in HTML

The purpose  I will summarize various methods for centering in HTML that seem simple but are surprisingly tricky to ...
Copied title and URL