✅ [SOLVED] CUDA error: no kernel image on RTX 5070 Ti (PyTorch 2.8dev) #8276
Unanswered
RyuKwangChoon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
✅ ComfyUI CUDA Error Analysis & Final Resolution Summary (MARKONE Version)
🎯 Objective
Resolve the error:
🧩 1. Problem Diagnosis (Initial Attempts)
[1] GPU & Environment
[2] PyTorch Reinstallation Attempts
2.5.1+cu121
,2.2.2+cu121
, and Nightly builds[3] Execution Parameter Tweaks
TORCH_USE_CUDA_DSA=1
CUDA_LAUNCH_BLOCKING=1
--disable-cuda-malloc
[4] ComfyUI Template/Node Issues
CLIPTextEncode
,TextPrompt
[5] System & Path Info
C:\StabilityMatrix\Packages\ComfyUI
C:\StabilityMatrix\Models\...
python main.py --preview-method auto
Suggested Workarounds at the Time
🚀 2. Final Working Solution (Our Debugging Session)
✅ Strategy
sm_120
kernel support.requirements.txt
🛠️ Step-by-Step Actions
2.8.0.dev + cu128
(withsm_120
kernel)nvidia-smi
confirmed CUDA 12.9 driver supportpip install -r requirements.txt
executed successfullyhttp://127.0.0.1:8188
.bat
file with CUDA config and precision flags🔍 Additional Discovery
Initial Installation Path
comfyui-lightpack
),which omitted core modules like
aiohttp
,yarl
,uvicorn
, etc.Resolution
requirements.txt
🎉 Final Conclusion
.bat
configuration📁 Suggested
.bat
Script for RTX 5070 TiBeta Was this translation helpful? Give feedback.
All reactions