You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great work on Paella! I highly admire all effort that aims to optimize the process, even at the cost of some quality. I dream of 60 fps diffusion!
I am trying to integrate Paella into my AI art rendering platform as an alternative to speed up testing of other features, however I already have Stable Diffusion supported which requires a recent version of the transformers package. ruDALLE depends on very old versions of transformers (4.10 instead of 4.19) and makes it impossible to use both together.
To me it feels a bit much to import ruDALLE only for its VAE? Let me know what you think!
The text was updated successfully, but these errors were encountered:
You can technically ignore that dependency that ruDalle has. The vae is not using transformers, so feel free to skip it. But Ill also make this less dependent soon, especially when bringing it to diffusers.
Hi, great work on Paella! I highly admire all effort that aims to optimize the process, even at the cost of some quality. I dream of 60 fps diffusion!
I am trying to integrate Paella into my AI art rendering platform as an alternative to speed up testing of other features, however I already have Stable Diffusion supported which requires a recent version of the transformers package. ruDALLE depends on very old versions of transformers (4.10 instead of 4.19) and makes it impossible to use both together.
To me it feels a bit much to import ruDALLE only for its VAE? Let me know what you think!
The text was updated successfully, but these errors were encountered: