본문 바로가기

3Dsoftware130

ComfyUI - RTX 5090 Triton 현재 RTX 5090을 사용하는 윈도우 환경에서는 Triton을 설치하거나 사용할 필요가 없습니다.그 이유는 다음과 같습니다:하드웨어 미지원: RTX 5090(Blackwell 아키텍처)은 너무 최신 제품이라, 현재 윈도우용 Triton이 이 카드를 어떻게 다뤄야 하는지(sm_120 등)에 대한 코드가 아직 완성되지 않았습니다. 그래서 아까와 같은 LLVM ERROR가 발생하는 것입니다.가성비 낮은 성능 이득: Triton(torch.compile)은 보통 모델을 반복 실행할 때 컴파일을 통해 속도를 10~20% 정도 높여주는 역할을 합니다. 하지만 5090은 하드웨어 자체의 깡성능이 워낙 압도적이라, 컴파일 없이 실행해도 이미 충분히 빠릅니다.윈도우 환경의 불안정성: Triton은 본래 리눅스용으로 개.. 2026. 1. 30.
comfyUI rgthree-badge (frontend_only) remove 1) custom node의 rgthree 폴더에서 label.js 파일을 연다. 2) 아래 노란색 네모 박스안의 내용을 붙여 넣고, Comfy UI 재시작. 2026. 1. 14.
Griptape Run: Audio Transcription - 오류 해결 오류 내용Failed to save audio to : Couldn't allocate AVFormatContext. The destination file is , check the desired extension? Invalid argument ComfyUI\custom_nodes\comfyui-griptape\nodes\tasks 의 gtUIBaseAudioTask.py 파일을 수정한다. 수정 전 def save_audio_tempfile(self, audio_data): import torchaudio temp_files = [] for waveform in audio_data["waveform"]: with tempfile.NamedTemp.. 2026. 1. 10.
Zonos Generate 오류 Could not load libtorchcodec. Likely causes: 1. FFmpeg is not properly installed in your environment. We support versions 4, 5, 6 and 7. 2. The PyTorch version (2.9.1+cu128) is not compatible with this version of TorchCodec. Refer to the version compatibility table: https://github.com/pytorch/torchcodec?tab=readme-ov-file#installing-torchcodec.3. Another runtime dependency; see exceptions below... 2026. 1. 10.
ComfyUI Zonos 오류 해결 첫번째ffmpeg-8.0.1-full_build-shared.zip 파일을 다운로드 해서 > 내부의 bin 폴더의 내용물을 모두 > pythonEmbedded 폴더의 phyton.exe파일이 있는 위치에 복사해서 넣기. 오류 내용ZonosGenerate Failed to save audio to : Couldn't allocate AVFormatContext. The destination file is , check the desired extension? Invalid argument 두번째ComfyUI\custom_nodes\ComfyUI-Zonos > Zonos.py 의 내용을 아래와 같이 수정. 370 line - 379 line (원본) for (batch_number, waveform.. 2026. 1. 10.
Rtx 5090 - TRELLIS.2 설치 1. Custom Node 설치- ComfyUI-TRELLIS2-Pozzetti- ComfyUI-Trellis2-visualbruno 2. ComfyUI\custom_nodes\ComfyUI-Trellis2-visualbruno\wheels 폴더의 Windows \ Torch 280 의 Whl들을 자신의 버전에 맞는 whl을 선택 ex) 312 해서 cumesh, flex_gemm, nvdiffrast, nvdiffrec_render, o_voxel 을 ComfyUI\python_embeded 폴더 환경에 모두 설치해 주어야 한다. 3. Trellis2ImageToShape 오류 해결 방법No operator found for `memory_efficient_attention_forward` with.. 2026. 1. 3.