- 26 Jul, 2024 8 commits
-
-
Robin Huang authored
-
comfyanonymous authored
Bert can accept up to 512 tokens so any prompt with more than 77 should just be passed to it as is instead of splitting it up like CLIP.
-
comfyanonymous authored
Useful for testing what each text encoder does.
-
filtered authored
Fixes an issue where under certain conditions, the ComfyUI custom undo / redo functions would not run when intended to. When trying to undo an action like deleting several nodes, instead the native browser undo runs - e.g. a textarea gets focus and the last typed text is undone. Clicking outside the text area and typing again just keeps doing the same thing.
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 25 Jul, 2024 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
* Let tokenizers return weights to be stored in the saved checkpoint. * Basic hunyuan dit implementation. * Fix some resolutions not working. * Support hydit checkpoint save. * Init with right dtype. * Switch to optimized attention in pooler. * Fix black images on hunyuan dit.
-
comfyanonymous authored
-
- 24 Jul, 2024 4 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 23 Jul, 2024 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 22 Jul, 2024 4 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
Chenlei Hu authored
-
Chenlei Hu authored
* Supress frontend exception on unhandled message type * nit
-
- 21 Jul, 2024 2 commits
-
-
comfyanonymous authored
-
Chenlei Hu authored
* Add timestamp to execution messages * Add execution_end message * Rename to execution_success
-
- 20 Jul, 2024 1 commit
-
-
comfyanonymous authored
-
- 19 Jul, 2024 3 commits
-
-
Greg Wainer authored
* Fix for isLittleEndian flag in parseExifData. * Add break after reading first exif chunk in getWebpMetadata.
-
comfyanonymous authored
It is based on: https://arxiv.org/abs/2407.12173 Add "beta" to the list of schedulers and the BetaSamplingScheduler node.
-
bymyself authored
* LoadAudio restores file value from workflow * use onAfterGraphConfigured * Don't use anonnymous function
-
- 18 Jul, 2024 1 commit
-
-
comfyanonymous authored
Move other unet model_patches nodes to model_patches/unet section.
-
- 17 Jul, 2024 5 commits
-
-
bymyself authored
-
喵哩个咪 authored
* support clip-vit-large-patch14-336 * support clip-vit-large-patch14-336
-
comfyanonymous authored
-
comfyanonymous authored
-
Chenlei Hu authored
-
- 16 Jul, 2024 6 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
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-