comfyanonymous
75966467dc
Make server storage the default.
...
Remove --server-storage argument.
2024-01-11 17:21:40 -05:00
pythongosssss
9f2a191a0e
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
2024-01-08 17:06:44 -05:00
comfyanonymous
25ec26ff9c
Add argument to run the VAE on the CPU.
2023-12-30 05:49:07 -05:00
comfyanonymous
65ada00818
Add --deterministic option to make pytorch use deterministic algorithms.
2023-12-17 16:59:21 -05:00
comfyanonymous
45acae2d06
Add an option --fp16-unet to force using fp16 for the unet.
2023-12-11 18:36:29 -05:00
comfyanonymous
080f5f4e84
UNET weights can now be stored in fp8.
...
--fp8_e4m3fn-unet and --fp8_e5m2-unet are the two different formats
supported by pytorch.
2023-12-04 11:10:00 -05:00
comfyanonymous
c013b8e94c
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
2023-11-17 02:56:59 -05:00
comfyanonymous
d5caedbba2
Add --max-upload-size argument, the default is 100MB.
2023-10-29 03:55:46 -04:00
comfyanonymous
db653f4908
Add a --bf16-unet to test running the unet in bf16.
2023-10-13 14:51:10 -04:00
Jairo Correa
26a1afbcfe
Option to input directory
2023-10-04 19:45:15 -03:00
comfyanonymous
a3e0950ffb
Only parse command line args when main.py is called.
2023-09-13 11:38:20 -04:00
comfyanonymous
ae3f7060d8
Enable bf16-vae by default on ampere and up.
2023-08-27 23:06:19 -04:00
Simon Lui
af8959c8a9
Add ipex optimize and other enhancements for Intel GPUs based on recent memory changes.
2023-08-20 14:19:51 -04:00
comfyanonymous
21e07337ed
Add --disable-smart-memory for those that want the old behaviour.
2023-08-17 03:12:37 -04:00
comfyanonymous
64510bb4c2
Add --temp-directory argument to set temp directory.
2023-08-11 05:13:03 -04:00
comfyanonymous
84c0dd8247
Add argument to disable auto launching the browser.
2023-08-07 02:25:12 -04:00
comfyanonymous
8088be4f2e
Add --disable-metadata argument to disable saving metadata in files.
2023-07-28 12:31:41 -04:00
comfyanonymous
c17cfd126d
Fix typo.
2023-07-19 10:20:32 -04:00
comfyanonymous
5108099f0c
Enable --cuda-malloc by default on torch 2.0 and up.
...
Add --disable-cuda-malloc to disable it.
2023-07-17 15:12:10 -04:00
comfyanonymous
7da7500fcc
--windows-standalone-build now enables --cuda-malloc
2023-07-17 14:10:36 -04:00
comfyanonymous
5ddb2ca26f
Add a command line argument to enable backend:cudaMallocAsync
2023-07-17 11:00:14 -04:00
comfyanonymous
9caaa09c71
Add arguments to run the VAE in fp16 or bf16 for testing.
2023-07-06 23:23:46 -04:00
comfyanonymous
dd4abf1345
Add a --force-fp16 argument to force fp16 for testing.
2023-07-01 22:42:35 -04:00
comfyanonymous
7b13cacfea
Use pytorch attention by default on nvidia when xformers isn't present.
...
Add a new argument --use-quad-cross-attention
2023-06-26 13:03:44 -04:00
comfyanonymous
282638b813
Add a --gpu-only argument to keep and run everything on the GPU.
...
Make the CLIP model work on the GPU.
2023-06-15 15:38:52 -04:00
comfyanonymous
d421e5d610
Refactor previews into one command line argument.
...
Clean up a few things.
2023-06-06 02:13:05 -04:00
space-nuko
2a03db6500
preview method autodetection
2023-06-05 18:59:10 -05:00
space-nuko
8b515aae12
Add latent2rgb preview
2023-06-05 18:39:56 -05:00
space-nuko
a3b400faa4
Make previews into cli option
2023-06-05 13:19:02 -05:00
EllangoK
0e90bee158
auto-launch cli arg
2023-05-06 16:59:40 -04:00
comfyanonymous
e7ae3bc44c
You can now select the device index with: --directml id
...
Like this for example: --directml 1
2023-04-28 16:51:35 -04:00
comfyanonymous
c2afcad2a5
Basic torch_directml support. Use --directml to use it.
2023-04-28 14:28:57 -04:00
comfyanonymous
7f1c54adeb
Clarify what --windows-standalone-build does.
2023-04-07 15:52:56 -04:00
comfyanonymous
d35efcbcb2
Add a --force-fp32 argument to force fp32 for debugging.
2023-04-07 00:27:54 -04:00
EllangoK
b12efcd7b4
fixes lack of support for multi configs
...
also adds some metavars to argarse
2023-04-06 19:06:39 -04:00
comfyanonymous
f2ca0a15ee
Rename the cors parameter to something more verbose.
2023-04-06 15:24:55 -04:00
EllangoK
405685ce89
makes cors a cli parameter
2023-04-06 15:06:22 -04:00
EllangoK
1992795f88
set listen flag to listen on all if specifed
2023-04-06 13:19:00 -04:00
EllangoK
cd00b46465
seperates out arg parser and imports args
2023-04-05 23:41:23 -04:00