MultiRanker
※ 当サイトはアフィリエイトリンクを使用しています。Amazon のアソシエイトとして、適格販売により収入を得ることがあります。
GPU · ID 5

NVIDIA GeForce RTX 4090

RTX 4090NVIDIA2022年発売MSRP $1599
現在の最安(実質支払額)
¥666,251
ローカル LLM 適性
A
32B量子化 / gemma4:31b 余裕
VRAM
24GB
TDP
450W
CUDA cores
16,384
Memory Bus
384bit

AI / LLM 用途の適性

ローカル LLMA
32B量子化 / gemma4:31b 余裕
画像生成 (SDXL / Flux)S
SDXL/Flux 余裕・Flux LoRA学習/動画生成も可

※ 適性は VRAM 容量から決定論的に算出。動作可否はソフト/ドライバ バージョンにも依存するため、下の「コミュニティの注意点」も参照。

価格推移(最安実質支払額)

日次スナップショットの最安値を記録。下降(緑)= 買い時、上昇(赤)= 様子見。

モール横断 価格比較

実質支払額 = 価格 + 送料 − ポイント還元(典型ユーザー想定)
最安
楽天市場
¥666,251
商品価格¥672,980
送料無料
ポイント−¥6,729
楽天市場で見る
Amazon
検索リンク

商品名で検索。価格は Amazon で確認(自動取得は Phase 2)。

Amazonで見る

コミュニティの注意点・つまずきポイント (13)

GitHub Issue は「不具合が起きた時」に立つため、件数=動作不可ではありません。 多くはドライバ設定 / ソフトのバージョン / 特定ワークフローの VRAM 設定に 起因します。購入前に把握しておくと役立つ論点として要約します。

  • localllmQwen3.6-27B-UD-Q4_K_XL.gguf using llama-server with openclaw. Failed to parse input. 出典→
  • localllmQwen 3.6 AWQ model, OOM error during loading. 出典→
  • localllmGemma 4 31B (q4km GGUF) with MTP speculative decoding, throughput approx 60 tok/s. 出典→
  • localllmDeepSeek-V2-Lite, TP=4, TurboQuant 3/4bit_nc. 1.16-1.96x decode throughput improvement. 出典→
  • localllmOllama v0.23.0 on Arch Linux; GPU discovery fails (total_vram=0 B) and falls back to CPU. 出典→
  • localllmgranite4.1:30b and 8b models. Context window size (131072) exceeds VRAM (48GB), causing CPU spillover and slow performance. 出典→
元レポートを全て見る(13 件)
localllm2026-05-09

### Name and Version $ ./llama-server --version ggml_cuda_init: found 2 CUDA devices (Total VRAM: 48161 MiB): Device 0: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes, VRAM: 24080 MiB

{"text":"Qwen3.6-27B-UD-Q4_K_XL.gguf using llama-server with openclaw. Failed to parse input."}

ggerganov/llama.cpp· @vipcxj出典 →
localllm2026-05-09

### Your current environment ``` uv is set ============================== System Info ============================== OS : Ubuntu 24.04.4 LTS (x86_64) GCC version

{"text":"Qwen 3.6 AWQ model, OOM error during loading."}

vllm-project/vllm· @ZisIsNotZis出典 →
localllm2026-05-08

## Overview Adds native MTP speculative decoding support, including Qwen3.5/Qwen3.5-MoE MTP wiring and Gemma 4 MTP assistant support. This includes GGUF conversion/metadata handling for MTP

{"text":"Gemma 4 31B (q4km GGUF) with MTP speculative decoding, throughput approx 60 tok/s."}

ggerganov/llama.cpp· @adybag14-cyber出典 →
localllm2026-05-06

# [Kernel][MLA] Triton-fused TurboQuant decode backend (#41803) > **Status:** Ready for **directional review**. Phase 3 benchmarks complete on 4×RTX 4090 + DeepSeek-V2-Lite, TP=4. DCO ✅. Phase-4 kern

{"text":"DeepSeek-V2-Lite, TP=4, TurboQuant 3/4bit_nc. 1.16-1.96x decode throughput improvement."}

