Be able to select the image we want for img2img

Hi !

Variant img2img is very good but it could be better if we could select an image from generation queue list (or our posted image)
I have a workaround (to select image from my queue list) but if you could do it as a real feature i would be better :)

Today I have to :

  • look for an image with style I want in my queue

  • click on Variation img2img

  • hack the value of form image with another image url :

var generation_form = JSON.parse(localStorage.getItem("generation-form-2")) generation_form.state.image = "https://orchestration.civitai.com/v2/consumer/blobs/1VDQJ4PP3S03EXE9ZTEN1Q1FY0" localStorage.setItem("generation-form-2", JSON.stringify(generation_form))
  • run generation

With a new feature it could be :

  • look for an image with style I want in my queue

  • click on Variation img2img

  • click on the image on form generation that open a modal with image of queue list or/and all my posted image

  • click the image I want

  • run generation

Thank for your great web site !

Please authenticate to join the conversation.

Upvoters
Status

Awaiting Dev Review

Board

πŸ’‘ Feature Request

Date

Over 1 year ago

Author

akacivitai

Subscribe to post

Get notified by email when there are changes.