mirror of
https://github.com/BillyOutlast/rocm-automated.git
synced 2026-02-04 03:51:19 +01:00
22 lines
608 B
Bash
22 lines
608 B
Bash
cd User-Directories/ComfyUI/custom_nodes
|
|
|
|
# Manager
|
|
git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager
|
|
|
|
# Crystools (AMD branch)
|
|
git clone -b AMD https://github.com/crystian/ComfyUI-Crystools.git
|
|
|
|
# MIGraphX
|
|
git clone https://github.com/pnikolic-amd/ComfyUI_MIGraphX.git
|
|
|
|
# Unsafe Torch
|
|
git clone https://github.com/ltdrdata/comfyui-unsafe-torch
|
|
|
|
# Impact Pack
|
|
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack comfyui-impact-pack
|
|
|
|
# Impact Subpack
|
|
git clone https://github.com/ltdrdata/ComfyUI-Impact-Subpack
|
|
|
|
# WaveSpeed
|
|
git clone https://github.com/chengzeyi/Comfy-WaveSpeed.git |