본문 바로가기

분류 전체보기141

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.
WONILMAX DARK MODE 크롬 확장 프로그램 안녕하세요. 원일맥스 입니다. 크롬 확장 프로그램의 보안상 이유로 직접 크롬 다크 모드를 개발했습니다. 사용자의 개인정보 탈취나 악성코드가 전혀 없는 매우 안전하고 깨끗한 크롬 확장프로그램입니다. 기존에 사용하던 다크 모드 프로그램이 악성 개인정보 탈취 이슈가 있어서 직접 개발했습니다. 영상 가이드를 따라 차근차근 설치하시면 누구나 쉽게 다크 모드를 적용할 수 있습니다. 무료로 제공되는 이 프로그램은 시력 보호와 배터리 절약은 물론, 작업 집중력을 높이는 데에도 큰 도움이 됩니다. https://youtu.be/vPnAwXd0y38?si=8CcnnGmr127n80Ao Download Link: https://chromewebstore.google.com/detail/moffmecikcpdgdfjdbd.. 2026. 1. 27.
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.