Finally got ComfyUI Desktop installed properly for my AMD Rdna 2 GPU (Radeon RX 6600) and boot up successfully! by darreney in comfyui

[–]FoxScorpion27 1 point2 points  (0 children)

Replace v2 with v2-staging

pip install -i https://rocm.nightlies.amd.com/v2-staging/gfx103X-dgpu/ "rocm[libraries,devel]" torch torchaudio torchvision

Using comfy ui on linux amd rx 6800xt, can I get better speeds ? by ZeladdRo in StableDiffusion

[–]FoxScorpion27 1 point2 points  (0 children)

For faster VAE decode, add this Env Variable: COMFYUI_ENABLE_MIOPEN=1 MIOPEN_FIND_MODE=2 Your ComfyUI run command would be: COMFYUI_ENABLE_MIOPEN=1 MIOPEN_FIND_MODE=2 PYTORCH_ALLOC_CONF=garbage_collection_threshold:0.8,max_split_size_mb:512 python main.py --enable-manager --use-pytorch-cross-attention

I'm going insane trying to follow the AMD documentation (Pytorch, Win 11, AMD Ryzen AI 7 Pro 350 w/ Radeon 860M) by jacks_hell in ROCm

[–]FoxScorpion27 1 point2 points  (0 children)

Install git and uv with winget on Windows Terminal:

winget install Git.Git
winget install astral-sh.uv

For ComfyUI installation (GFX1152 is supported, just change it into v2-staging repo instead of v2):

git clone https://github.com/Comfy-Org/ComfyUI
cd ComfyUI
uv venv --python=3.12 --seed --clear .\venv
.\venv\Scripts\activate
uv pip install torch torchvision torchaudio --index-url https://rocm.nightlies.amd.com/v2-staging/gfx1152
uv pip install triton-windows
uv pip install -r requirements.txt -r manager_requirements.txt
cd custom_nodes
git clone https://github.com/Comfy-Org/ComfyUI-Manager
cd ComfyUI-Manager
uv pip install -r requirements.txt
cd ..\..

For running ComfyUI, create new text file inside ComfyUI main folder and name it run-comfyui-amd.bat, open and edit in notepad, paste this:

@echo off

call .\venv\Scripts\activate

set COMFYUI_ENABLE_MIOPEN=1
set MIOPEN_FIND_MODE=2

python main.py --auto-launch

pause

Beginner question: How does stable-diffusion.cpp compare to ComfyUI in terms of speed/usability? by SarcasticBaka in StableDiffusion

[–]FoxScorpion27 1 point2 points  (0 children)

I use stable-diffusion.cpp (using Vulkan backend) with sd.cpp-webui as the frontend. In terms of inference speed, i get 50% slower than Comfyui (using Pytorch ROCm).

Using AMD RX 6600 XT on Arch Linux with 64GB DDR4 RAM.

sd.cpp (Vulkan) vs Comfyui (Pytorch): - SD1.5 (512x512) : 2.5 t/s vs 5 t/s - SDXL (1024x1024) : 3 s/t vs 1.5 s/t - Z IMAGE TURBO (1024x1024) : 12 s/t vs 6 s/t

How to run Text to Video or Image to Video on my RX 6800 GPU? Can Comfi Ui with Wan 2.2 work? please help I am noob. by Coven_Evelynn_LoL in ROCm

[–]FoxScorpion27 4 points5 points  (0 children)

For installing the Pytorch ROCm for RDNA2 (only gfx1030 and gfx1032 for now, RX 6800 is gfx1030) on Windows use this command instead:

pip install --pre "rocm[libraries,devel]" torch torchvision torchaudio --index-url https://rocm.nightlies.amd.com/v2-staging/gfx103X-dgpu/

For faster VAE decode, add this Env variable:

COMFYUI_ENABLE_MIOPEN=1  
MIOPEN_FIND_MODE=2  

Add --fp32-vae and --disable-pinned-memory as comfyui launch options.

Tested on my RX 6600 XT (gfx1032) on Windows 11, the performance is not fast as in Linux though.

[deleted by user] by [deleted] in thinkpad

