New research: SeedSelect & norm-guided latent space exploration #11270
catboxanon
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Two recent papers that claim to improve overall image generation and assistance in generating rarer concepts.
It is all about where you start: Text-to-image generation with seed selection
Paper: https://arxiv.org/abs/2304.14530
Norm-guided latent space exploration for text-to-image generation
Paper: https://arxiv.org/abs/2306.08687
The 1st paper covers a new method to introduce better initial seeds, what is essentially a few-shot learner. The 2nd paper proposes a new interpolation method they refer to as
NAO-centroid
(NAO standing for Norm-Aware Optimization), which improves upon more commonly used interpolation methods (for reference, the web UI uses slerp), and as a bonus improves the SeedSelect procedure's speed by 10x.Code and example images for both papers are available here (this is NOT an extension): https://github.com/dvirsamuel/SeedSelect
Beta Was this translation helpful? Give feedback.
All reactions