https://youtu.be/Kto2RLW012Y?si=-yFiqgckrmL1r3HW
<aside> 💡
谷歌雲計算平台,免費送新用戶$1300美金
加速節點: wavespeed
### 1. 下載安裝 wavespeed 節點
%cd $BASE/ComfyUI/custom_nodes
!git clone <https://github.com/chengzeyi/Comfy-WaveSpeed.git>
高清放大模型:
### 2. 下載高清放大模型
%cd $BASE/ComfyUI/models/upscale_models
model_url = "<https://huggingface.co/FacehugmanIII/4x_foolhardy_Remacri/resolve/main/4x_foolhardy_Remacri.pth?download=true>"
model_name = "4x_foolhardy_Remacri-666.pth"
get_ipython().system(f'wget -O "{model_name}" "{model_url}"')