Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
doombeaker committed Aug 8, 2024
1 parent 45a5a69 commit 4893ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def load_extra_path_config(yaml_path):
asyncio.set_event_loop(loop)
print(f"====debug==== Starting server")
server = server.PromptServer(loop)
print(f"====debug==== {server.PromptServer.instance}")
print(f"====debug==== {server.instance}")
q = execution.PromptQueue(server)

extra_model_paths_config_path = os.path.join(
Expand Down

0 comments on commit 4893ef7

Please sign in to comment.