From 7cb1c5a2f76bbaac9a40119aa733818f7b1ce79d Mon Sep 17 00:00:00 2001 From: doctorpangloss <@hiddenswitch.com> Date: Wed, 7 Feb 2024 15:55:11 -0800 Subject: [PATCH] Update script examples --- script_examples/remote_api_example.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/script_examples/remote_api_example.py b/script_examples/remote_api_example.py index 1406614cd..af6790aad 100644 --- a/script_examples/remote_api_example.py +++ b/script_examples/remote_api_example.py @@ -4,8 +4,10 @@ # This script does not need to run within a ComfyUI directory. Instead, this can be used inside your own # Python application or located elsewhere. It should **not** be in the Git repository directory. # -# First, you will need to install ComfyUI. Follow the **Manual Install (Windows, Linux, macOS)** instructions in the -# README.md. If you are an experienced developer, instead run `pip install git+https://github.com/hiddenswitch/ComfyUI.git` +# First, you will need to install ComfyUI. You do not need the ComfyUI repository or all of the ComfyUI dependencies to +# run a script against a server on your machine or elsewhere. You can install the convenient client and types with: +# pip install --no-deps git+https://github.com/hiddenswitch/ComfyUI.git +# pip install aiohttp[speedups] # # Now you should develop your workflow. Start ComfyUI as normal; navigate to "Settings" in the menu, and check "Enable # Dev mode Options". Then click "Save (API Format)". Copy and paste the contents of this file here: