asdff icon indicating copy to clipboard operation
asdff copied to clipboard

How do you load textual inversion checkpoints on this?

Open sarmientoj24 opened this issue 2 years ago • 1 comments

In the UI, I was able to load my checkpoints and use it as main prompt. It works wonders.

Additionally, how do I design it so that it is similar to the A1111 workflow:

  1. I generate an image with StableDiffusionPipeline
  2. Send the image to adetailer with prompt that uses textual inversion token
  3. It outputs a refined image

sarmientoj24 avatar Aug 10 '23 18:08 sarmientoj24

The asdff pipeline inherits everything from the stable diffusion Pipeline.

The only difference is that you use the callback pipe(), pass the usual settings to a dict called custom. No need to pass things around. Load the textual inversions as normal.

JemiloII avatar Aug 13 '23 17:08 JemiloII