44 Commits (1900e5119f70d6db0677fe91194050be3c4476c4)

Author SHA1 Message Date
comfyanonymous 46daf0a9a7 Add debug options to force on and off attention upcasting. 6 months ago
comfyanonymous bb4940d837 Only enable attention upcasting on models that actually need it. 6 months ago
Garrett Sutula bacce529fb
Add TLS Support (#3312) 7 months ago
comfyanonymous 0ed72befe1 Change log levels. 8 months ago
comfyanonymous 65397ce601 Replace prints with logging and add --verbose argument. 8 months ago
comfyanonymous 53c8a99e6c Make server storage the default. 10 months ago
pythongosssss 235727fed7
Store user settings/data on the server and multi user support (#2160) 10 months ago
comfyanonymous 1b103e0cb2 Add argument to run the VAE on the CPU. 11 months ago
comfyanonymous 2f9d6a97ec Add --deterministic option to make pytorch use deterministic algorithms. 11 months ago
comfyanonymous b0aab1e4ea Add an option --fp16-unet to force using fp16 for the unet. 11 months ago
comfyanonymous 31b0f6f3d8 UNET weights can now be stored in fp8. 12 months ago
comfyanonymous 0cf4e86939 Add some command line arguments to store text encoder weights in fp8. 1 year ago
comfyanonymous a12cc05323 Add --max-upload-size argument, the default is 100MB. 1 year ago
comfyanonymous fd4c5f07e7 Add a --bf16-unet to test running the unet in bf16. 1 year ago
Jairo Correa 63e5fd1790 Option to input directory 1 year ago
comfyanonymous 3039b08eb1 Only parse command line args when main.py is called. 1 year ago
comfyanonymous b8c7c770d3 Enable bf16-vae by default on ampere and up. 1 year ago
Simon Lui 2c096e4260 Add ipex optimize and other enhancements for Intel GPUs based on recent memory changes. 1 year ago
comfyanonymous 3aee33b54e Add --disable-smart-memory for those that want the old behaviour. 1 year ago
comfyanonymous 2bc12d3d22 Add --temp-directory argument to set temp directory. 1 year ago
comfyanonymous 1f0f4cc0bd Add argument to disable auto launching the browser. 1 year ago
comfyanonymous 1141029a4a Add --disable-metadata argument to disable saving metadata in files. 1 year ago
comfyanonymous 0b284f650b Fix typo. 1 year ago
comfyanonymous 9871a15cf9 Enable --cuda-malloc by default on torch 2.0 and up. 1 year ago
comfyanonymous 55d0fca9fa --windows-standalone-build now enables --cuda-malloc 1 year ago
comfyanonymous 1679abd86d Add a command line argument to enable backend:cudaMallocAsync 1 year ago
comfyanonymous e7bee85df8 Add arguments to run the VAE in fp16 or bf16 for testing. 1 year ago
comfyanonymous 6f3d9f52db Add a --force-fp16 argument to force fp16 for testing. 1 year ago
comfyanonymous 8248babd44 Use pytorch attention by default on nvidia when xformers isn't present. 1 year ago
comfyanonymous f7edcfd927 Add a --gpu-only argument to keep and run everything on the GPU. 1 year ago
comfyanonymous a3a713b6c5 Refactor previews into one command line argument. 1 year ago
space-nuko 3e17971acb preview method autodetection 1 year ago
space-nuko d5a28fadaa Add latent2rgb preview 1 year ago
space-nuko 48f7ec750c Make previews into cli option 1 year ago
EllangoK 8e03c789a2 auto-launch cli arg 2 years ago
comfyanonymous 2ca934f7d4 You can now select the device index with: --directml id 2 years ago
comfyanonymous 3baded9892 Basic torch_directml support. Use --directml to use it. 2 years ago
comfyanonymous 7e254d2f69 Clarify what --windows-standalone-build does. 2 years ago
comfyanonymous 64557d6781 Add a --force-fp32 argument to force fp32 for debugging. 2 years ago
EllangoK 28fff5d1db fixes lack of support for multi configs 2 years ago
comfyanonymous f84f2508cc Rename the cors parameter to something more verbose. 2 years ago
EllangoK 48efae1608 makes cors a cli parameter 2 years ago
EllangoK 01c1fc669f set listen flag to listen on all if specifed 2 years ago
EllangoK e5e587b1c0 seperates out arg parser and imports args 2 years ago