MCPcopy Create free account
hub / github.com/Comfy-Org/ComfyUI / execute

Method execute

execution.py:723–724  ·  view source on GitHub ↗
(self, prompt, prompt_id, extra_data={}, execute_outputs=[])

Source from the content-addressed store, hash-verified

721 _cache_logger.warning(f"Cache provider {provider.__class__.__name__} error on {event}: {e}")
722
723 def execute(self, prompt, prompt_id, extra_data={}, execute_outputs=[]):
724 asyncio.run(self.execute_async(prompt, prompt_id, extra_data, execute_outputs))
725
726 async def execute_async(self, prompt, prompt_id, extra_data={}, execute_outputs=[]):
727 set_preview_method(extra_data.get("preview_method"))

Callers 15

prompt_workerFunction · 0.95
set_sqlite_pragmaFunction · 0.45
reference_existsFunction · 0.45
get_or_create_referenceFunction · 0.45
list_references_pageFunction · 0.45
update_reference_nameFunction · 0.45

Calls 2

execute_asyncMethod · 0.95
runMethod · 0.80

Tested by

no test coverage detected