AI

Running a Local LLM with Image Input Support (AMD GPU / CPU Compatible)

The purpose llama.cppを使用してローカルで画像入力ありのLLM(チャットAI)を実行します。 この記事ではgoogleのローカル向けのモデルであるQwen2.5-VLを使用します。 AMDのGPUでも...
AI

Running SD3.5, which is rumored to be fast and high-quality, via the command line (supports AMD GPU/CPU)

The purpose Running SD3.5-medium (stable-diffusion-3.5-medium) from the command line using stable-diffusion.cpp. ...
AI

Running LLMs Locally (with AMD GPU/CPU Support)

The purpose Running a local LLM (Chat AI) using llama.cpp. In this article, we will use Gemma, Google's model des...
AI

Image Editing using Qwen-Image via Command Line (AMD GPU/CPU Support)

The purpose Image Editing using Qwen-Image via Command Line (AMD GPU/CPU Support) Qwen-Image from the command line u...
AI

Running Qwen-Image via Command Line (AMD GPU/CPU Support)

The purpose Run Qwen-Image from the command line using stable-diffusion.cpp. It can be executed on both AMD GPUs and...
AI

Running Stable Diffusion via Command Line (AMD GPU/CPU Support)

The purpose Run Stable Diffusion from the command line using stable-diffusion.cpp. It can be executed on both AMD GP...
AI

Running Z-Image-Turbo on CPU

The purpose "Trying out Alibaba's Z-Image-Turbo image generation model in a non-CUDA environment." Build environm...
Unity

[Unity] Game Objects behind the Canvas UI are not receiving click events

The purpose In Unity development, UI elements on the Canvas system can intercept input events (like clicks) that are...
TOOL

Case Converter Web Tool

The English entered in the INPUT will be automatically converted and outputted to the OUTPUT. Please change the chec...
python

How to execute a bat file from a different device (smartphone/PC) using Python

The purpose In Python, I want to be able to execute a batch file (.bat) from a different device (smartphone/PC). ...
Copied title and URL