mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-16 01:36:41 +08:00
Flux ControlNet
This commit is contained in:
parent
8732d5d6fe
commit
57e11c99eb
15
script.sh
15
script.sh
@ -111,6 +111,10 @@ wget -c https://huggingface.co/schwgHao/RealESRGAN_x4plus/resolve/main/RealESRGA
|
|||||||
ln -s /kaggle/input/clip-vision-h/clip_vision_h.safetensors ./models/clip_vision/clip_vision_h.safetensors
|
ln -s /kaggle/input/clip-vision-h/clip_vision_h.safetensors ./models/clip_vision/clip_vision_h.safetensors
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Flux ControlNet
|
||||||
|
wget -c https://huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro-2.0/resolve/main/diffusion_pytorch_model.safetensors -P ./models/controlnet
|
||||||
|
|
||||||
# ---------------- 安装自定义插件节点 ----------------
|
# ---------------- 安装自定义插件节点 ----------------
|
||||||
|
|
||||||
# 1 ComfyUI-Manager
|
# 1 ComfyUI-Manager
|
||||||
@ -287,11 +291,12 @@ cd ComfyUI_essentials
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
cd /kaggle/ComfyUI
|
cd /kaggle/ComfyUI
|
||||||
|
|
||||||
cd custom_nodes
|
# 监控VRAM等
|
||||||
git clone https://github.com/crystian/comfyui-crystools.git
|
# cd custom_nodes
|
||||||
cd comfyui-crystools
|
# git clone https://github.com/crystian/comfyui-crystools.git
|
||||||
pip install -r requirements.txt
|
# cd comfyui-crystools
|
||||||
cd /kaggle/ComfyUI
|
# pip install -r requirements.txt
|
||||||
|
# cd /kaggle/ComfyUI
|
||||||
|
|
||||||
cd custom_nodes
|
cd custom_nodes
|
||||||
git clone https://github.com/melMass/comfy_mtb.git
|
git clone https://github.com/melMass/comfy_mtb.git
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user