Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2025-07-10 23:45:32 +03:00 committed by GitHub
commit b59f4a0150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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