-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Pull requests: CompVis/stable-diffusion
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
The img_callback function in all the samplers should take img, not…
#50
opened Aug 22, 2022 by
enzymezoo-code
Loading…
updated Aug 22, 2022
create a uuid for each unique prompt
#57
opened Aug 22, 2022 by
zaidorx
Loading…
updated Aug 29, 2022
Don't overwrite images, instead find an unused filename.
#124
opened Aug 29, 2022 by
MarcusAdams
Loading…
updated Aug 30, 2022
use model.to(device) to instead of model.cuda()
#142
opened Aug 31, 2022 by
huo-ju
Loading…
updated Aug 31, 2022
Set default batch size to 1 (for txt2img inference)
#67
opened Aug 23, 2022 by
darthdeus
Loading…
updated Sep 7, 2022
Prompt variation generation, descriptive filenames, flags to disable filters
#233
opened Sep 8, 2022 by
StuartRiffle
Loading…
updated Sep 8, 2022
Get rid of DeprecationWarning, clean up PIL imports
#249
opened Sep 9, 2022 by
maxlund
Loading…
updated Sep 9, 2022
Use CPU if no CUDA device is detected
#132
opened Aug 30, 2022 by
philippschw
Loading…
updated Sep 23, 2022
[Docker support] enabling docker, adding description to readme
#134
opened Aug 30, 2022 by
JustinGuese
Loading…
updated Sep 23, 2022
Limit pandas version that does not support requested numpy version
#323
opened Sep 27, 2022 by
alexey-pelykh
Loading…
updated Sep 27, 2022
Fix the expected name of the from_file argument in txt2img
#334
opened Sep 29, 2022 by
freespirit
Loading…
updated Sep 29, 2022
Add missing paren in argument help text
#337
opened Sep 29, 2022 by
dave1010
Loading…
updated Sep 29, 2022
docs: demo, experiments and live inference API on Tiyaro
#404
opened Oct 20, 2022 by
ijonglin
Loading…
updated Oct 20, 2022
Update txt2img.py with check safety toggle in command line
#442
opened Oct 30, 2022 by
andresberejnoi
Loading…
updated Oct 30, 2022
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.