Skip to content

Commit

Permalink
Add style models to managed extra model paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Acly committed Dec 2, 2024
1 parent f7d8139 commit 491a707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai_diffusion/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Version identifier for all the resources defined here. This is used as the server version.
# It usually follows the plugin version, but not all new plugin versions also require a server update.
version = "1.29.0"
version = "1.29.1"

comfy_url = "https://github.com/comfyanonymous/ComfyUI"
comfy_version = "bf2650a80e5a7a888da206eab45c53dbb22940f7"
Expand Down Expand Up @@ -39,7 +39,7 @@ class CustomNode(NamedTuple):
"External Tooling Nodes",
"comfyui-tooling-nodes",
"https://github.com/Acly/comfyui-tooling-nodes",
"d7d421baaa7d3140fd7fc500d928244045211217",
"50d3479fba55116334ed9fb1ad15f13a9294badf",
["ETN_LoadImageBase64", "ETN_LoadMaskBase64", "ETN_SendImageWebSocket", "ETN_Translate"],
),
CustomNode(
Expand Down
1 change: 1 addition & 0 deletions ai_diffusion/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ def parse_common_errors(output: str, return_code: int | None = None):
inpaint: inpaint
ipadapter: ipadapter
loras: loras
style_models: style_models
text_encoders: text_encoders
upscale_models: upscale_models
unet: unet
Expand Down

0 comments on commit 491a707

Please sign in to comment.