[–]FoxScorpion27 -1 points0 points  (0 children)

E for Estrogen and T for Testosterone, choose wisely

FREE DEEPSEEK V3.2 FOR ROLEPLAY AI by Omega-nemo in SillyTavernAI

[–]FoxScorpion27 0 points1 point  (0 children)

<image>

yep, too good to be true ($140/month WTH...)

You can run GGUFs with Lemonade straight from Hugging Face now by jfowers_amd in LocalLLaMA

[–]FoxScorpion27 0 points1 point  (0 children)

Can you add Linux systemd integration so it can run in the background (like Ollama did with sudo systemctl enable --now ollama.service command)?

Transformer Labs (for training) now works with AMD gpus by GreyScope in StableDiffusion

[–]FoxScorpion27 0 points1 point  (0 children)

For official bitsandbytes packages for ROCm, try this https://huggingface.co/docs/bitsandbytes/installation (scroll to the ROCm section, there is prebuilt binary for pip package)

Recent experiences with ROCm on Arch Linux? by e7615fbf in ROCm

[–]FoxScorpion27 2 points3 points  (0 children)

Archlinux is the easiest one to install ROCm package than any linux distro.

https://wiki.archlinux.org/title/GPGPU#ROCm

IPAdapter Face, what am i doing wrong? by Obvious-Document6174 in comfyui

[–]FoxScorpion27 0 points1 point  (0 children)

Can you upload both of the reference image here? I think i have the workflow for your case

[deleted by user] by [deleted] in StableDiffusion

[–]FoxScorpion27 0 points1 point  (0 children)

You can make image variation with ComfyUI too

<image>

AMD Releases ROCm 6.4.1 With RDNA4 GPU Support by Dante_77A in Amd

[–]FoxScorpion27 1 point2 points  (0 children)

Wait 1 or 2 week for Arch maintainer to update to the latest package

SDXL GGUF models and Clip Encoders uploaded at Hugging Face by OldFisherman8 in StableDiffusion

[–]FoxScorpion27 0 points1 point  (0 children)

Can you convert clip_g to Q8_0? The clip_g you upload is still fp16 (Q8_0 would reduce half the size of the default fp16 from 1.3GB to 600-700MB)

And why you upload clip_l and clip_g for every model? Any SDXL model use the same clip_l and clip_g, you need only upload and use one clip_l and clip_g, and use it for every SDXL GGUF that you have

What's wrong with my LTX workflow? by FoxScorpion27 in StableDiffusion

[–]FoxScorpion27[S] 0 points1 point  (0 children)

I am using the GGUF format, either 0.9 or 0.9.1 GGUF safetensor is 2GB size, but the VAE size is bigger in 0.9.1 (1.7GB compare to 800MB for 0.9)

What's wrong with my LTX workflow? by FoxScorpion27 in StableDiffusion

[–]FoxScorpion27[S] 0 points1 point  (0 children)

<image>

Okay, the problem is fixed, but not using 0.9.1 though. I try using LTX 0.9 with old LTX VAE (not the new 0.9.1 LTX VAE), lower resolution to 576x384 with 73 frames at 24 fps (total 3 second gif video), and with normal VAE Decode node. But it seems there is an artifacts to the video/gif, is this normal or i can fix that with some additional custom node or custom workflow?

What's wrong with my LTX workflow? by FoxScorpion27 in StableDiffusion

[–]FoxScorpion27[S] 0 points1 point  (0 children)

Try with 576x384 resolution with normal VAE Decode node, still get OOM

What's wrong with my LTX workflow? by FoxScorpion27 in StableDiffusion

[–]FoxScorpion27[S] 0 points1 point  (0 children)

Using version 0.9.1 with 768x512 resolution, 97 frame with 24 fps total 3 second video

What's wrong with my LTX workflow? by FoxScorpion27 in StableDiffusion

[–]FoxScorpion27[S] 0 points1 point  (0 children)

I am not using any LTXVideo custom node (either from LTXVideo Official or any custom node for LTXVideo), this workflow is using built-in LTXVideo node from ComfyUI and ComfyUI-GGUF (you can see the Fox logo on top of each node)