Update script examples

This commit is contained in:
doctorpangloss 2024-02-07 15:55:11 -08:00
parent 25c28867d2
commit 7cb1c5a2f7

View File

@ -4,8 +4,10 @@
# This script does not need to run within a ComfyUI directory. Instead, this can be used inside your own # 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. # 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 # First, you will need to install ComfyUI. You do not need the ComfyUI repository or all of the ComfyUI dependencies to
# README.md. If you are an experienced developer, instead run `pip install git+https://github.com/hiddenswitch/ComfyUI.git` # 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 # 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: # Dev mode Options". Then click "Save (API Format)". Copy and paste the contents of this file here: