Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Transformers | 101,892 | 64 | 911 | 42 minutes ago | 91 | June 21, 2022 | 734 | apache-2.0 | Python | |
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. | ||||||||||
Stable Diffusion Webui | 78,674 | an hour ago | 1,955 | agpl-3.0 | Python | |||||
Stable Diffusion web UI | ||||||||||
Pytorch | 67,270 | 146 | 2 hours ago | 23 | August 10, 2022 | 12,000 | other | Python | ||
Tensors and Dynamic neural networks in Python with strong GPU acceleration | ||||||||||
Real Time Voice Cloning | 41,693 | 23 days ago | 129 | other | Python | |||||
Clone a voice in 5 seconds to generate arbitrary speech in real-time | ||||||||||
Yolov5 | 38,857 | 2 days ago | 35 | May 21, 2022 | 346 | agpl-3.0 | Python | |||
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite | ||||||||||
Made With Ml | 33,193 | a month ago | 5 | May 15, 2019 | 11 | mit | Jupyter Notebook | |||
Learn how to responsibly develop, deploy and maintain production machine learning applications. | ||||||||||
Mockingbird | 28,543 | 2 | 22 days ago | 9 | February 28, 2022 | 411 | other | Python | ||
🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time | ||||||||||
Gfpgan | 27,651 | 1 | 2 months ago | 11 | February 15, 2022 | 209 | other | Python | ||
GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration. | ||||||||||
Pytorch Tutorial | 26,129 | 2 months ago | 85 | mit | Python | |||||
PyTorch Tutorial for Deep Learning Researchers | ||||||||||
Ray | 25,773 | 80 | 199 | an hour ago | 76 | June 09, 2022 | 2,838 | apache-2.0 | Python | |
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a toolkit of libraries (Ray AIR) for accelerating ML workloads. |
A browser interface based on Gradio library for Stable Diffusion.
Detailed feature showcase with images:
((tuxedo))
- will pay more attention to tuxedo(tuxedo:1.21)
- alternative syntaxCtrl+Up
or Ctrl+Down
(or Command+Up
or Command+Down
if you're on a MacOS) to automatically adjust attention to selected text (code contributed by anonymous user)--allow-code
to enable)AND
a cat :1.2 AND a dog AND a penguin :2.2
--xformers
to commandline args)Make sure the required dependencies are met and follow the instructions available for both NVidia (recommended) and AMD GPUs.
Alternatively, use online services (like Google Colab):
sd.webui.zip
from v1.0.0-pre and extract it's contents.update.bat
.run.bat
.For more details see Install-and-Run-on-NVidia-GPUs
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
.webui-user.bat
from Windows Explorer as normal, non-administrator, user.# Debian-based:
sudo apt install wget git python3 python3-venv
# Red Hat-based:
sudo dnf install wget git python3
# Arch-based:
sudo pacman -S wget git python3
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
webui.sh
.webui-user.sh
for options.Find the instructions here.
Here's how to add code to this repo: Contributing
The documentation was moved from this README over to the project's wiki.
Licenses for borrowed code can be found in Settings -> Licenses
screen, and also in html/licenses.html
file.