Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-09-07 | Allow copy-pasting images into file inputs | fuzzytent | -0/+16 | |
2022-09-07 | Merge pull request #108 from xeonvs/mps-support | AUTOMATIC1111 | -9/+18 | |
Added support for launching on Apple Silicon M1/M2 | ||||
2022-09-07 | directly convert list to tensor | xeonvs | -4/+1 | |
2022-09-07 | FIX GRADIO CRASHING WHEN SWITCHING FROM TAB WITH MASK THANK YOU | AUTOMATIC | -2/+21 | |
2022-09-07 | MAde poor man's outpainting do less extra useless work. | AUTOMATIC | -2/+5 | |
2022-09-07 | rollback requirements | xeonvs | -2/+0 | |
2022-09-07 | Remove requirement for CUDA in readme. | AUTOMATIC | -4/+0 | |
2022-09-07 | Miss device type for option --medvram | xeonvs | -3/+6 | |
2022-09-07 | big improvements to inpainting and outpainting | AUTOMATIC | -14/+35 | |
2022-09-07 | Added support for launching on Apple Silicon | xeonvs | -6/+17 | |
2022-09-07 | clarification about not running as root | AUTOMATIC | -1/+1 | |
2022-09-07 | labeling updates according to anon's feedback | AUTOMATIC | -2/+2 | |
2022-09-07 | a little bit of rework for extras tab | AUTOMATIC | -11/+31 | |
2022-09-07 | clarification for settings; another comment about copied files | AUTOMATIC | -1/+5 | |
2022-09-07 | codeformer support | AUTOMATIC | -32/+919 | |
2022-09-07 | Textual inversion info | AUTOMATIC | -0/+8 | |
2022-09-07 | add a font for google collab | AUTOMATIC | -1/+11 | |
2022-09-07 | Merge remote-tracking branch 'origin/master' | AUTOMATIC | -0/+1 | |
2022-09-07 | fix error with --help #91 | AUTOMATIC | -1/+1 | |
2022-09-07 | Merge pull request #94 from AscendedGravity/master | AUTOMATIC1111 | -0/+1 | |
Add log directory to gitignore | ||||
2022-09-07 | remove double basicr requirement | AUTOMATIC | -6/+8 | |
add seed change for anon | ||||
2022-09-07 | some changes for outpainting to produce less seams | AUTOMATIC | -2/+4 | |
2022-09-06 | Add log directory to gitignore | Ascended | -0/+1 | |
Quick headache saver | ||||
2022-09-06 | fix for live progress breaking lowvram and medvram optimizations | AUTOMATIC | -16/+33 | |
2022-09-06 | added dependency for gfpgan | AUTOMATIC | -0/+2 | |
2022-09-06 | redme updates | AUTOMATIC | -34/+44 | |
2022-09-06 | change the main script to run from its directory rather stable diffusion; ↵ | AUTOMATIC | -2/+1 | |
this will change where images are saved by default because people are failing to find their images | ||||
2022-09-06 | fix for progress bar | AUTOMATIC | -2/+7 | |
2022-09-06 | added preview option | AUTOMATIC | -12/+102 | |
2022-09-06 | added direction option for outpainting | AUTOMATIC | -9/+25 | |
2022-09-06 | fixes for incorrect progressbar | AUTOMATIC | -8/+0 | |
2022-09-06 | fix grid overwriting bug | AUTOMATIC | -2/+4 | |
2022-09-06 | collab link | AUTOMATIC | -6/+8 | |
2022-09-06 | some extra changes for collab compatibility | AUTOMATIC | -2/+12 | |
2022-09-06 | readme extras for VRAM for | AUTOMATIC | -11/+45 | |
added missing packages to requirements for #74 add support for negative numbers in X/Y plot (plus ranges) #73 changed progressbar to work properly with custom modes | ||||
2022-09-06 | allow import as library for #72 | AUTOMATIC | -13/+13 | |
2022-09-06 | readme clarification | AUTOMATIC | -1/+1 | |
2022-09-06 | added progressbar | AUTOMATIC | -9/+170 | |
added an option to disable progressbar added interrupt support to DDIM/PLMS | ||||
2022-09-05 | added random artist button | AUTOMATIC | -1/+3109 | |
added a setting for padding when doing inpaint at original resolution | ||||
2022-09-05 | add information about batch to the image | AUTOMATIC | -1/+3 | |
2022-09-05 | added --listen option to make gradio listen on network requests | AUTOMATIC | -2/+3 | |
2022-09-05 | fix for setting values for gradio sliders when users has bad data in ↵ | AUTOMATIC | -3/+3 | |
ui-config.json | ||||
2022-09-05 | fix readme giving bad advice | AUTOMATIC | -1/+1 | |
2022-09-05 | Update webui.py to instruct python to install binary packages; this should ↵ | AUTOMATIC | -7/+11 | |
prevent errors people are getting with lacking C++ compilers | ||||
2022-09-05 | added gitignore as per #67 | AUTOMATIC | -0/+8 | |
2022-09-05 | re-integrated tiling option as a UI element | AUTOMATIC | -11/+34 | |
2022-09-05 | add an option to enable tiling image generation | AUTOMATIC | -0/+12 | |
2022-09-05 | bugfix (thx #88443949) | AUTOMATIC | -1/+1 | |
2022-09-05 | readme | AUTOMATIC | -2/+3 | |
2022-09-05 | add split attention layer optimization from ↵ | AUTOMATIC | -1/+44 | |
https://github.com/basujindal/stable-diffusion/pull/117 |