-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Feature Request] UltraHDFix Pipeline (method from imaginAIry) #12
Labels
enhancement
New feature or request
Comments
I wrote this demo code a while ago as I was experimenting. It's good enough for government work.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 14 of Bryce Drennan's imaginAIry package conceived of a very helpful way to abstract away the details of going from SD15 resolution to full hires images using ControlNet:
Looking at constants.py in the current dev branch, you have already set up Tile-capable ControlNets for all three supported architectures. This would allow stablepy to replicate this user-friendly upscaling method easily.
I propose a new pipeline ultrahdfix (or similar) to do as follows:
As in the source program, the proposed helper pipeline would chain these preexisting steps together to make model-agnostic ultra high-resolution image generation as simple as possible for the user.
The text was updated successfully, but these errors were encountered: