ComfyUI/comfy/ldm/modules
edikius 165be5828a
Fixed import (#44)
* fixed import error

I had an
ImportError: cannot import name 'Protocol' from 'typing'
while trying to update so I fixed it to start an app

* Update main.py

* deleted example files
2023-03-06 11:41:40 -05:00
..
diffusionmodules Make VAE use common function to get free memory. 2023-03-05 14:20:07 -05:00
distributions Initial commit. 2023-01-16 22:37:14 -05:00
encoders Initial commit. 2023-01-16 22:37:14 -05:00
image_degradation Initial commit. 2023-01-16 22:37:14 -05:00
midas Initial commit. 2023-01-16 22:37:14 -05:00
attention.py Fix pytorch 2.0 cross attention not working. 2023-03-05 14:14:54 -05:00
ema.py Initial commit. 2023-01-16 22:37:14 -05:00
sub_quadratic_attention.py Fixed import (#44) 2023-03-06 11:41:40 -05:00