ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Memory Exceeded on Flux GGUF

Open GoudaCouda opened this issue 1 year ago • 0 comments

Expected Behavior

Model Load

Actual Behavior

I have tried many different Flux GGUF model and I keep recieved an error about memory reached 98%. I dont really see this on my task manager and I should have enough ram and Vram to run flux dev q2.

Steps to Reproduce

Downlaoded model and ran the basic Nodes.Whatever the default work flow is.

Debug Logs

[ComfyUI-1/STDERR] Import times for custom nodes:
[ComfyUI-1/STDERR]    0.0 seconds: C:\Users\austi\ComfyUI-Zluda\custom_nodes\ComfyUI-GGUF
[ComfyUI-1/STDERR]    0.0 seconds: C:\Users\austi\ComfyUI-Zluda\custom_nodes\ComfyUI-deepcache
[ComfyUI-1/STDERR]    0.0 seconds: C:\Users\austi\ComfyUI-Zluda\custom_nodes\websocket_image_save.py
[ComfyUI-1/STDERR]    0.0 seconds: C:\Users\austi\SwarmUI\src\BuiltinExtensions\ComfyUIBackend\DLNodes\ComfyUI-SAI_API
[ComfyUI-1/STDERR]    0.0 seconds (IMPORT FAILED): C:\Users\austi\ComfyUI-Zluda\custom_nodes\ComfyUI-Impact-Pack
[ComfyUI-1/STDERR]    0.0 seconds: C:\Users\austi\SwarmUI\src\BuiltinExtensions\ComfyUIBackend\DLNodes\ComfyUI-GGUF
[ComfyUI-1/STDERR]    0.2 seconds: C:\Users\austi\SwarmUI\src\BuiltinExtensions\ComfyUIBackend\ExtraNodes\SwarmComfyCommon
[ComfyUI-1/STDERR]    0.5 seconds: C:\Users\austi\ComfyUI-Zluda\custom_nodes\ComfyUI-Manager
[ComfyUI-1/STDERR]    0.8 seconds: C:\Users\austi\SwarmUI\src\BuiltinExtensions\ComfyUIBackend\ExtraNodes\SwarmComfyExtra
[ComfyUI-1/STDERR] 
[ComfyUI-1/STDERR] Starting server
[ComfyUI-1/STDERR] 
[ComfyUI-1/STDERR] To see the GUI go to: http://127.0.0.1:7822
[ComfyUI-1/STDERR] got prompt
[ComfyUI-1/STDERR] Using pytorch attention in VAE
[ComfyUI-1/STDERR] Using pytorch attention in VAE
[ComfyUI-1/STDERR] clip missing: ['text_projection.weight']
[ComfyUI-1/STDERR] Requested to load FluxClipModel_
[ComfyUI-1/STDERR] Loading 1 new model
[ComfyUI-1/STDERR] loaded completely 0.0 4777.53759765625 True
[ComfyUI-1/STDERR] Exception Code: 0xC0000005
[ComfyUI-1/STDERR]   #0 0x00007ffb83a6c6e7 (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0xd8c6e7)
[ComfyUI-1/STDERR]   #1 0x00007ffb83a6bc1a (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0xd8bc1a)
[ComfyUI-1/STDERR]   #2 0x00007ffb8392f0a8 (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0xc4f0a8)
[ComfyUI-1/STDERR]   #3 0x00007ffb8392f0a8 (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0xc4f0a8)
[ComfyUI-1/STDERR]   #4 0x00007ffb8392f0a8 (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0xc4f0a8)
[ComfyUI-1/STDERR]   #5 0x00007ffb8392f0a8 (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0xc4f0a8)
[ComfyUI-1/STDERR]   #6 0x00007ffb83930e4c (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0xc50e4c)
[ComfyUI-1/STDERR]   #7 0x00007ffb8392c7e8 (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0xc4c7e8)
[ComfyUI-1/STDERR]   #8 0x00007ffb839059e3 (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0xc259e3)
[ComfyUI-1/STDERR]   #9 0x00007ffb838f2d75 (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0xc12d75)
[ComfyUI-1/STDERR]  #10 0x00007ffb838f24d2 (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0xc124d2)
[ComfyUI-1/STDERR]  #11 0x00007ffb83427ee5 (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0x747ee5)
[ComfyUI-1/STDERR]  #12 0x00007ffb82f2494a (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0x24494a)
[ComfyUI-1/STDERR]  #13 0x00007ffb82f06d6e (C:\Program Files\AMD\ROCm\6.1\bin\rocblas.dll+0x226d6e)
[ComfyUI-1/STDERR]  #14 0x00007ffbb85a2217 (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\cublas64_11.dll+0x2217)
[ComfyUI-1/STDERR]  #15 0x00007ffa290fc54b at::cuda::blas::gelsBatched<struct c10::complex<double>>(struct cublasContext *, enum cublasOperation_t, int, int, int, struct c10::complex<double> **, int, struct c10::complex<double> **, int, int *, int *, int) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cuda.dll+0x1d8c54b)
[ComfyUI-1/STDERR]  #16 0x00007ffa290fbe64 at::cuda::blas::gelsBatched<struct c10::complex<double>>(struct cublasContext *, enum cublasOperation_t, int, int, int, struct c10::complex<double> **, int, struct c10::complex<double> **, int, int *, int *, int) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cuda.dll+0x1d8be64)
[ComfyUI-1/STDERR]  #17 0x00007ffa29134610 at::native::log_sigmoid_forward_out_cuda(class at::Tensor const &, class at::Tensor &, class at::Tensor &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cuda.dll+0x1dc4610)
[ComfyUI-1/STDERR]  #18 0x00007ffa29138cfb at::native::_scaled_mm_out_cuda(class at::Tensor const &, class at::Tensor const &, class std::optional<class at::Tensor> const &, class std::optional<enum c10::ScalarType>, class std::optional<class at::Tensor> const &, class std::optional<class at::Tensor> const &, class std::optional<class at::Tensor> const &, bool, class at::Tensor &, class at::Tensor &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cuda.dll+0x1dc8cfb)
[ComfyUI-1/STDERR]  #19 0x00007ffa2913a117 at::native::structured_mm_out_cuda::impl(class at::Tensor const &, class at::Tensor const &, class at::Tensor const &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cuda.dll+0x1dca117)
[ComfyUI-1/STDERR]  #20 0x00007ffa28fe07e7 at::cuda::where_outf(class at::Tensor const &, class at::Tensor const &, class at::Tensor const &, class at::Tensor &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cuda.dll+0x1c707e7)
[ComfyUI-1/STDERR]  #21 0x00007ffa28ecb3d6 at::cuda::bucketize_outf(class at::Tensor const &, class at::Tensor const &, bool, bool, class at::Tensor &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cuda.dll+0x1b5b3d6)
[ComfyUI-1/STDERR]  #22 0x00007ffa6f6a5a61 at::_ops::mm::call(class at::Tensor const &, class at::Tensor const &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cpu.dll+0xe85a61)
[ComfyUI-1/STDERR]  #23 0x00007ffa6ecd9921 at::native::_convert_weight_to_int4pack_cpu(class at::Tensor const &, __int64) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cpu.dll+0x4b9921)
[ComfyUI-1/STDERR]  #24 0x00007ffa6ecea947 at::native::matmul(class at::Tensor const &, class at::Tensor const &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cpu.dll+0x4ca947)
[ComfyUI-1/STDERR]  #25 0x00007ffa6fc2f4ae at::compositeimplicitautograd::where(class at::Tensor const &, class c10::Scalar const &, class c10::Scalar const &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cpu.dll+0x140f4ae)
[ComfyUI-1/STDERR]  #26 0x00007ffa6fc10376 at::compositeimplicitautograd::broadcast_to_symint(class at::Tensor const &, class c10::ArrayRef<class c10::SymInt>) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cpu.dll+0x13f0376)
[ComfyUI-1/STDERR]  #27 0x00007ffa6f7a45f1 at::_ops::matmul::call(class at::Tensor const &, class at::Tensor const &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cpu.dll+0xf845f1)
[ComfyUI-1/STDERR]  #28 0x00007ffa6ecc27ec at::native::linear(class at::Tensor const &, class at::Tensor const &, class std::optional<class at::Tensor> const &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cpu.dll+0x4a27ec)
[ComfyUI-1/STDERR]  #29 0x00007ffa6fc2f34e at::compositeimplicitautograd::where(class at::Tensor const &, class c10::Scalar const &, class c10::Scalar const &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cpu.dll+0x140f34e)
[ComfyUI-1/STDERR]  #30 0x00007ffa6fc1059b at::compositeimplicitautograd::broadcast_to_symint(class at::Tensor const &, class c10::ArrayRef<class c10::SymInt>) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cpu.dll+0x13f059b)
[ComfyUI-1/STDERR]  #31 0x00007ffa6f2878b9 at::_ops::linear::call(class at::Tensor const &, class at::Tensor const &, class std::optional<class at::Tensor> const &) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_cpu.dll+0xa678b9)
[ComfyUI-1/STDERR]  #32 0x00007ffa2303e81b THPPointer<struct PyCodeObject>::release(void) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_python.dll+0x33e81b)
[ComfyUI-1/STDERR]  #33 0x00007ffa2305a545 THPPointer<struct PyCodeObject>::release(void) (C:\Users\austi\ComfyUI-Zluda\venv\lib\site-packages\torch\lib\torch_python.dll+0x35a545)
[ComfyUI-1/STDERR]  #34 0x00007ffbbae5c24a (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x8c24a)
[ComfyUI-1/STDERR]  #35 0x00007ffbbae3f95e (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6f95e)
[ComfyUI-1/STDERR]  #36 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR]  #37 0x00007ffbbae397c3 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x697c3)
[ComfyUI-1/STDERR]  #38 0x00007ffbbae693b4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x993b4)
[ComfyUI-1/STDERR]  #39 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR]  #40 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR]  #41 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR]  #42 0x00007ffbbae397c3 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x697c3)
[ComfyUI-1/STDERR]  #43 0x00007ffbbae693b4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x993b4)
[ComfyUI-1/STDERR]  #44 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR]  #45 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR]  #46 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR]  #47 0x00007ffbbae397c3 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x697c3)
[ComfyUI-1/STDERR]  #48 0x00007ffbbae693b4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x993b4)
[ComfyUI-1/STDERR]  #49 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR]  #50 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR]  #51 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR]  #52 0x00007ffbbadeba17 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x1ba17)
[ComfyUI-1/STDERR]  #53 0x00007ffbbaf0d5c4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d5c4)
[ComfyUI-1/STDERR]  #54 0x00007ffbbaf0d520 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d520)
[ComfyUI-1/STDERR]  #55 0x00007ffbbae3f95e (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6f95e)
[ComfyUI-1/STDERR]  #56 0x00007ffbbae396e5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x696e5)
[ComfyUI-1/STDERR]  #57 0x00007ffbbae69410 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x99410)
[ComfyUI-1/STDERR]  #58 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR]  #59 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR]  #60 0x00007ffbbae396e5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x696e5)
[ComfyUI-1/STDERR]  #61 0x00007ffbbae69410 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x99410)
[ComfyUI-1/STDERR]  #62 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR]  #63 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR]  #64 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR]  #65 0x00007ffbbadeba7f (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x1ba7f)
[ComfyUI-1/STDERR]  #66 0x00007ffbbaf0d5c4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d5c4)
[ComfyUI-1/STDERR]  #67 0x00007ffbbaf0d520 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d520)
[ComfyUI-1/STDERR]  #68 0x00007ffbbae260db (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x560db)
[ComfyUI-1/STDERR]  #69 0x00007ffbbae424fc (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x724fc)
[ComfyUI-1/STDERR]  #70 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR]  #71 0x00007ffbbae397c3 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x697c3)
[ComfyUI-1/STDERR]  #72 0x00007ffbbae693b4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x993b4)
[ComfyUI-1/STDERR]  #73 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR]  #74 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR]  #75 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR]  #76 0x00007ffbbae397c3 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x697c3)
[ComfyUI-1/STDERR]  #77 0x00007ffbbae693b4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x993b4)
[ComfyUI-1/STDERR]  #78 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR]  #79 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR]  #80 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR]  #81 0x00007ffbbadeba17 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x1ba17)
[ComfyUI-1/STDERR]  #82 0x00007ffbbaf0d5c4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d5c4)
[ComfyUI-1/STDERR]  #83 0x00007ffbbaf0d520 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d520)
[ComfyUI-1/STDERR]  #84 0x00007ffbbae40563 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x70563)
[ComfyUI-1/STDERR]  #85 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR]  #86 0x00007ffbbae397c3 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x697c3)
[ComfyUI-1/STDERR]  #87 0x00007ffbbae693b4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x993b4)
[ComfyUI-1/STDERR]  #88 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR]  #89 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR]  #90 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR]  #91 0x00007ffbbae397c3 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x697c3)
[ComfyUI-1/STDERR]  #92 0x00007ffbbae693b4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x993b4)
[ComfyUI-1/STDERR]  #93 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR]  #94 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR]  #95 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR]  #96 0x00007ffbbadeba17 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x1ba17)
[ComfyUI-1/STDERR]  #97 0x00007ffbbaf0d5c4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d5c4)
[ComfyUI-1/STDERR]  #98 0x00007ffbbaf0d520 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d520)
[ComfyUI-1/STDERR]  #99 0x00007ffbbae40563 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x70563)
[ComfyUI-1/STDERR] #100 0x00007ffbbae396e5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x696e5)
[ComfyUI-1/STDERR] #101 0x00007ffbbae69410 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x99410)
[ComfyUI-1/STDERR] #102 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR] #103 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR] #104 0x00007ffbbae396e5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x696e5)
[ComfyUI-1/STDERR] #105 0x00007ffbbae69410 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x99410)
[ComfyUI-1/STDERR] #106 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR] #107 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR] #108 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR] #109 0x00007ffbbadeba7f (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x1ba7f)
[ComfyUI-1/STDERR] #110 0x00007ffbbaf0d5c4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d5c4)
[ComfyUI-1/STDERR] #111 0x00007ffbbaf0d520 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d520)
[ComfyUI-1/STDERR] #112 0x00007ffbbae69307 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x99307)
[ComfyUI-1/STDERR] #113 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR] #114 0x00007ffbbae396e5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x696e5)
[ComfyUI-1/STDERR] #115 0x00007ffbbae69410 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x99410)
[ComfyUI-1/STDERR] #116 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR] #117 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR] #118 0x00007ffbbae396e5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x696e5)
[ComfyUI-1/STDERR] #119 0x00007ffbbae69410 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x99410)
[ComfyUI-1/STDERR] #120 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR] #121 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR] #122 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR] #123 0x00007ffbbadeba7f (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x1ba7f)
[ComfyUI-1/STDERR] #124 0x00007ffbbaf0d5c4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d5c4)
[ComfyUI-1/STDERR] #125 0x00007ffbbaf0d520 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d520)
[ComfyUI-1/STDERR] #126 0x00007ffbbae260db (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x560db)
[ComfyUI-1/STDERR] #127 0x00007ffbbae424fc (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x724fc)
[ComfyUI-1/STDERR] #128 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR] #129 0x00007ffbbae397c3 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x697c3)
[ComfyUI-1/STDERR] #130 0x00007ffbbae693b4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x993b4)
[ComfyUI-1/STDERR] #131 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR] #132 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR] #133 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR] #134 0x00007ffbbae397c3 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x697c3)
[ComfyUI-1/STDERR] #135 0x00007ffbbae693b4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x993b4)
[ComfyUI-1/STDERR] #136 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR] #137 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR] #138 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR] #139 0x00007ffbbadeba17 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x1ba17)
[ComfyUI-1/STDERR] #140 0x00007ffbbaf0d5c4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d5c4)
[ComfyUI-1/STDERR] #141 0x00007ffbbaf0d520 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x13d520)
[ComfyUI-1/STDERR] #142 0x00007ffbbae40563 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x70563)
[ComfyUI-1/STDERR] #143 0x00007ffbbae396e5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x696e5)
[ComfyUI-1/STDERR] #144 0x00007ffbbae3d4e8 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6d4e8)
[ComfyUI-1/STDERR] #145 0x00007ffbbae396e5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x696e5)
[ComfyUI-1/STDERR] #146 0x00007ffbbae3d4e8 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6d4e8)
[ComfyUI-1/STDERR] #147 0x00007ffbbae396e5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x696e5)
[ComfyUI-1/STDERR] #148 0x00007ffbbae3d4e8 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6d4e8)
[ComfyUI-1/STDERR] #149 0x00007ffbbae3e723 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6e723)
[ComfyUI-1/STDERR] #150 0x00007ffbbae396e5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x696e5)
[ComfyUI-1/STDERR] #151 0x00007ffbbae69410 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x99410)
[ComfyUI-1/STDERR] #152 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR] #153 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR] #154 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR] #155 0x00007ffbbae3c067 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6c067)
[ComfyUI-1/STDERR] #156 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR] #157 0x00007ffbbae41b71 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x71b71)
[ComfyUI-1/STDERR] #158 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR] #159 0x00007ffbbae41b71 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x71b71)
[ComfyUI-1/STDERR] #160 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR] #161 0x00007ffbbae3c067 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6c067)
[ComfyUI-1/STDERR] #162 0x00007ffbbae3c8c5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6c8c5)
[ComfyUI-1/STDERR] #163 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR] #164 0x00007ffbbae693b4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x993b4)
[ComfyUI-1/STDERR] #165 0x00007ffbbae6928b (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x9928b)
[ComfyUI-1/STDERR] #166 0x00007ffbbae4122d (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x7122d)
[ComfyUI-1/STDERR] #167 0x00007ffbbae3c8c5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6c8c5)
[ComfyUI-1/STDERR] #168 0x00007ffbbae3c8c5 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6c8c5)
[ComfyUI-1/STDERR] #169 0x00007ffbbae3aa97 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x6aa97)
[ComfyUI-1/STDERR] #170 0x00007ffbbae39839 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x69839)
[ComfyUI-1/STDERR] #171 0x00007ffbbae693b4 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x993b4)
[ComfyUI-1/STDERR] #172 0x00007ffbbae69197 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0x99197)
[ComfyUI-1/STDERR] #173 0x00007ffbbaebe27a (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0xee27a)
[ComfyUI-1/STDERR] #174 0x00007ffbbaebe1f6 (C:\Users\austi\AppData\Local\Programs\Python\Python310\python310.dll+0xee1f6)
[ComfyUI-1/STDERR] #175 0x00007ffc35c11bb2 (C:\WINDOWS\System32\ucrtbase.dll+0x21bb2)
[ComfyUI-1/STDERR] #176 0x00007ffc37267374 (C:\WINDOWS\System32\KERNEL32.DLL+0x17374)
[ComfyUI-1/STDERR] #177 0x00007ffc3859cc91 (C:\WINDOWS\SYSTEM32\ntdll.dll+0x4cc91)
2024-11-06 16:07:07.109 [Error] Self-Start ComfyUI-1 on port 7822 failed. Restarting per configuration AutoRestart=true...
2024-11-06 16:07:07.110 [Warning] 

2024-11-06 16:07:07.111 [Warning] Your system memory usage exceeded 98.2% just before the backend process failed. This might indicate a memory overload.
2024-11-06 16:07:07.111 [Warning] You appear to have a sufficient pagefile (88.1 GiB), so you might have too many background processes, or you might just be trying to run too much.
2024-11-06 16:07:07.112 [Warning] Consider closing background processes, or greatly expanding your pagefile size.
2024-11-06 16:07:07.117 [Warning] Or, reduce the size of what you're trying to run. If you're running an FP16 or FP8 model, consider a quantized variant like GGUF Q4.
2024-11-06 16:07:07.119 [Warning]

Other

No response

GoudaCouda avatar Nov 06 '24 21:11 GoudaCouda