- 16 Jul, 2024 2 commits
-
-
Thomas Ward authored
* cli_args: Add --duplicate-check-hash-function. * server.py: compare_image_hash configurable hash function Uses an argument added in cli_args to specify the type of hashing to default to for duplicate hash checking. Uses an `eval()` to identify the specific hashlib class to utilize, but ultimately safely operates because we have specific options and only those options/choices in the arg parser. So we don't have any unsafe input there. * Add hasher() to node_helpers * hashlib selection moved to node_helpers * default-hashing-function instead of dupe checking hasher This makes a default-hashing-function option instead of previous selected option. * Use args.default_hashing_function * Use safer handling for node_helpers.hasher() Uses a safer handling method than `eval` to evaluate default hashing function. * Stray parentheses are evil. * Indentation fix. Somehow when I hit save I didn't notice I missed a space to make indentation work proper. Oops!
-
Chenlei Hu authored
* Add frontend manager * Add tests * nit * Add unit test to github CI * Fix path * nit * ignore * Add logging * Install test deps * Remove 'stable' keyword support * Update test * Add web-root arg * Rename web-root to front-end-root * Add test on non-exist version number * Use repo owner/name to replace hard coded provider list * Inline cmd args * nit * Fix unit test
-
- 01 Jul, 2024 1 commit
-
-
Chenlei Hu authored
* Add --no-custom-node cmd flag * nit
-
- 15 Jun, 2024 1 commit
-
-
comfyanonymous authored
-
- 16 May, 2024 1 commit
-
-
comfyanonymous authored
-
- 14 May, 2024 1 commit
-
-
comfyanonymous authored
-
- 01 May, 2024 1 commit
-
-
Garrett Sutula authored
* Add TLS Support * Add to readme * Add guidance for windows users on generating certificates * Add guidance for windows users on generating certificates * Fix typo
-
- 11 Mar, 2024 1 commit
-
-
comfyanonymous authored
Logging level now defaults to info. --verbose sets it to debug.
-
- 10 Mar, 2024 1 commit
-
-
comfyanonymous authored
-
- 11 Jan, 2024 1 commit
-
-
comfyanonymous authored
Remove --server-storage argument.
-
- 08 Jan, 2024 1 commit
-
-
pythongosssss authored
* 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
-
- 30 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 17 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 11 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 04 Dec, 2023 1 commit
-
-
comfyanonymous authored
--fp8_e4m3fn-unet and --fp8_e5m2-unet are the two different formats supported by pytorch.
-
- 17 Nov, 2023 1 commit
-
-
comfyanonymous authored
Pytorch supports two variants of fp8: --fp8_e4m3fn-text-enc (the one that seems to give better results) --fp8_e5m2-text-enc
-
- 29 Oct, 2023 1 commit
-
-
comfyanonymous authored
-
- 13 Oct, 2023 1 commit
-
-
comfyanonymous authored
-
- 04 Oct, 2023 1 commit
-
-
Jairo Correa authored
-
- 13 Sep, 2023 1 commit
-
-
comfyanonymous authored
-
- 28 Aug, 2023 1 commit
-
-
comfyanonymous authored
-
- 20 Aug, 2023 1 commit
-
-
Simon Lui authored
-
- 17 Aug, 2023 1 commit
-
-
comfyanonymous authored
-
- 11 Aug, 2023 1 commit
-
-
comfyanonymous authored
-
- 07 Aug, 2023 1 commit
-
-
comfyanonymous authored
-
- 28 Jul, 2023 1 commit
-
-
comfyanonymous authored
-
- 19 Jul, 2023 1 commit
-
-
comfyanonymous authored
-
- 17 Jul, 2023 3 commits
-
-
comfyanonymous authored
Add --disable-cuda-malloc to disable it.
-
comfyanonymous authored
-
comfyanonymous authored
-
- 07 Jul, 2023 1 commit
-
-
comfyanonymous authored
-
- 02 Jul, 2023 1 commit
-
-
comfyanonymous authored
-
- 26 Jun, 2023 1 commit
-
-
comfyanonymous authored
Add a new argument --use-quad-cross-attention
-
- 15 Jun, 2023 1 commit
-
-
comfyanonymous authored
Make the CLIP model work on the GPU.
-
- 06 Jun, 2023 1 commit
-
-
comfyanonymous authored
Clean up a few things.
-
- 05 Jun, 2023 3 commits
-
-
space-nuko authored
-
space-nuko authored
-
space-nuko authored
-
- 06 May, 2023 1 commit
-
-
EllangoK authored
-
- 28 Apr, 2023 1 commit
-
-
comfyanonymous authored
Like this for example: --directml 1
-