Skip to content

Commit

Permalink
flatten folders and product management
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Dec 13, 2022
1 parent a38af4b commit d29c40d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1,758 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ Anything! It is MIT licensed. In other words, you can freely copy / paste for yo
- [ ] add textual inversion
- [ ] cleanup self conditioning to be extracted at imagen instantiation
- [ ] make sure eventual dreambooth works with imagen-video
- [ ] allow for temporal interpolation at specific stages

## Citations

Expand Down
2 changes: 1 addition & 1 deletion imagen_pytorch/elucidated_imagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
unnormalize_zero_to_one,
)

from imagen_pytorch.imagen_video.imagen_video import (
from imagen_pytorch.imagen_video import (
Unet3D,
resize_video_to
)
Expand Down
2 changes: 1 addition & 1 deletion imagen_pytorch/imagen_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

from imagen_pytorch.t5 import t5_encode_text, get_encoded_dim, DEFAULT_T5_NAME

from imagen_pytorch.imagen_video.imagen_video import Unet3D, resize_video_to
from imagen_pytorch.imagen_video import Unet3D, resize_video_to

# helper functions

Expand Down
1 change: 0 additions & 1 deletion imagen_pytorch/imagen_video/__init__.py

This file was deleted.

Loading

0 comments on commit d29c40d

Please sign in to comment.