This website requires JavaScript.
Explore
Help
Register
Sign In
wuyingwen
/
comfyui
Watch
1
Star
0
Fork
0
You've already forked comfyui
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
comfyui
/
comfy
/
ldm
/
modules
History
comfyanonymous
31b0f6f3d8
UNET weights can now be stored in fp8.
...
--fp8_e4m3fn-unet and --fp8_e5m2-unet are the two different formats supported by pytorch.
2023-12-04 11:10:00 -05:00
..
diffusionmodules
UNET weights can now be stored in fp8.
2023-12-04 11:10:00 -05:00
distributions
Initial commit.
2023-01-16 22:37:14 -05:00
encoders
Cleanup: Remove a bunch of useless files.
2023-06-13 02:19:08 -04:00
attention.py
All the unet ops with weights are now handled by comfy.ops
2023-12-04 03:12:18 -05:00
ema.py
Initial commit.
2023-01-16 22:37:14 -05:00
sub_quadratic_attention.py
Fix some OOM issues with split and sub quad attention.
2023-10-25 20:17:28 -04:00
temporal_ae.py
Support SVD img2vid model.
2023-11-23 19:41:33 -05:00