imaginAIry icon indicating copy to clipboard operation
imaginAIry copied to clipboard

put upscaling in its own command

Open pachacamac opened this issue 2 years ago • 2 comments

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

pachacamac avatar Nov 24 '22 16:11 pachacamac

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 ""

brycedrennan avatar Nov 24 '22 17:11 brycedrennan

any progress on this being a dedicated command?

Titaniumtown avatar Jan 27 '23 23:01 Titaniumtown

Added in just released 8.3.0

brycedrennan avatar Jan 29 '23 01:01 brycedrennan

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...)

maschinenzeitmaschine avatar May 02 '23 02:05 maschinenzeitmaschine