mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-10 19:57:42 +08:00
Fix typo in error message tips for CLIP nodes
This commit is contained in:
parent
ff1aaa242d
commit
1af4462060
@ -624,7 +624,7 @@ async def execute(server, dynprompt, caches, current_item, extra_data, executed,
|
|||||||
logging.error("Got an OOM, unloading all loaded models.")
|
logging.error("Got an OOM, unloading all loaded models.")
|
||||||
comfy.model_management.unload_all_models()
|
comfy.model_management.unload_all_models()
|
||||||
elif isinstance(ex, RuntimeError) and ("mat1 and mat2 shapes" in str(ex)) and "Sampler" in class_type:
|
elif isinstance(ex, RuntimeError) and ("mat1 and mat2 shapes" in str(ex)) and "Sampler" in class_type:
|
||||||
tips = "\n\nTIPS: If you have any \"Load CLIP node\" or \"CLIP Loader\" nodes in your workflow connected to this sampler node make sure the correct file(s) and type is selected."
|
tips = "\n\nTIPS: If you have any \"Load CLIP\" or \"*CLIP Loader\" nodes in your workflow connected to this sampler node make sure the correct file(s) and type is selected."
|
||||||
|
|
||||||
error_details = {
|
error_details = {
|
||||||
"node_id": real_node_id,
|
"node_id": real_node_id,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user