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

Smaller Chunks #1

Open
davedavis opened this issue Apr 14, 2022 · 3 comments
Open

Smaller Chunks #1

davedavis opened this issue Apr 14, 2022 · 3 comments

Comments

@davedavis
Copy link

Congrats, amazing stuff! The results I'm getting are mind blowing!

Unfortunately, like you, I only have an 8GB VRAM GPU.
Is there a way to increase the output size to 720 or 1080 without having to upscale? Perhaps by using a smaller chunk size and waiting longer?

Thanks again for releasing this (and for spending the time to create detailed instructions)

@rbbrdckybk
Copy link
Owner

You can increase output resolution by using models that require less VRAM (ViT-B/16 is the smallest, I think) and lowering cuts (for VQGAN+CLIP, trying setting !CUTS=4 in your prompt file). I generally find that using better settings and then upscaling produces much better overall results, though (assuming you're starting from a reasonable output resolution - I try to not drop below 384x384ish).

@davedavis
Copy link
Author

Cool. Thanks for that.

Would you mind posting the settings (terms used) for the example images? They're amazing.

@rbbrdckybk
Copy link
Owner

Unfortunately I made those before I implemented saving the generation settings into the output image metadata. Been pretty busy but whenever I get around to updating this I'll see if I can include some more recent example images with the settings and prompts used.

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