-
Notifications
You must be signed in to change notification settings - Fork 52
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
Variable Image size #11
Comments
Per Apple's WWDC session / docs it should be possible to support variable image sizes efficiently:
I started the code to do this in a branch here: f590ea8. Currently it fails to compile the graph, though. I think it's probably going to be possible-but-annoying to get variable shapes working - since it requires editing the graph code in order to make sure everything compiles (this may require adding some |
Diffusion Bee integrated the approach in a perfect way!!! |
@madebyollin Hello, is there any new progress on this issue? |
I actually implemented it with the help of @madebyollin . Code is a bit messy I can make it public or make a PR some day |
This is good news, and I can also help you organize the code if you need it. |
Right now the trivial way to generate images of different sizes is to recreate the Maple Diffusion object with the new size params. Is there any way which is more efficient?
The text was updated successfully, but these errors were encountered: