Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

TCPIP Nut

3
Posts
A member registered Aug 27, 2022

Recent community posts

I had a similar issue and didn't find a solution.  It was using my faster GPU with less VRAM where I couldn't achieve 512x512.  I installed a different tool and edited a file that allowed me to point it at my slower GPU with more VRAM and now I can get 512X704.  

Installed this.
https://github.com/lstein/stable-diffusion/tree/78aba5b770d6e85e44c730da9735118d...

Edit the dream.py file and change the last bottom bit of code to point at the GPU you desire.

if __name__ == "__main__":

    os.environ["CUDA_VISIBLE_DEVICES"] = "1"

    main()

I haven't tried with this tool but you should be able to do that by increasing your Samples per prompt to a high number.  I do that with a command line interface with a different branch.  As of yet, that function doesn't work with save to grid which is what I'm looking for.  Wake up to many 12-image grids.  I can wake up to 100+ of images though just by increasing the number of images generated per prompt.  Got 101 the other night and then upsacled the 4X in the AM.

Thanks for creating this.  I'm enjoying creating privately vs. Midjourney's public forum.  Is there a way to point the program to a GPU1.  I'd like to see how it performs on the other GPU in my system.  Thanks!