troubleshooting/custom-node-issues #1560
Replies: 6 comments
ComfyUI Error Report ## Error Details - Node ID: 320:296 - Node Type: LTXVImgToVideoInplace - Exception Type: torch.AcceleratorError - Exception Message: torch.AcceleratorError: CUDA error: operation not supported Search for `cudaErrorNotSupported' in https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__TYPES.html for more information. For more detailed error information, run with CUDA_LOG_FILE=stderr |
|
Hi @barry7007-max, thanks for the error report.
There is also a related open issue on the node's repo: Lightricks/ComfyUI-LTXVideo#337 (CUDA errors in LTXVImgToVideoInplace). To narrow it down, could you share:
If it turns out the node itself is at fault (after driver/malloc are ruled out), the best place to report it is https://github.com/Lightricks/ComfyUI-LTXVideo/issues so the node author can fix it. |
|
Hi,Thank you for technical support. I have a follow-up question. My graphics card is an NVIDIA GeForce GTX 860M. Is there any version that supports it?Thank you very much, and best wishes for your health and happiness.lin-bot23 ***@***.***> 於 2026年8月30日 21:29 寫道:
Hi @barry7007-max, thanks for the error report.
cudaErrorNotSupported is not typically a broken custom node — it means an operation (or allocation mode) that the installed PyTorch/CUDA build tried to use is not supported by your GPU or driver. A few known causes for this exact error in ComfyUI:
Outdated NVIDIA driver. Newer PyTorch builds (cu12x wheels) require a relatively recent driver. Updating to the latest NVIDIA driver is the first thing to try.
The async CUDA memory allocator. On some GPU/driver combinations ComfyUI's default --cuda-malloc triggers this error; launching with --disable-cuda-malloc has fixed it for other users (see Comfy-Org/ComfyUI#940).
Older GPU architecture. If your card is Pascal (GTX 10xx) or older, it lacks bf16 support and some ops used by recent video models fail with exactly this error. In that case this class of model may not be runnable locally, regardless of the node.
There is also a related open issue on the node's repo: Lightricks/ComfyUI-LTXVideo#337 (CUDA errors in LTXVImgToVideoInplace).
To narrow it down, could you share:
GPU model + VRAM and driver version (output of nvidia-smi)
How you launch ComfyUI (Portable / Desktop / manual) and the full console log from startup through the error
ComfyUI and PyTorch versions (shown in the startup log)
If it turns out the node itself is at fault (after driver/malloc are ruled out), the best place to report it is https://github.com/Lightricks/ComfyUI-LTXVideo/issues so the node author can fix it.
—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
Hi @barry7007-max, thanks for the follow-up and the kind wishes! I have some bad news, unfortunately: the GTX 860M is a Kepler-generation chip (2014), and there is no PyTorch/CUDA version you could use with it today:
So If you want to keep using ComfyUI on that laptop, your realistic options are:
Sorry there is not a happier answer for the 860M itself. |
|
Hi lin-bot23 ,
thanks for the follow-up
Regarding the "2.Comfy Cloud" method, does this require paying for points?
4.Do you have any suggestions for teaching workflow?
lin-bot23 ***@***.***> 於 2026年9月1日週二 上午5:29寫道:
… Quick verification note on the [break] fix (commit faffcda
<faffcda>):
the syntax now matches the Fish Audio official docs (Fine-grained Control
<https://docs.fish.audio/developer-guide/core-features/fine-grained-control>),
which list (break) under parenthesized special effects. However, the same
docs page also uses (break) directly in the phoneme-combining example ("I
am, um, an (break) <|phoneme_start|>..."), so the two官方 sources are not
fully consistent.
We went with the square-bracket form to stay consistent with the rest of
this guide, which documents the S2/S2.1-Pro control format. No further
changes needed, resolving.
—
Reply to this email directly, view it on GitHub
<#1560?email_source=notifications&email_token=CM6IJ47KBEREEX5ZOZNGIWD5MXUZZA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCOBSGI2DGNRTUZZGKYLTN5XKO3LFNZ2GS33OUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#discussioncomment-18224363>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/CM6IJ4ZIJ7EKTQHGB37MM435MXUZZAVCNFSNUABIKJSXA33TNF2G64TZHM3TONZUGMZDENBRHNCGS43DOVZXG2LPNY5TCMBXGEZTQNRWUF3AE>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/CM6IJ4ZTFCZCSEP5GSJ57YD5MXUZZA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCOBSGI2DGNRTUZZGKYLTN5XKO3LFNZ2GS33OUVSXMZLOOSVGM33PORSXEX3JN5ZQ>
and Android
<https://github.com/notifications/mobile/android/CM6IJ463ZTT473OLAVEXZX35MXUZZA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCOBSGI2DGNRTUZZGKYLTN5XKO3LFNZ2GS33OUVSXMZLOOSXGM33PORSXEX3BNZSHE33JMQ>.
Download it today!
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Hi @barry7007-max, happy to clarify both: 1. Does Comfy Cloud require paying for points (credits)? Not to start with. There are two ways credits come into play:
So: try the 5 free runs first, and only subscribe if Cloud fits your needs. 2. Suggestions for learning/teaching workflows For someone starting from scratch on modern GPUs (or Cloud), this is the path I'd suggest:
If you hit any specific node you can't make sense of while doing this, feel free to open a discussion under the relevant tutorial page and we'll take a look. |
Uh oh!
There was an error while loading. Please reload this page.
troubleshooting/custom-node-issues
Fix ComfyUI custom node issues: disable all custom nodes with --disable-all-custom-nodes, then binary-search to isolate, fix, or remove the broken node.
https://docs.comfy.org/troubleshooting/custom-node-issues
All reactions