-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Google Prompt to Prompt #2884
Comments
This fork is only tested on Python 3.10.6, hard to say if there won't be major problems converting to a different version.
I'd wager that only a small minority has access to that kind of VRAM - I personally only have 8GB, and certainly not a Tesla. Unless there's an adaptation that works with lesser hardware, we probably won't see this anytime soon. |
wait, i just realized, isnt "img2img alternative test" does the same thing? (i watched 12 minute paper about this thing, cool thing) |
No alternative test is VERY janky, hardly works anymore. |
ok, response was fast, well, still, i have only 6 GB of vram, so, maybe idc |
If it runs on 12 GB now, it would probably run on 8 GB with all the optimizations in this fork. |
FYI this is needed to make it work > |
Pretty good demo here: https://www.youtube.com/watch?v=lHcPtbZ0Mnc |
Most modules made for diffusers tend to get ported to standard SD rather than having to do it the other way around |
It needed to convert ckpt to run with the current state of prompt to prompt ... I already tested it with ckpt done with some dreamboot I have in my automatic1111 (I was not keeping the original lol, then I needed to convert back) I have a colab, will share it after I clean it. |
Small note... |
I'm not sure how this can adapted, but there's https://github.com/cccntu/efficient-prompt-to-prompt which is supposedly a much faster implementation of the same idea |
One easy way is
The long way is |
Would be awesome to have integrated!
https://github.com/google/prompt-to-prompt
The text was updated successfully, but these errors were encountered: