Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added CodeFormer to Credits | Dement242 | 2022-09-21 | 1 | -0/+1 |
| | | | request from Shangchen Zhou | ||||
* | Update README.md | C43H66N12O12S2 | 2022-09-19 | 1 | -1/+1 |
| | |||||
* | add info about where to get models to instructions. | AUTOMATIC | 2022-09-18 | 1 | -3/+3 |
| | |||||
* | updated readme to reflect new model location | AUTOMATIC | 2022-09-17 | 1 | -1/+1 |
| | |||||
* | added Noise generation for outpainting mk2 to credits | AUTOMATIC | 2022-09-16 | 1 | -0/+1 |
| | |||||
* | add prompt editing to readme | AUTOMATIC | 2022-09-15 | 1 | -1/+2 |
| | |||||
* | Rewrote a large portion of the README to point towards the wiki. | Mavpt | 2022-09-15 | 1 | -311/+28 |
| | |||||
* | Corrected typos in shared.py and README | Steve Eberhardt | 2022-09-15 | 1 | -5/+5 |
| | |||||
* | Add info about AMD to readme. | AUTOMATIC | 2022-09-14 | 1 | -0/+5 |
| | |||||
* | install/launch scripts for linux | orionaskatu | 2022-09-14 | 1 | -1/+31 |
| | |||||
* | readme info about launcher | AUTOMATIC | 2022-09-13 | 1 | -1/+21 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-09-13 | 1 | -13/+13 |
|\ | |||||
| * | Fix multiple grammar & spelling errors in ReadMe | ProGamerGov | 2022-09-13 | 1 | -13/+13 |
| | | |||||
* | | add link to custom scripts | AUTOMATIC | 2022-09-13 | 1 | -0/+3 |
|/ | |||||
* | Update README.md | Kaleith | 2022-09-12 | 1 | -5/+5 |
| | | | Revision of the previous commit to make it less misleading and mention the option of using .bin files | ||||
* | Updated README | Kaleith | 2022-09-12 | 1 | -1/+1 |
| | | | - small update to reflect the revised commit for gradio authentication | ||||
* | Update README | Kaleith | 2022-09-12 | 1 | -11/+14 |
| | | | | | | - Documented a couple of new optional flags - Added a link to a third party repository of embeddings - Reworded a few parts - Fixed some typos | ||||
* | add more context for img2img alt mode test | AUTOMATIC | 2022-09-12 | 1 | -0/+1 |
| | |||||
* | initial work on img2imgalt | AUTOMATIC | 2022-09-11 | 1 | -0/+10 |
| | |||||
* | added instructions for manual installation | AUTOMATIC | 2022-09-11 | 1 | -0/+1 |
| | |||||
* | CLIP interrogator | AUTOMATIC | 2022-09-11 | 1 | -0/+2 |
| | |||||
* | i will fix the typo | AUTOMATIC | 2022-09-11 | 1 | -1/+1 |
| | |||||
* | let me tell you about realesrgan | AUTOMATIC | 2022-09-11 | 1 | -0/+3 |
| | |||||
* | enabled negative prompt by default | AUTOMATIC | 2022-09-10 | 1 | -0/+1 |
| | | | | fixed broken empty directory when prompt does not start withl etter | ||||
* | changed <p> to <br> in info field to prevent double line breaks when copying | AUTOMATIC | 2022-09-10 | 1 | -0/+3 |
| | | | | added new features to the list. | ||||
* | Update to cross attention from https://github.com/Doggettx/stable-diffusion #219 | AUTOMATIC | 2022-09-10 | 1 | -1/+2 |
| | |||||
* | fix typo | elucida | 2022-09-10 | 1 | -1/+1 |
| | | | GFPGAN | ||||
* | put manual instructions above WSL, clarify they work for windows and linux | AUTOMATIC | 2022-09-09 | 1 | -41/+43 |
| | |||||
* | Update readme to remove redundant parts. | Bernard Maltais | 2022-09-09 | 1 | -50/+2 |
| | |||||
* | Updare README with conda install instructions | Bernard Maltais | 2022-09-09 | 1 | -6/+6 |
| | |||||
* | Update readme.md to use environment-wsl2.yaml | Bernard Maltais | 2022-09-09 | 1 | -1/+1 |
| | |||||
* | Add Windows 11 specification | Bernard Maltais | 2022-09-09 | 1 | -2/+2 |
| | |||||
* | Automate GFPGAN download | Bernard Maltais | 2022-09-09 | 1 | -4/+3 |
| | |||||
* | Fix README.md | Bernard Maltais | 2022-09-09 | 1 | -2/+3 |
| | |||||
* | Add config and instructions for WSL2 setup | Bernard Maltais | 2022-09-09 | 1 | -0/+70 |
| | |||||
* | error in path in manual instruction for install | AUTOMATIC | 2022-09-09 | 1 | -1/+1 |
| | |||||
* | Removed mention of CUDA in the README | Kaleith | 2022-09-09 | 1 | -1/+1 |
| | | | The requirement to install CUDA was removed with https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/e92d4cf7476f1897fce376916dfb40755ea7920f#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L63 so that mention in README should be superfluous | ||||
* | brought manual instructions up to date | AUTOMATIC | 2022-09-09 | 1 | -43/+83 |
| | | | | reworked launching with different parameters | ||||
* | Update README.md | safentisAuth | 2022-09-08 | 1 | -8/+10 |
| | |||||
* | Add settings file | Daniel Grenner | 2022-09-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com> | ||||
* | Merge pull request #146 from orionaskatu/orionaskatu-port-option | AUTOMATIC1111 | 2022-09-08 | 1 | -0/+4 |
|\ | | | | | --port option for #131 | ||||
| * | Port defaults to 7860 | orionaskatu | 2022-09-08 | 1 | -0/+1 |
| | | |||||
| * | update readme for --port option | orionaskatu | 2022-09-08 | 1 | -0/+3 |
| | | |||||
* | | readme update | AUTOMATIC | 2022-09-08 | 1 | -1/+3 |
|/ | |||||
* | Remove requirement for CUDA in readme. | AUTOMATIC | 2022-09-07 | 1 | -4/+0 |
| | |||||
* | clarification about not running as root | AUTOMATIC | 2022-09-07 | 1 | -1/+1 |
| | |||||
* | Textual inversion info | AUTOMATIC | 2022-09-07 | 1 | -0/+8 |
| | |||||
* | fix for live progress breaking lowvram and medvram optimizations | AUTOMATIC | 2022-09-06 | 1 | -0/+3 |
| | |||||
* | redme updates | AUTOMATIC | 2022-09-06 | 1 | -34/+44 |
| | |||||
* | collab link | AUTOMATIC | 2022-09-06 | 1 | -1/+7 |
| |