vllm-project/vllm· @shanyulu出典 →
localllm2026-05-04

### What is the issue? After updating to version `0.23.0` on Arch Linux, Ollama fails to discover my NVIDIA RTX 4090, reporting `total_vram="0 B"` and falling back to the CPU runner. Downgrading back

{"text":"Ollama v0.23.0 on Arch Linux; GPU discovery fails (total_vram=0 B) and falls back to CPU."}

ollama/ollama· @moraisaugusto出典 →
localllm2026-04-30

### What is the issue? I was running granite4.1:30b (17 GB) and noticed it was running slow on my hardware, given the GPUs I have. When I ran `ollama ps`, I saw that the model was using 97 GB . I onl

{"text":"granite4.1:30b and 8b models. Context window size (131072) exceeds VRAM (48GB), causing CPU spillover and slow performance."}

ollama/ollama· @cwthomas-llu出典 →
localllm2026-04-22

### Name and Version $ ./llama-server --version ggml_cuda_init: found 2 CUDA devices (Total VRAM: 97020 MiB): Device 0: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes, VRAM: 48510 MiB

{"text":"Qwen3.6-35B-A3B-UD-Q8_K_XL.gguf, llama-server, tool call validation error with anyOf schema"}

ggerganov/llama.cpp· @johnwas出典 →
comfyui2026-04-15

### Custom Node Testing - [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-wi

{"text":"Ernie-Image, Wan 2.2, LTX 2.3 等のモデルで、プロンプト変更後の再実行時にVRAM使用量が23.3/24GBに達し、システムがスタックするメモリ管理の問題が発生。"}

comfyanonymous/ComfyUI· @throttlekitty出典 →
localllm2026-04-06

### Name and Version version: 8668 (5d3a4a7da) built with Clang 19.1.5 for Windows x86_64 ### Operating systems Windows ### GGML backends CUDA ### Hardware 4090 ### Models Qwen3.5-27B-Q4_K_M

{"text":"Qwen3.5-27B-Q4_K_M and Qwen3.5-35B-A3B-UD-IQ4_NL models using CUDA backend with openclaw, resulting in parse errors."}

ggerganov/llama.cpp· @poal5728-tech出典 →
localllm2026-04-03

### What is the issue? ### Description When using `gemma4:26b-a4b-it-q4_K_M` with the `format` parameter (JSON schema structured output), setting `think=false` causes the `format` constraint to be *

{"text":"gemma4:26b-a4b-it-q4_K_M モデルにおいて、think=false 設定時に format (JSON schema) 制約が無視され、プレーンテキストが出力される。"}

ollama/ollama· @AIVTDevPKevin出典 →
localllm2026-03-21

### Name and Version llama.cpp b8227-b8460 ### Operating systems Windows ### GGML backends CUDA ### Hardware intel core ultra 7 265K + RTX 4090 ### Models Qwen3.5-2B (I converted it myself) U

{"text":"Qwen3.5-2B (BF16) and Qwen3.5-9B (Q4_K_XL) on llama.cpp b8460; models think by default unexpectedly."}

ggerganov/llama.cpp· @grapevine-AI出典 →
sdxl2026-01-01

### Custom Node Testing - [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-wi

{"text":"Switching from QWENEdit to SDXL causes slow sampling due to suspected VRAM swapping, despite 10GB available."}

comfyanonymous/ComfyUI· @kerker93出典 →
flux2024-09-22

### Is there an existing issue for this problem? - [X] I have searched the existing issues ### Operating system Windows ### GPU vendor Nvidia (CUDA) ### GPU model 4090 ### GPU

{"text":"OneTrainerで作成されたFlux LoRAのインポート時にInvalidModelConfigExceptionエラーが発生。"}

invoke-ai/InvokeAI· @Barafu出典 →

Reddit 参考情報 (0)

該当 chipset の Reddit 投稿はまだ取得されていません(週次 RSS、引用 50-100 字、本文の長期保存なし)。

YouTube 動作確認 (0)

該当 chipset のレビュー動画はまだ取得されていません(週次、Data API v3 でメタデータのみ)。