imaginAIry
imaginAIry copied to clipboard
put upscaling in its own command
Is there a way to perform only upscaling without any other generation steps?
I tried for example imagine --init-image pic.jpg --mask-prompt all --mask-mode keep --upscale --fix-faces ""
so using an empty prompt but it still completely changes the image. Same when not using --fix-faces
I should make a command to do that directly but for now you could do:
imagine --init-image img.jpg --init-image-strength 1 --upscale ""
any progress on this being a dedicated command?
Added in just released 8.3.0
if i understand these two lines in the readme correctly, this now exists, doesn't it?
# upscale an existing image
>> aimg upscale my-image.jpg
but… how would i use this from normal python? is there any example somewhere? i'm really struggling with documentation in general, am i missing something? (apart from the readme which is, apart from a very short section, only about command line usage...)