Services/Comfyui: Update launch args
This commit is contained in:
@ -45,11 +45,11 @@ in {
|
|||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
|
|
||||||
# https://github.com/Comfy-Org/ComfyUI/blob/master/comfy/cli_args.py
|
# https://github.com/Comfy-Org/ComfyUI/blob/master/comfy/cli_args.py
|
||||||
# --use-sage-attention
|
# --use-sage-attention # => OOM
|
||||||
# --lowvram
|
# --lowvram
|
||||||
# --disable-pinned-memory
|
# --disable-pinned-memory
|
||||||
# --cache-none
|
# --cache-none
|
||||||
CLI_ARGS = "--use-sage-attention --cache-none --disable-pinned-memory";
|
# CLI_ARGS = "--use-sage-attention";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
|
|||||||
Reference in New Issue
Block a user