invoke-ai / InvokeAI

InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products.
https://invoke-ai.github.io/InvokeAI/
Apache License 2.0
22.77k stars 2.35k forks source link

Real-ESRGAN upscale image input? #906

Closed Neosettler closed 1 year ago

Neosettler commented 1 year ago

Greetings,

Is there a way to upscale an existing image? Not having to go through txt2image or image2image.

Thank you,

psychedelicious commented 1 year ago

On the development branch (which will soon be the main branch), you can use the !fix command to do this:

dream> !fix /path/to/image/000200.12345.png -U 4 0.75

We'll have support for this in the web UI in the near future.

netsvetaev commented 1 year ago

On the development branch (which will soon be the main branch), you can use the !fix command to do this:

dream> !fix /path/to/image/000200.12345.png -U 4 0.75

We'll have support for this in the web UI in the near future.

@psychedelicious also, I just added the images I want to upscale to the outputs folder, renamed them after ones I already have, and got them in the gallery after gui refresh :-)

beepopRUS commented 1 year ago

how to add !fix command in my local installation of InvokeAI?

psychedelicious commented 1 year ago

@psychedelicious also, I just added the images I want to upscale to the outputs folder, renamed them after ones I already have, and got them in the gallery after gui refresh :-)

Sneaky!

@beepopRUS

You'll need to pull in and checkout the development branch e.g. git pull origin development followed by git checkout development. The new features there will be released to the main branch in the coming days, so you could also wait for that.

Note that the development branch is under very active development and things are not guaranteed to work.

Closing as resolved.