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

Autoguidance #53

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from
Draft

Autoguidance #53

wants to merge 5 commits into from

Conversation

v0xie
Copy link
Owner

@v0xie v0xie commented Jun 8, 2024

Really WIP implementation of autoguidance (https://arxiv.org/abs/2406.02507)

Instead of a secondary model we use a Lora model.
Extremely slow because we have to unload/reload the networks each step.
Ideally we merge the weights to a model and load a second copy into memory?

Wrap the Lora text in the prompt with !! symbols: !!<lora:name:1.0>!!
The noise prediction from the lora model will be used for the "bad" guidance. Idea being you can use a poorly trained / over-trained Lora as bad guidance.

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

Successfully merging this pull request may close these issues.

1 participant