mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-09 21:12:36 +08:00
Merge branch 'comfyanonymous:master' into master
This commit is contained in:
commit
8d6defbe21
@ -25,7 +25,7 @@ class AppSettings():
|
|||||||
logging.error(f"The user settings file is corrupted: {file}")
|
logging.error(f"The user settings file is corrupted: {file}")
|
||||||
return {}
|
return {}
|
||||||
else:
|
else:
|
||||||
return {"Comfy.Canvas.NavigationMode": "legacy"}
|
return {}
|
||||||
|
|
||||||
def save_settings(self, request, settings):
|
def save_settings(self, request, settings):
|
||||||
file = self.user_manager.get_request_user_filepath(
|
file = self.user_manager.get_request_user_filepath(
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
# This file is automatically generated by the build process when version is
|
# This file is automatically generated by the build process when version is
|
||||||
# updated in pyproject.toml.
|
# updated in pyproject.toml.
|
||||||
__version__ = "0.3.51"
|
__version__ = "0.3.52"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "ComfyUI"
|
name = "ComfyUI"
|
||||||
version = "0.3.51"
|
version = "0.3.52"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { file = "LICENSE" }
|
license = { file = "LICENSE" }
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
comfyui-frontend-package==1.25.9
|
comfyui-frontend-package==1.25.10
|
||||||
comfyui-workflow-templates==0.1.65
|
comfyui-workflow-templates==0.1.65
|
||||||
comfyui-embedded-docs==0.2.6
|
comfyui-embedded-docs==0.2.6
|
||||||
torch
|
torch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user