mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
Fix comments here
This commit is contained in:
parent
fc6ab798d6
commit
6c7518eb3a
@ -100,10 +100,10 @@ _PROMPT_FROM_WEB_UI = {
|
||||
|
||||
|
||||
# Observe this is an ordinary dictionary. The JSON that was saved from the workflow is compatible with Python syntax.
|
||||
#
|
||||
# Now, QUIT AND CLOSE YOUR COMFYUI SERVER. You don't need it anymore. This script will handle starting and stopping
|
||||
# the server for you. Actually, it will create an object that does the same thing that pressing Queue Prompt does.
|
||||
#
|
||||
#
|
||||
# Because you will be accessing a remote ComfyUI server, it should remain running somewhere. It can be your local machine,
|
||||
# or some other machine. Do what makes sense for your application.
|
||||
#
|
||||
# We'll now write the entrypoint of our script. This is an `async def main()` because async helps us start and stop the
|
||||
# code object that will run your workflow, just like pressing the Queue Prompt button.
|
||||
async def main():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user