Compare commits

...

2 Commits

Author SHA1 Message Date
ComfyUI Wiki 173e1aa2df chore: update workflow templates to v0.9.38 (#13176)
Python Linting / Run Ruff (push) Failing after 37s
Python Linting / Run Pylint (push) Failing after 34s
Build package / Build Test (3.10) (push) Failing after 33s
Build package / Build Test (3.11) (push) Failing after 33s
Build package / Build Test (3.12) (push) Failing after 28s
Build package / Build Test (3.13) (push) Failing after 32s
Build package / Build Test (3.14) (push) Failing after 36s
2026-03-26 16:02:18 -04:00
Alexander Piskun bbc8977597 feat(api-nodes): added new Topaz model (#13175)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-03-26 16:01:16 -04:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@ from comfy_api_nodes.util import (
UPSCALER_MODELS_MAP = {
"Starlight (Astra) Fast": "slf-1",
"Starlight (Astra) Creative": "slc-1",
"Starlight Precise 2.5": "slp-2.5",
}
+1 -1
View File
@@ -1,5 +1,5 @@
comfyui-frontend-package==1.41.21
comfyui-workflow-templates==0.9.36
comfyui-workflow-templates==0.9.38
comfyui-embedded-docs==0.4.3
torch
torchsde