aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-09-10Updare README with conda install instructionsBernard Maltais
2022-09-10Update readme.md to use environment-wsl2.yamlBernard Maltais
2022-09-10Add Windows 11 specificationBernard Maltais
2022-09-10Automate GFPGAN downloadBernard Maltais
2022-09-10Fix README.mdBernard Maltais
2022-09-10Add config and instructions for WSL2 setupBernard Maltais
2022-09-10error in path in manual instruction for installAUTOMATIC
2022-09-09Removed mention of CUDA in the READMEKaleith
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
2022-09-09brought manual instructions up to dateAUTOMATIC
reworked launching with different parameters
2022-09-09Update README.mdsafentisAuth
2022-09-08Add settings fileDaniel Grenner
Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com>
2022-09-08Merge pull request #146 from orionaskatu/orionaskatu-port-optionAUTOMATIC1111
--port option for #131
2022-09-08readme updateAUTOMATIC
2022-09-08Port defaults to 7860orionaskatu
2022-09-08update readme for --port optionorionaskatu
2022-09-07Remove requirement for CUDA in readme.AUTOMATIC
2022-09-07clarification about not running as rootAUTOMATIC
2022-09-07Textual inversion infoAUTOMATIC
2022-09-06fix for live progress breaking lowvram and medvram optimizationsAUTOMATIC
2022-09-06redme updatesAUTOMATIC
2022-09-06collab linkAUTOMATIC
2022-09-06readme extras for VRAM forAUTOMATIC
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-06readme clarificationAUTOMATIC
2022-09-05fix readme giving bad adviceAUTOMATIC
2022-09-05Update webui.py to instruct python to install binary packages; this should ↵AUTOMATIC
prevent errors people are getting with lacking C++ compilers
2022-09-05readmeAUTOMATIC
2022-09-04added credits sectionAUTOMATIC
2022-09-04ESRGAN supportAUTOMATIC
2022-09-04added UI config file: ui-config.jsonAUTOMATIC
2022-09-04moved images toAUTOMATIC
2022-09-02readme clarificationsAUTOMATIC
2022-09-02change webui.bat to use venvAUTOMATIC
2022-09-02fixambigious line in readmeAUTOMATIC
2022-09-02more clarifications for the readmeAUTOMATIC
2022-09-02COMMANDLINE_ARGS clarification addedAUTOMATIC
2022-09-02bat file for installing and launchingAUTOMATIC
2022-09-02README update for low VRAM users.AUTOMATIC
2022-09-01clarifications for --lowvram and --medvram in readme.AUTOMATIC
2022-09-01instructions for running on latest pythonAUTOMATIC
2022-09-01changes for inpainting for #35AUTOMATIC
support for --medvram attempt to support share
2022-08-31readmeAUTOMATIC
2022-08-31added links to readmeAUTOMATIC
2022-08-31readme fix 2AUTOMATIC
2022-08-31readme fixAUTOMATIC
2022-08-31added detailed installation instructionsAUTOMATIC
fixed bug with missing same dir for a new install added ctrl+c hander to immediately stop the program instead of waiting
2022-08-30updated interface to use BlocksAUTOMATIC
added mode toggle for img2img added inpainting to readme
2022-08-29gfpgan is not kept in memoryAUTOMATIC
font selection setting
2022-08-29Merge pull request #25 from cclauss/patch-1AUTOMATIC1111
README.md: Fix typos
2022-08-29readme for --lowvramAUTOMATIC
2022-08-29README.md: Fix typosChristian Clauss