aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-01-27changes remaining text from X/Y -> X/Y/ZEllangoK
2023-01-25add pix2pix creditsAUTOMATIC
2023-01-25Add option for float32 sampling with float16 UNetbrkirch
This also handles type casting so that ROCm and MPS torch devices work correctly without --no-half. One cast is required for deepbooru in deepbooru_model.py, some explicit casting is required for img2img and inpainting. depth_model can't be converted to float16 or it won't work correctly on some systems (it's known to have issues on MPS) so in sd_models.py model.depth_model is removed for model.half().
2023-01-21Lora support!AUTOMATIC
update readme to reflect some recent changes
2023-01-21make CLIP interrogator download original text files if the directory does ↵AUTOMATIC
not exist remove random artist built-in extension (to re-added as a normal extension on demand) remove artists.csv (but what does it mean????????????????????) make interrogate buttons show Loading... when you click them
2023-01-07new screenshotAUTOMATIC
2023-01-06Update README.mdbrkirch
2023-01-06Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_optbrkirch
2023-01-06Add Birch-san's sub-quadratic attention implementationbrkirch
2023-01-03added licenses screen to settingsAUTOMATIC
added footer removed unused inpainting code
2022-12-14Fix various typosJim Hays
2022-12-08Depth2img model supportJay Smith
2022-11-26Add support Stable Diffusion 2.0AUTOMATIC
2022-11-20moved deepdanbooru to pure pytorch implementationAUTOMATIC
2022-11-04shut down gradio's "everything allowed" CORS policy; I checked the main ↵AUTOMATIC
functionality to work with this, but if this breaks some exotic workflow, I'm sorry.
2022-10-24added info about History/Image browser to readmeAUTOMATIC
2022-10-22updated readme with info about Aesthetic GradientsAUTOMATIC
2022-10-22further support for extensionsAUTOMATIC
2022-10-21Merge branch 'master' into features-to-readmeAUTOMATIC1111
2022-10-21Update README.mdClashSAN
2022-10-21Merge branch 'ae'AUTOMATIC
2022-10-21updated readme and some small stylistic changes to codeAUTOMATIC
2022-10-18Update README.mdClashSAN
2022-10-15Update README.mdMalumaDev
Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
2022-10-14initMalumaDev
2022-10-11Add InvokeAI and lstein to credits, add back CUDA supportbrkirch
2022-10-11Update README.mdClashSAN
2022-10-10add features, credit for Composable DiffusionClashSAN
to readme https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2171
2022-10-09Merge pull request #1752 from Greendayle/dev/deepdanbooruAUTOMATIC1111
Added DeepDanbooru interrogator
2022-10-08chore: Fix typosAidan Holland
2022-10-08made deepdanbooru optional, added to readme, automatic download of deepbooru ↵Greendayle
model
2022-10-08do not let user choose his own prompt token count limitAUTOMATIC
2022-10-08add info about cross attention javascript shortcut codeAUTOMATIC
2022-10-08edit-attention browser compatibility and readme typoJairo Correa
2022-10-06added ctrl+up or ctrl+down hotkeys for attentionAUTOMATIC
2022-10-02credit Rinon GalAUTOMATIC
2022-10-02Grammar FixClashSAN
2022-10-01features updatesAUTOMATIC
unused code removed from outpainting mk2
2022-09-30added contributing to readmeAUTOMATIC
2022-09-30add advertisement for custom scripts to readmeAUTOMATIC
2022-09-24Update README.mdjcianca
2022-09-24Update README.mdjcianca
2022-09-23removed some information that its owner decided he did not want to shareAUTOMATIC
2022-09-23upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
2022-09-22Update README to link to wiki page for Apple Silicon installsDylan Cathelijn
2022-09-22Update README.mdClashSAN
2022-09-22Update README.mdClashSAN
2022-09-22Update README.mdClashSAN
2022-09-22Update README.mdClashSAN
Added SwinIR and new features to readme
2022-09-21Added CodeFormer to CreditsDement242
request from Shangchen Zhou