Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bundles.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
"hidream_i1_dev",
"hidream_i1_fast",
"hidream_i1_full",
"fuse_options",
"index",
"index.ar",
"index.es",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "comfyui-workflow-templates-core"
version = "0.3.65"
version = "0.3.66"
description = "Core helpers for ComfyUI workflow templates"
readme = {text = "Core helpers for ComfyUI workflow templates.", content-type = "text/plain"}
requires-python = ">=3.9"
Expand Down
14 changes: 14 additions & 0 deletions packages/core/src/comfyui_workflow_templates_core/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3185,6 +3185,20 @@
"path": "media-other/audio_stable_audio_example/"
}
},
{
"id": "fuse_options",
"bundle": "media-other",
"version": "0.0.0",
"assets": [
{
"filename": "fuse_options.json",
"sha256": "1e5d9f060a1a53de6d210ea4bdb88ef196e01b48774cf0efe6ebb68537f766c8"
}
],
"cdn": {
"path": "media-other/fuse_options/"
}
},
{
"id": "gsc_starter_1",
"bundle": "media-other",
Expand Down
2 changes: 1 addition & 1 deletion packages/media_other/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "comfyui-workflow-templates-media-other"
version = "0.3.63"
version = "0.3.64"
description = "Media bundle containing audio/3D/misc workflow assets"
readme = {text = "Media bundle containing audio, 3D, and other workflow assets for ComfyUI.", content-type = "text/plain"}
requires-python = ">=3.9"
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ classifiers = [
]

dependencies = [
"comfyui-workflow-templates-core==0.3.65",
"comfyui-workflow-templates-core==0.3.66",
"comfyui-workflow-templates-media-api==0.3.34",
"comfyui-workflow-templates-media-video==0.3.22",
"comfyui-workflow-templates-media-image==0.3.47",
"comfyui-workflow-templates-media-other==0.3.63",
"comfyui-workflow-templates-media-other==0.3.64",
]

[project.optional-dependencies]
api = ["comfyui-workflow-templates-media-api==0.3.34"]
video = ["comfyui-workflow-templates-media-video==0.3.22"]
image = ["comfyui-workflow-templates-media-image==0.3.47"]
other = ["comfyui-workflow-templates-media-other==0.3.63"]
other = ["comfyui-workflow-templates-media-other==0.3.64"]
all = [
"comfyui-workflow-templates-media-api==0.3.34",
"comfyui-workflow-templates-media-video==0.3.22",
"comfyui-workflow-templates-media-image==0.3.47",
"comfyui-workflow-templates-media-other==0.3.63",
"comfyui-workflow-templates-media-other==0.3.64",
]

[tool.setuptools.packages.find]
Expand Down
12 changes: 12 additions & 0 deletions templates/fuse_options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"keys": [
{ "name": "name", "weight": 0.3 },
{ "name": "title", "weight": 0.3 },
{ "name": "description", "weight": 0.1 },
{ "name": "tags", "weight": 0.2 },
{ "name": "models", "weight": 0.3 }
],
"threshold": 0.33,
"includeScore": true,
"includeMatches": true
}