该项目从 https://github.com/comfyanonymous/ComfyUI.git 镜像。
拉取镜像更新于 。
- 7月 26, 2024
-
-
由 comfyanonymous 创作于
-
由 comfyanonymous 创作于
-
由 comfyanonymous 创作于
* 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.
-
- 7月 25, 2024
-
-
由 comfyanonymous 创作于
-
由 comfyanonymous 创作于
-
由 comfyanonymous 创作于
-
由 comfyanonymous 创作于
-
- 7月 24, 2024
-
-
由 comfyanonymous 创作于
-
由 comfyanonymous 创作于
-
由 comfyanonymous 创作于
-
由 comfyanonymous 创作于
-
- 7月 23, 2024
-
-
由 comfyanonymous 创作于
-
- 7月 22, 2024
-
-
由 comfyanonymous 创作于
-
由 Chenlei Hu 创作于
-
由 Chenlei Hu 创作于
* Supress frontend exception on unhandled message type * nit
-
由 comfyanonymous 创作于
-
由 Chenlei Hu 创作于
* Add timestamp to execution messages * Add execution_end message * Rename to execution_success
-
- 7月 21, 2024
-
-
由 comfyanonymous 创作于
-
- 7月 20, 2024
-
-
由 Greg Wainer 创作于
* Fix for isLittleEndian flag in parseExifData. * Add break after reading first exif chunk in getWebpMetadata.
-
由 comfyanonymous 创作于
It is based on: https://arxiv.org/abs/2407.12173 Add "beta" to the list of schedulers and the BetaSamplingScheduler node.
-
- 7月 19, 2024
-
-
由 comfyanonymous 创作于
Move other unet model_patches nodes to model_patches/unet section.
- 7月 18, 2024
-
-
由 comfyanonymous 创作于
- 7月 17, 2024
-
-
由 comfyanonymous 创作于
-
由 Chenlei Hu 创作于
-
由 Thomas Ward 创作于
* 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 创作于
-
由 comfyanonymous 创作于
-
由 comfyanonymous 创作于
-
由 comfyanonymous 创作于
-
- 7月 16, 2024
-
-
由 comfyanonymous 创作于
-
由 Chenlei Hu 创作于
* 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
-
由 comfyanonymous 创作于
-
由 comfyanonymous 创作于
There was an issue when only the class type of a node changed with all the inputs staying the same.
-
由 comfyanonymous 创作于
-
- 7月 14, 2024
-
-
由 pythongosssss 创作于
* Fix send to workflow Fix center align of close workflow dialog Better support for elements around canvas * More resilent to extra elements added to body
-
由 comfyanonymous 创作于
You can load model weights in diffusers format using the UNETLoader node.