Skip to content

Commit

Permalink
added support for new ComfyUI cmd args
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Aug 24, 2024
1 parent d56ac84 commit ff86006
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/CommandLineOptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Supported **ComfyUI** options
--fp8_e5m2-text-enc Store text encoder weights in fp8 (e5m2 variant).
--fp16-text-enc Store text encoder weights in fp16.
--fp32-text-enc Store text encoder weights in fp32.
--cache-classic Use the old style (aggressive) caching. (Default)
--cache-lru Use LRU caching with a maximum of N node results cached. May use more RAM/VRAM.
--disable-ipex-optimize
Disables ipex.optimize when loading models with Intel GPUs.
--use-split-cross-attention
Expand All @@ -76,9 +78,11 @@ Supported **ComfyUI** options
--lowvram Split the unet in parts to use less vram.
--novram When lowvram isn't enough.
--cpu To use the CPU for everything (slow).
--reserve-vram Set the amount of VRAM in GB you want to reserve for use by your OS/other software.
--disable-smart-memory
Force ComfyUI to aggressively offload to regular ram
instead of keeping models in vram when it can.
--fast Enable some untested and potentially quality deteriorating optimizations.

Additional commands
-------------------
Expand Down

0 comments on commit ff86006

Please sign in to comment.