Nicholas Page

Results 26 comments of Nicholas Page

Great suggestion! On my lowly gaming PC, a batch size of 4 with 768 images turns out to run out of memory. I need a 4090 😆 What I think...

@bitburner If you'd like to try this out, I've opened a PR and branch with the added updates: https://github.com/AndBobsYourUncle/stable-diffusion-discord-bot/pull/8 Since you can build from source, you can do a: ```...

You might need this for Windows: https://sourceforge.net/projects/mingw-w64/

@walkerakiz I've updated the readme, as well as added releases to this repository so that building yourself should no longer be necessary. Seems like @bitburner was able to get it...

Ah yeah, this is a great feature to add, and likely something that wouldn't be too difficult. What might be really nice is for it to be stored alongside the...

One interesting thing that I thought about is what if there is a grid of images generated with a style that no longer exists, and then the user wants to...

A proposal I can think of is that, since styles are ephemeral, the bot simply stores the style settings along with the image generation. That way, even if you delete...

Oh nice! Yeah, for PRs in a project like this, you'd want to fork this repo to your own Github account. Using that, you could open a PR from your...

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork

Ah yeah, this is a good idea, and I don’t believe you can do that in Discord’s UI. Simple enough to add another command line flag.