Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for imagen-pytorch? #28

Closed
krrishdholakia opened this issue Jun 21, 2022 · 3 comments
Closed

Support for imagen-pytorch? #28

krrishdholakia opened this issue Jun 21, 2022 · 3 comments

Comments

@krrishdholakia
Copy link

Hi,

Curious if I could use this alongside the imagen-pytorch opensource model - https://github.com/lucidrains/imagen-pytorch

Any help with this would be great!

@patrickvonplaten
Copy link
Contributor

Hey @krrishdholakia,

Great question! We're still very much in the early phases of developing the library, but the goal is to have a library that can be used as a toolbox to quickly try out new architectures, sampling methods and so forth. So in the case of imagen-pytorch, the idea would be that you can soon use this library to try out different sampling methods as well as different model architectures

@patrickvonplaten
Copy link
Contributor

Hey @krrishdholakia,

Imagen-PyTorch is actually conceptually quite simple as it's just a cascade of diffusion models and a T5 Text-Encoder. The difficulty is that no pre-trained weights are available yet.

If weights are available you could use any of the available schedulers that we provide:

@patrickvonplaten
Copy link
Contributor

Closing for now, feel free to open again if you have more questions. In general, we as Hugging Face would be more than happy to support efforts to replicate Imagen for the OS community

Dango233 pushed a commit to Dango233/diffusers that referenced this issue Dec 5, 2022
PhaneeshB pushed a commit to nod-ai/diffusers that referenced this issue Mar 1, 2023
Added pytest CI for testing for Pytorch Inference and vision models.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants