basujindal / stable-diffusion

Optimized Stable Diffusion modified to run on lower GPU VRAM
Other
3.14k stars 467 forks source link

Feature Changes Backport? #207

Open amarand opened 1 year ago

amarand commented 1 year ago

I've been using your optimized version for a few weeks now, and I love it!

Started using an Nvidia GeForce RTX 3090 Ti graphics card today, and realized that the optimized version is best for cards with less than 24GB.

When I finally ran the CompVis (upline) version, I realized your version has some cool features:

1) Output directory is based on the prompt - which means I can remember which prompt goes with which set of images. 2) Random/sequential seed by default (this is pretty cool, and nice that it's the default) 3) The seed number and sequence number are embedded in the filename, making the filenames unique

I'm sure there are other QoL features you've added. Is there any possible way to easily backport those changes to the CompVis version, OR...run your "OptimizedSD" version without...the optimizations required for a smaller card?

It'd be pretty cool to have your version, with all the changes, but still run super fast on a card with a lot of VRAM.