mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-18 10:33:01 +08:00
Merge branch 'master' into dr-support-pip-cm
This commit is contained in:
commit
a1a6f4d7fe
@ -333,6 +333,7 @@ SUPPORT_FP8_OPS = args.supports_fp8_compute
|
|||||||
try:
|
try:
|
||||||
if is_amd():
|
if is_amd():
|
||||||
torch.backends.cudnn.enabled = False # Seems to improve things a lot on AMD
|
torch.backends.cudnn.enabled = False # Seems to improve things a lot on AMD
|
||||||
|
logging.info("Set: torch.backends.cudnn.enabled = False for better AMD performance.")
|
||||||
try:
|
try:
|
||||||
rocm_version = tuple(map(int, str(torch.version.hip).split(".")[:2]))
|
rocm_version = tuple(map(int, str(torch.version.hip).split(".")[:2]))
|
||||||
except:
|
except:
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
comfyui-frontend-package==1.28.7
|
comfyui-frontend-package==1.28.7
|
||||||
comfyui-workflow-templates==0.1.95
|
comfyui-workflow-templates==0.2.1
|
||||||
comfyui-embedded-docs==0.3.0
|
comfyui-embedded-docs==0.3.0
|
||||||
comfyui_manager==4.0.2
|
comfyui_manager==4.0.2
|
||||||
torch
|
torch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user