1、git仓库下载
gpt:~/llms_dir$ git clone https://github.com/comfyanonymous/ComfyUI.git
2、python环境准备
gpt:~/llms_dir$ sudo apt update
gpt:~/llms_dir$ sudo apt install python3 python3-pip git
3、启动ComfyUI
gpt:~/llms_dir/ComfyUI$ python3 -m venv venv
gpt:~/llms_dir/ComfyUI$ source venv/bin/activate
(venv) gpt:~/llms_dir/ComfyUI$ pip install -r requirements.txt
(venv) gpt:~/llms_dir/ComfyUI$ python main.py localhost
Starting server
To see the GUI go to: http://127.0.0.1:8188
通过http://localhost:8188/ 就可以成功访问。
1、模型下载
如https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 模型
目录下载到指定目录
gpt:~/llms_dir/ComfyUI/models/checkpoints$ wget https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors?download=true .
②、comfyui加载对应模型
加载模型并点击Queue Prompt
got prompt
model_type EPS
Using pytorch attention in VAE
loaded straight to GPU
Requested to load SDXL
Loading 1 new model
Requested to load SDXLClipModel
Loading 1 new model
Requested to load SDXL
Loading 1 new model
100%|███████████████████████████████████████████████████████████████████████████████████| 20/20 [00:03<00:00, 5.09it/s]
Requested to load AutoencoderKL
Loading 1 new model
Prompt executed in 102.37 seconds
界面显示文生图结果,更改提示词为 A boy running on the beach,对应生成效果为:
人物写实类的生成效果还是欠佳一些。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。