Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ljleb committed Aug 16, 2023
1 parent a62f9e9 commit e161600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib_comfyui/webui/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def on_after_component(*args, **kwargs):
@ipc.restrict_to_process('webui')
def on_app_started(_gr_root, fast_api):
comfyui_process.start()
reverse_proxy.register_comfyui(fast_api)
reverse_proxy.create_comfyui_proxy(fast_api)


@ipc.restrict_to_process('webui')
Expand Down
2 changes: 1 addition & 1 deletion lib_comfyui/webui/reverse_proxy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from lib_comfyui.webui import settings


def register_comfyui(fast_api):
def create_comfyui_proxy(fast_api):
if not settings.is_reverse_proxy_enabled():
return

Expand Down

0 comments on commit e161600

Please sign in to comment.