Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2025-08-24 03:04:59 +03:00 committed by GitHub
commit 8d6defbe21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ class AppSettings():
logging.error(f"The user settings file is corrupted: {file}")
return {}
else:
return {"Comfy.Canvas.NavigationMode": "legacy"}
return {}
def save_settings(self, request, settings):
file = self.user_manager.get_request_user_filepath(

View File

@ -1,3 +1,3 @@
# This file is automatically generated by the build process when version is
# updated in pyproject.toml.
__version__ = "0.3.51"
__version__ = "0.3.52"

View File

@ -1,6 +1,6 @@
[project]
name = "ComfyUI"
version = "0.3.51"
version = "0.3.52"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.9"

View File

@ -1,4 +1,4 @@
comfyui-frontend-package==1.25.9
comfyui-frontend-package==1.25.10
comfyui-workflow-templates==0.1.65
comfyui-embedded-docs==0.2.6
torch