Tag: comfyui
-
Testing a 20B-class open-weight image model on a Radeon 780M iGPU with no discrete GPU. Qwen-Image-2.0 looked like the obvious pick until it turned out to be API-only. Qwen-Image-2512 is the actual open model, and it runs.
-
Running MiniMax Music 3, an 8B/0.6B hierarchical autoregressive music model, on a Radeon 780M through ComfyUI. INT8 quantization to fit shared VRAM, hand-wiring the real node graph behind a collapsed UI subgraph, and a ROCm context-poisoning flake caught mid-generation.
-
Turning Craymel Ball's flat 2D sprites into usable 3D character models entirely on a Radeon 780M. TripoSR gets rejected, Hunyuan3D-2mini becomes the first usable tier, and multi-view input on Hunyuan3D-2mv fixes a measured depth-flattening problem that resolution and postprocessing couldn't touch.
-
Running LTX video generation on a Radeon 780M mini PC with no discrete GPU, through a VRAM ceiling, four LTX-2.5 loading bugs, a GGUF quant missing its architecture metadata, and a silently dropped boolean flag that turned coherent video into static noise.
-
AMD's own TheRock build now targets gfx1103 directly, so ComfyUI on a Radeon 780M doesn't need ZLUDA's DLL injection and security exclusions anymore, and it runs roughly twice as fast with the right attention setting.
-
ComfyUI wouldn't touch the GPU on this AMD chip at all. Getting real acceleration meant DirectML, then ZLUDA, and eight separate crashes before Stable Diffusion ran at real speed.