mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-14 19:36:59 +08:00
Fix python3.9 (#8858)
This commit is contained in:
parent
2b653e8c18
commit
b7ff5bd14d
@ -317,7 +317,7 @@ class ProgressRegistry:
|
||||
handler.reset()
|
||||
|
||||
# Global registry instance
|
||||
global_progress_registry: ProgressRegistry | None = None
|
||||
global_progress_registry: ProgressRegistry = None
|
||||
|
||||
def reset_progress_state(prompt_id: str, dynprompt: "DynamicPrompt") -> None:
|
||||
global global_progress_registry
|
||||
|
Loading…
x
Reference in New Issue
Block a user