196 Commits (e60e19b175f93f2c8fac037063de9f13259be9d4)

Author SHA1 Message Date
comfyanonymous a5af64d3ce Revert "Not sure if this actually changes anything but it can't hurt."
This reverts commit 34608de2e9.
6 months ago
comfyanonymous 34608de2e9 Not sure if this actually changes anything but it can't hurt. 6 months ago
comfyanonymous 5942c17d55 Order of operations matters. 6 months ago
comfyanonymous c032b11e07
xlabs Flux controlnet implementation. (#4260)
* xlabs Flux controlnet.

* Fix not working on old python.

* Remove comment.
6 months ago
comfyanonymous ae197f651b Speed up hunyuan dit inference a bit. 7 months ago
comfyanonymous a475ec2300 Cleanup HunyuanDit controlnets.
Use the: ControlNetApply SD3 and HunyuanDiT node.
7 months ago
来新璐 06eb9fb426
feat: add support for HunYuanDit ControlNet (#4245)
* add support for HunYuanDit ControlNet

* fix hunyuandit controlnet

* fix typo in hunyuandit controlnet

* fix typo in hunyuandit controlnet

* fix code format style

* add control_weight support for HunyuanDit Controlnet

* use control_weights in HunyuanDit Controlnet

* fix typo
7 months ago
comfyanonymous 413322645e Raw torch is faster than einops? 7 months ago
comfyanonymous 11200de970 Cleaner code. 7 months ago
comfyanonymous 8115d8cce9 Add Flux fp16 support hack. 7 months ago
a-One-Fan a178e25912
Fix Flux FP64 math on XPU (#4210) 7 months ago
comfyanonymous 3b71f84b50 ONNX tracing fixes. 7 months ago
comfyanonymous e638f2858a Hack to make all resolutions work on Flux models. 7 months ago
comfyanonymous 48eb1399c0 Try to fix mac issue. 7 months ago
comfyanonymous f2b80f95d2 Better Mac support on flux model. 7 months ago
comfyanonymous 8d34211a7a Fix old python versions no longer working. 7 months ago
comfyanonymous 1589b58d3e Basic Flux Schnell and Flux Dev model implementation. 7 months ago
comfyanonymous b85216a3c0 Lower T5 memory usage by a few hundred MB. 7 months ago
comfyanonymous 25853d0be8 Use common function for casting weights to input. 7 months ago
comfyanonymous 79040635da Remove unnecessary code. 7 months ago
comfyanonymous 66d35c07ce Improve artifacts on hydit, auraflow and SD3 on specific resolutions.
This breaks seeds for resolutions that are not a multiple of 16 in pixel
resolution by using circular padding instead of reflection padding but
should lower the amount of artifacts when doing img2img at those
resolutions.
7 months ago
comfyanonymous 8328a2d8cd Let hunyuan dit work with all prompt lengths. 7 months ago
comfyanonymous afe732bef9 Hunyuan dit can now accept longer prompts. 7 months ago
comfyanonymous a5f4292f9f
Basic hunyuan dit implementation. (#4102)
* 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 months ago
comfyanonymous 10b43ceea5 Remove duplicate code. 7 months ago
comfyanonymous 9f291d75b3 AuraFlow model implementation. 8 months ago
comfyanonymous f8f7568d03 Basic SD3 controlnet implementation.
Still missing the node to properly use it.
8 months ago
comfyanonymous 66aaa14001 Controlnet refactor. 8 months ago
comfyanonymous 8ddc151a4c Squash depreciation warning on new pytorch. 8 months ago
comfyanonymous bb1969cab7 Initial support for the stable audio open model. 8 months ago
comfyanonymous 1281f933c1 Small optimization. 8 months ago
comfyanonymous 605e64f6d3 Fix lowvram issue. 9 months ago
Dango233 73ce178021
Remove redundancy in mmdit.py (#3685) 9 months ago
comfyanonymous 8c4a9befa7 SD3 Support. 9 months ago
comfyanonymous 0920e0e5fe Remove some unused imports. 9 months ago
comfyanonymous 8508df2569 Work around black image bug on Mac 14.5 by forcing attention upcasting. 9 months ago
comfyanonymous 83d969e397 Disable xformers when tracing model. 9 months ago
comfyanonymous 1900e5119f Fix potential issue. 9 months ago
comfyanonymous 0bdc2b15c7 Cleanup. 9 months ago
comfyanonymous 98f828fad9 Remove unnecessary code. 9 months ago
comfyanonymous 46daf0a9a7 Add debug options to force on and off attention upcasting. 9 months ago
comfyanonymous ec6f16adb6 Fix SAG. 9 months ago
comfyanonymous bb4940d837 Only enable attention upcasting on models that actually need it. 9 months ago
comfyanonymous b0ab31d06c Refactor attention upcasting code part 1. 10 months ago
comfyanonymous 2aed53c4ac Workaround xformers bug. 10 months ago
comfyanonymous d7897fff2c Move cascade scale factor from stage_a to latent_formats.py 11 months ago
comfyanonymous 2a813c3b09 Switch some more prints to logging. 12 months ago
comfyanonymous 5f60ee246e Support loading the sr cascade controlnet. 12 months ago
comfyanonymous 03e6e81629 Set upscale algorithm to bilinear for stable cascade controlnet. 12 months ago
comfyanonymous 03e83bb5d0 Support stable cascade canny controlnet. 12 months ago