fix: address code review feedback

- Fix StyleModelLoader and GLIGENLoader missing placeholders
- Fix function values called without node context
- Fix ellipsis formatting and Vue props destructuring

Amp-Thread-ID: https://ampcode.com/threads/T-019c2c7e-2ac1-7114-9147-b41e6334faa9
This commit is contained in:
bymyself
2026-02-04 23:14:29 -08:00
parent d50d81613a
commit 9c53442a85
2 changed files with 7 additions and 3 deletions

View File

@@ -481,7 +481,7 @@ def get_model_placeholder(folder_name: str) -> str:
Returns:
A user-friendly placeholder string indicating where models should be placed.
"""
return f"No models found in ComfyUI/models/{folder_name} folder . . ."
return f"No models found in ComfyUI/models/{folder_name} folder..."
def get_input_subfolders() -> list[str]: