mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-23 08:19:32 +08:00
Please try native formats instead of disabling dynamic vram.
This commit is contained in:
parent
0d8b7510bd
commit
0ab45c6b3f
9
main.py
9
main.py
@ -557,8 +557,13 @@ if __name__ == "__main__":
|
|||||||
logging.warning("WARNING: You are using a python version older than 3.10, please upgrade to a newer one. 3.12 and above is recommended.")
|
logging.warning("WARNING: You are using a python version older than 3.10, please upgrade to a newer one. 3.12 and above is recommended.")
|
||||||
|
|
||||||
if args.disable_dynamic_vram:
|
if args.disable_dynamic_vram:
|
||||||
logging.warning("Dynamic vram disabled with argument. If you have any issues with dynamic vram enabled please give us a detailed reports as this argument will be removed soon.")
|
logging.warning(
|
||||||
|
"Dynamic vram disabled with argument. If you have any issues with "
|
||||||
|
"dynamic vram enabled please give us a detailed reports as this "
|
||||||
|
"argument will be removed soon. If you use gguf we recommend keeping "
|
||||||
|
"dynamic vram enabled and using native ComfyUI model formats instead. "
|
||||||
|
"ComfyUI native formats like fp8 will be faster even if they are larger than your memory."
|
||||||
|
)
|
||||||
event_loop, _, start_all_func = start_comfyui()
|
event_loop, _, start_all_func = start_comfyui()
|
||||||
try:
|
try:
|
||||||
x = start_all_func()
|
x = start_all_func()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user