Comfy-Org / Comfy-Org/comfy-kitchen
Python Python 3.13.11
- Dominant language
- Python
- Stars
- 220
- Forks
- 91
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 12
Description
Hello,
Can you please build .whl for windows Python 3.13.11?
E:\AIModels\ComfyUI_windows_portable>.\python_embeded\python.exe -m pip install --no-deps --force-reinstall --no-cache-dir "comfy_kitchen-0.2.8-cp311-cp311-win_amd64.whl"
**ERROR: comfy_kitchen-0.2.8-cp311-cp311-win_amd64.whl is not a supported wheel on this platform.**
E:\AIModels\ComfyUI_windows_portable>.\python_embeded\python.exe --version
Python 3.13.11
E:\AIModels\ComfyUI_windows_portable>.\python_embeded\python.exe -c "import torch; print('Torch:', torch.__version__); print('CUDA available:', torch.cuda.is_available()); print('CUDA version:', torch.version.cuda if torch.cuda.is_available() else 'None')"
Torch: 2.12.0+cu130
CUDA available: True
CUDA version: 13.0
E:\AIModels\ComfyUI_windows_portable>.\python_embeded\python.exe -c "import triton; print('Triton version:', triton.__version__)"
Triton version: 3.5.1
Contributor guide
Assessment
This issue has not been assessed yet.