mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Update script examples
This commit is contained in:
parent
25c28867d2
commit
7cb1c5a2f7
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user