[--extra-model-paths-config PATH [PATH ...]] [--output-directory OUTPUT_DIRECTORY] [--temp-directory TEMP_DIRECTORY] [--input-directory INPUT_DIRECTORY] [--auto-launch] [--disable-auto-launch] [--cuda-device DEVICE_ID] [--cuda-malloc | --disable-cuda-malloc] [--dont-upcast-attentio...
pip install -r requirements.txt (下载所需依赖) Python main.py --bf16-vae --bf16-unet --auto-launch (配置启动参数并自动打开浏览器,这参数我不确定是不是最优的) 到这一步就算安装好了,如果以后想用命令行启动就创建如下bat脚本(python创建的参照上面帖子,区别在于激活虚拟环境的命令,powershelll的类似...
call D:\anaconda3\Scripts\activate.bat ComfyUI python ComfyUI\main.py --auto-launch 【方法二】: 因为种种原因,所有步骤都正确时,也有可能无法正常启动ComfyUI,可以尝试复制以下内容,创建一个【启动.bat】的文件。 @echo off CALL D:\anaconda3\Scripts\activate.bat D:\anaconda3\envs\comfyui02 python...
\1\ComfyUI-aki-v1.4\main.py --auto-launch --preview-method auto --disable-cuda-malloc- **OS:** nt- **Python Version:** 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]- **Embedded Python:** false- **PyTorch Version:** 2.3.1+cu121...
pip install torch-directmlThen you can launch ComfyUI with:python main.py --directml Running python main.py For AMD cards not officially supported by ROCm Try running it with this command if you have issues: For 6700, 6600 and maybe other RDNA2 or older:HSA_OVERRIDE_GFX_VERSION=10.3.0 py...
运行ComfyUI: 要启动 ComfyUI,请导航到其根目录并运行:python main.py。如果您使用的是comfy-cli, 请运行comfy launch. 选择Nunchaku工作流:选择一个Nunchaku工作流开始使用(文件名以nunchaku-为开头的工作流)。在使用flux.1-fill的工作流时, 可以使用ComfyUI内置的MaskEditor工具来涂抹遮罩。
7. 保持其他选项默认设置,校验主要配置信息后点击“Launch instance” 8. 用您熟悉的 SSH 客户端链接此实例,并克隆 ComfyUI 的官方代码库,命令如下 git clonehttps://github.com/comfyanonymous/ComfyUI.git 9. 安装 ComfyUI 所依赖的库,命令行如下
(ComfyUI) C:\ProgramData\anaconda3\envs\ComfyUI\ComfyUI>python main.py --auto-launch Total VRAM 22528 MB, total RAM 130993 MB xformers version: 0.0.23.post1 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 2080 Ti : cudaMallocAsync ...
Launch ComfyUI by runningpython main.py Running python main.py For AMD cards not officially supported by ROCm Try running it with this command if you have issues: For 6700, 6600 and maybe other RDNA2 or older:HSA_OVERRIDE_GFX_VERSION=10.3.0 python main.py ...
python3-m pip install-r requirements.txt 启动ComfyUI 代码语言:javascript 代码运行次数:0 运行 AI代码解释 python3-u main.py--listen--port=6889--disable-auto-launch 下载model 地址:https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged/tree/main/all_in_one ...