Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use normally --use-sage-attention (sageattention installed) #7484

Open
IAMJOYBO opened this issue Apr 3, 2025 · 0 comments
Open
Labels
Potential Bug User is reporting a bug. This should be tested.

Comments

@IAMJOYBO
Copy link

IAMJOYBO commented Apr 3, 2025

Expected Behavior

RUN Success

Actual Behavior

Image

Steps to Reproduce

C:\Docker>e:

E:\>cd ComfyUI

E:\ComfyUI>python --version

E:\ComfyUI>conda activate comfyui

(comfyui) E:\ComfyUI>
(comfyui) E:\ComfyUI>python --version
Python 3.12.9

(comfyui) E:\ComfyUI>
(comfyui) E:\ComfyUI>pip list | findstr sage
DEPRECATION: Loading egg at c:\programdata\anaconda3\envs\comfyui\lib\site-packages\sageattention-2.1.1-py3.12-win-amd64.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package
 installation. Discussion can be found at https://github.com/pypa/pip/issues/12330
sageattention                     2.1.1           c:\programdata\anaconda3\envs\comfyui\lib\site-packages\sageattention-2.1.1-py3.12-win-amd64.egg
sageattention                     2.1.1           E:\ComfyUI\SageAttention

(comfyui) E:\ComfyUI>
(comfyui) E:\ComfyUI>python main.py --verbose DEBUG --use-sage-attention --cuda-malloc --preview-method auto --cuda-device 0 --disable-auto-launch --listen --port 8188
[START] Security scan
DEPRECATION: Loading egg at c:\programdata\anaconda3\envs\comfyui\lib\site-packages\sageattention-2.1.1-py3.12-win-amd64.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package
 installation. Discussion can be found at https://github.com/pypa/pip/issues/12330
[DONE] Security scan
Popen(['git', 'version'], cwd=E:\ComfyUI, stdin=None, shell=False, universal_newlines=False)
Popen(['git', 'version'], cwd=E:\ComfyUI, stdin=None, shell=False, universal_newlines=False)
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2025-04-04 01:22:15.527
** Platform: Windows
** Python version: 3.12.9 | packaged by Anaconda, Inc. | (main, Feb  6 2025, 18:49:16) [MSC v.1929 64 bit (AMD64)]
** Python executable: C:\ProgramData\anaconda3\envs\comfyui\python.exe
** ComfyUI Path: E:\ComfyUI
** ComfyUI Base Folder Path: E:\ComfyUI
** User directory: E:\ComfyUI\user
** ComfyUI-Manager config path: E:\ComfyUI\user\default\ComfyUI-Manager\config.ini
** Log path: E:\ComfyUI\user\comfyui.log
DEPRECATION: Loading egg at c:\programdata\anaconda3\envs\comfyui\lib\site-packages\sageattention-2.1.1-py3.12-win-amd64.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package
 installation. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\programdata\anaconda3\envs\comfyui\lib\site-packages\sageattention-2.1.1-py3.12-win-amd64.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package
 installation. Discussion can be found at https://github.com/pypa/pip/issues/12330

Prestartup times for custom nodes:
   0.0 seconds: E:\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: E:\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   7.4 seconds: E:\ComfyUI\custom_nodes\ComfyUI-Manager

Set cuda device to: 0
Checkpoint files will always be loaded safely.
Total VRAM 16376 MB, total RAM 130903 MB
pytorch version: 2.6.0+cu126
xformers version: 0.0.29.post3
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4080 SUPER : cudaMallocAsync


To use the `--use-sage-attention` feature, the `sageattention` package must be installed first.
command:
        C:\ProgramData\anaconda3\envs\comfyui\python.exe -m pip install sageattention

(comfyui) E:\ComfyUI>

Debug Logs

[START] Security scan
DEPRECATION: Loading egg at c:\programdata\anaconda3\envs\comfyui\lib\site-packages\sageattention-2.1.1-py3.12-win-amd64.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package
 installation. Discussion can be found at https://github.com/pypa/pip/issues/12330
[DONE] Security scan
Popen(['git', 'version'], cwd=E:\ComfyUI, stdin=None, shell=False, universal_newlines=False)
Popen(['git', 'version'], cwd=E:\ComfyUI, stdin=None, shell=False, universal_newlines=False)
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2025-04-04 01:22:15.527
** Platform: Windows
** Python version: 3.12.9 | packaged by Anaconda, Inc. | (main, Feb  6 2025, 18:49:16) [MSC v.1929 64 bit (AMD64)]
** Python executable: C:\ProgramData\anaconda3\envs\comfyui\python.exe
** ComfyUI Path: E:\ComfyUI
** ComfyUI Base Folder Path: E:\ComfyUI
** User directory: E:\ComfyUI\user
** ComfyUI-Manager config path: E:\ComfyUI\user\default\ComfyUI-Manager\config.ini
** Log path: E:\ComfyUI\user\comfyui.log
DEPRECATION: Loading egg at c:\programdata\anaconda3\envs\comfyui\lib\site-packages\sageattention-2.1.1-py3.12-win-amd64.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package
 installation. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\programdata\anaconda3\envs\comfyui\lib\site-packages\sageattention-2.1.1-py3.12-win-amd64.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package
 installation. Discussion can be found at https://github.com/pypa/pip/issues/12330

Prestartup times for custom nodes:
   0.0 seconds: E:\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: E:\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   7.4 seconds: E:\ComfyUI\custom_nodes\ComfyUI-Manager

Set cuda device to: 0
Checkpoint files will always be loaded safely.
Total VRAM 16376 MB, total RAM 130903 MB
pytorch version: 2.6.0+cu126
xformers version: 0.0.29.post3
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4080 SUPER : cudaMallocAsync


To use the `--use-sage-attention` feature, the `sageattention` package must be installed first.
command:
        C:\ProgramData\anaconda3\envs\comfyui\python.exe -m pip install sageattention

Other

No response

@IAMJOYBO IAMJOYBO added the Potential Bug User is reporting a bug. This should be tested. label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug User is reporting a bug. This should be tested.
Projects
None yet
Development

No branches or pull requests

1 participant