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.
Add --disable-cuda-malloc to disable it.
|
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.
Add a new argument --use-quad-cross-attention
|
1 year ago |
comfyanonymous
|
f7edcfd927
|
Add a --gpu-only argument to keep and run everything on the GPU.
Make the CLIP model work on the GPU.
|
1 year ago |
comfyanonymous
|
a3a713b6c5
|
Refactor previews into one command line argument.
Clean up a few things.
|
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
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 |