Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you load textual inversion checkpoints on this? #3

Open
sarmientoj24 opened this issue Aug 10, 2023 · 1 comment
Open

How do you load textual inversion checkpoints on this? #3

sarmientoj24 opened this issue Aug 10, 2023 · 1 comment

Comments

@sarmientoj24
Copy link

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
@JemiloII
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants