Basically the title. I’m looking for a way to start generating an image, use ControlNet halfway though the generation to detect the pose and stabilize it for the remaining steps. Is there any way to do this? Any help would be appreciated!

  • EverythingDonut@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Isn’t there a starting step/ending step parameter you can just use on controlnet with Autmatic1111? It uses percentage of the generation so just set the start to .5.

    • Hubi@feddit.deOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Yeah, that’s what I tried first, but it won’t work without an image or pose already loaded into the ControlNet tab.

      • EverythingDonut@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 months ago

        oooh now I see the conundrum. You are basically trying to find a way to sort of bake openpose into the image generation process… yeah I’m not sure how to do that other than what was suggested below or coding an extension for it.