clip missing: ['text_projection.weight']
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
flux1 kontext dev fp8 successfully generates images
### Actual Behavior
flux1 kontext dev fp8 generates images, executes to the unet loader, and appears to be reconnecting and cannot continue execution.
### Steps to Reproduce
Download the ComfyUI_windows_portable_nvidia_cu128.7z
Upzip it and run_nvidia_gpu.bat
Open the template browser and find the flux_kontex_dev_image_edit.
Load the reference image.
Execute.
Execute to the Unet loader and you will see a message saying "Reconnecting."
### Debug Logs
```powershell
D:\SD\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
Checkpoint files will always be loaded safely.
Total VRAM 16376 MB, total RAM 15874 MB
pytorch version: 2.8.0+cu128
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA RTX A4000 : cudaMallocAsync
Using pytorch attention
Python version: 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
ComfyUI version: 0.3.64
ComfyUI frontend version: 1.27.10
[Prompt Server] web root: D:\SD\ComfyUI_windows_portable\python_embeded\Lib\site-packages\comfyui_frontend_package\static
Import times for custom nodes:
0.0 seconds: D:\SD\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
Context impl SQLiteImpl.
Will assume non-transactional DDL.
No target revision found.
Starting server
To see the GUI go to: http://127.0.0.1:8188
got prompt
Using pytorch attention in VAE
Using pytorch attention in VAE
VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
Requested to load AutoencodingEngine
loaded completely 11011.0 159.87335777282715 True
Using scaled fp8: fp8 matrix mult: False, scale input: False
Requested to load FluxClipModel_
loaded completely 9.5367431640625e+25 4903.231597900391 True
CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cuda:0, dtype: torch.float16
clip missing: ['text_projection.weight']
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.