mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-25 01:28:16 +08:00
Update README
This commit is contained in:
@@ -121,6 +121,9 @@ async def main():
|
||||
prompt = Prompt.validate(prompt_dict)
|
||||
|
||||
# Your prompt is ready to be processed. You should start your ComfyUI server; or, specify a remote URL for it.
|
||||
# If you want to run your own ComfyUI server, follow the **Manual Install (Windows, Linux, macOS)** instructions.
|
||||
# Then, as the README specifies, `cd` into the directory that contains your `models/` folder and run:
|
||||
# comfyui --listen
|
||||
# Let's create the client we will use to access it:
|
||||
from comfy.client.aio_client import AsyncRemoteComfyClient
|
||||
client = AsyncRemoteComfyClient(server_address="http://localhost:8188")
|
||||
|
||||
Reference in New Issue
Block a user