mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-18 22:20:03 +00:00
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:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user