--input-directory INPUT_DIRECTORY Set the ComfyUI input directory. --auto-launch Automatically launch ComfyUI in the default browser. --disable-auto-launch Disable auto launching the browser. --cuda-device DEVICE_ID Set the id of the cuda device this instance will use. --cuda-malloc Enable ...
pip install -r requirements.txt (下载所需依赖) Python main.py --bf16-vae --bf16-unet --auto-launch (配置启动参数并自动打开浏览器,这参数我不确定是不是最优的) 到这一步就算安装好了,如果以后想用命令行启动就创建如下bat脚本(python创建的参照上面帖子,区别在于激活虚拟环境的命令,powershelll的类似...
source cf/bin/activate && cd ComfyUI && python main.py --auto-launch --listen --dont-upcast-attention --output-directory ~/Desktop 退出ComfyUI的方法 回到终端界面,按Ctrl+C即可 附:界面汉化设置 如图所示,下拉菜单中选择中文简体,按下方Close关闭设置界面,然后按右侧工具栏中的Switch Locale按钮 ...
Error starting the server, Occurs after an update,startup_server() missing 1 required positional argument: 'port' (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 ...
Launch ComfyUI by runningpython main.py (Option 2) Alternatively, Intel GPUs supported by Intel Extension for PyTorch (IPEX) can leverage IPEX for improved performance. For Intel® Arc™ A-Series Graphics utilizing IPEX, create a conda environment and use the commands below: ...
Use python 3.9 in launch test instead of 3.8 Fix ruff check. 9 天前 api_server Fix and enforce no trailing whitespace. 5 天前 app Fix and enforce no trailing whitespace. 5 天前 comfy Fix and enforce no trailing whitespace. 5 天前 ...
7. 保持其他选项默认设置,校验主要配置信息后点击“Launch instance” 8. 用您熟悉的 SSH 客户端链接此实例,并克隆 ComfyUI 的官方代码库,命令如下 git clonehttps://github.com/comfyanonymous/ComfyUI.git 9. 安装 ComfyUI 所依赖的库,命令行如下
if args.auto_launch: def startup_server(scheme, address, port): import webbrowser if os.name == 'nt' and address == '0.0.0.0': address = '127.0.0.1' webbrowser.open(f"{scheme}://{address}:{port}") call_on_start = startup_server try: loop.run_until_complete(run(...
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...