Services/Comfyui: Update image + launch args
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
# comfyuiVersion = "cu128-slim-20260316";
|
# comfyuiVersion = "cu128-slim-20260316";
|
||||||
comfyuiVersion = "cu128-megapak-pt29-20260221";
|
comfyuiVersion = "cu128-megapak-20260323";
|
||||||
in {
|
in {
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
comfyui = {
|
comfyui = {
|
||||||
@ -49,7 +49,7 @@ in {
|
|||||||
# --lowvram
|
# --lowvram
|
||||||
# --disable-pinned-memory
|
# --disable-pinned-memory
|
||||||
# --cache-none
|
# --cache-none
|
||||||
CLI_ARGS = "--use-sage-attention";
|
CLI_ARGS = "--use-sage-attention --cache-none --disable-pinned-memory";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
|
|||||||
Reference in New Issue
Block a user