Comfy-Org / Comfy-Org/ComfyUI

CLIPTextEncode.encode() missing 1 required positional argument: 'clip'

Open
#7,807 4 comments 0 reactions 0 assignees View on GitHub
Potential Bug
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

### Expected Behavior

before updating comfy ui it was waking properly after updating this is happening
CLIPTextEncode.encode() missing 1 required positional argument: 'clip'

### Actual Behavior

![Image](https://github.com/user-attachments/assets/429fffc8-e8b3-43c6-8f7d-d9fcc06c859e)

### Steps to Reproduce

[Workflow.json](https://github.com/user-attachments/files/19920820/Workflow.json)

### Debug Logs

```powershell
File "C:\Users\Aalam\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 194, in _map_node_over_list
process_inputs(input_dict, i)
File "C:\Users\Aalam\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 183, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: CLIPTextEncode.encode() missing 1 required positional argument: 'clip'

Prompt executed in 0.01 seconds
```

### Other

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.