-
Notifications
You must be signed in to change notification settings - Fork 445
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
aimg upscale with --model #351
Comments
upscale doesn't use stable diffusion, it uses realesrgan. I would like to support other super-resolution algorithms in the future though. |
Using a stable diffusion model to upscale can be done via tile/details controlnet. I'll leave this open so we can make it easy to do that using the upscale command. |
Thanks @brycedrennan for your help, sorry for being so bothersome, but do you have an example of how to use it with the mentioned configuration? Thanks. |
@brycedrennan quick question, what is the model you use in this command?
|
since no model is specified the default models are used:
|
Thanks for your response, can specify a model like |
yep specify whatever model you want for the base model. You should get much better looking results for large images from the currently unreleased version but the api has changed somewhat. |
Awesome! Thanks @brycedrennan |
aimg upscale /root/work/*.jpg has been working tremendously in former versions. 14.0.1 produces this: Traceback (most recent call last): |
that's no good! Sounds like something is pretty wrong. I'll fix tonight. |
Yeah a bunch of files were missing from the package. I've added them back and more importantly added a test so this doesn't happen again. 14.0.3 is working. @bluusun |
Awesome thanks! Will check. Will wait to make newest version productive for a bit. |
aimg version aimg uspcale Error: No such command 'uspcale'. aimg uspcale /root/work Usage: aimg [OPTIONS] COMMAND [ARGS]... 🤖🧠 ImaginAIry. Pythonic generation of images via AI Options: Commands: What am I missing? |
upscale |
OMG :) |
Hi, is there a way to use the upscale feature with another model? I tried:
The text was updated successfully, but these errors were encountered: