comfyanonymous
46daf0a9a7
Add debug options to force on and off attention upcasting.
9 months ago
comfyanonymous
bb4940d837
Only enable attention upcasting on models that actually need it.
9 months ago
Garrett Sutula
bacce529fb
Add TLS Support ( #3312 )
...
* Add TLS Support
* Add to readme
* Add guidance for windows users on generating certificates
* Add guidance for windows users on generating certificates
* Fix typo
10 months ago
comfyanonymous
0ed72befe1
Change log levels.
...
Logging level now defaults to info. --verbose sets it to debug.
12 months ago
comfyanonymous
65397ce601
Replace prints with logging and add --verbose argument.
12 months ago
comfyanonymous
53c8a99e6c
Make server storage the default.
...
Remove --server-storage argument.
1 year ago
pythongosssss
235727fed7
Store user settings/data on the server and multi user support ( #2160 )
...
* wip per user data
* Rename, hide menu
* better error
rework default user
* store pretty
* Add userdata endpoints
Change nodetemplates to userdata
* add multi user message
* make normal arg
* Fix tests
* Ignore user dir
* user tests
* Changed to default to browser storage and add server-storage arg
* fix crash on empty templates
* fix settings added before load
* ignore parse errors
1 year ago
comfyanonymous
1b103e0cb2
Add argument to run the VAE on the CPU.
1 year ago
comfyanonymous
2f9d6a97ec
Add --deterministic option to make pytorch use deterministic algorithms.
1 year ago
comfyanonymous
b0aab1e4ea
Add an option --fp16-unet to force using fp16 for the unet.
1 year ago
comfyanonymous
31b0f6f3d8
UNET weights can now be stored in fp8.
...
--fp8_e4m3fn-unet and --fp8_e5m2-unet are the two different formats
supported by pytorch.
1 year ago
comfyanonymous
0cf4e86939
Add some command line arguments to store text encoder weights in fp8.
...
Pytorch supports two variants of fp8:
--fp8_e4m3fn-text-enc (the one that seems to give better results)
--fp8_e5m2-text-enc
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.
2 years ago
Simon Lui
2c096e4260
Add ipex optimize and other enhancements for Intel GPUs based on recent memory changes.
2 years ago
comfyanonymous
3aee33b54e
Add --disable-smart-memory for those that want the old behaviour.
2 years ago
comfyanonymous
2bc12d3d22
Add --temp-directory argument to set temp directory.
2 years ago
comfyanonymous
1f0f4cc0bd
Add argument to disable auto launching the browser.
2 years ago
comfyanonymous
1141029a4a
Add --disable-metadata argument to disable saving metadata in files.
2 years ago
comfyanonymous
0b284f650b
Fix typo.
2 years ago
comfyanonymous
9871a15cf9
Enable --cuda-malloc by default on torch 2.0 and up.
...
Add --disable-cuda-malloc to disable it.
2 years ago
comfyanonymous
55d0fca9fa
--windows-standalone-build now enables --cuda-malloc
2 years ago
comfyanonymous
1679abd86d
Add a command line argument to enable backend:cudaMallocAsync
2 years ago
comfyanonymous
e7bee85df8
Add arguments to run the VAE in fp16 or bf16 for testing.
2 years ago
comfyanonymous
6f3d9f52db
Add a --force-fp16 argument to force fp16 for testing.
2 years ago
comfyanonymous
8248babd44
Use pytorch attention by default on nvidia when xformers isn't present.
...
Add a new argument --use-quad-cross-attention
2 years ago
comfyanonymous
f7edcfd927
Add a --gpu-only argument to keep and run everything on the GPU.
...
Make the CLIP model work on the GPU.
2 years ago
comfyanonymous
a3a713b6c5
Refactor previews into one command line argument.
...
Clean up a few things.
2 years ago
space-nuko
3e17971acb
preview method autodetection
2 years ago
space-nuko
d5a28fadaa
Add latent2rgb preview
2 years ago
space-nuko
48f7ec750c
Make previews into cli option
2 years ago
EllangoK
8e03c789a2
auto-launch cli arg
2 years ago
comfyanonymous
2ca934f7d4
You can now select the device index with: --directml id
...
Like this for example: --directml 1
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
...
also adds some metavars to argarse
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