Beautiful README.md

formatting
This commit is contained in:
QuantumSoul
2023-07-08 15:03:52 +02:00
committed by GitHub
parent 1822242b3f
commit 7e665ab5c0
+16 -10
View File
@@ -1,12 +1,17 @@
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/vladmandic)
![Last Commit](https://img.shields.io/github/last-commit/vladmandic/automatic?style=flat-square&svg=true)
![License](https://img.shields.io/github/license/vladmandic/automatic?style=flat-square&svg=true)
![GitHub Status Checks](https://img.shields.io/github/checks-status/vladmandic/automatic/main?style=flat-square&svg=true)
![Discord](https://img.shields.io/discord/1101998836328697867)
<div align = "center">
# SD.Next
**🫧 Stable Diffusion implementation with modern UI and advanced features 🫧**
<br>
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/vladmandic)
![Last Commit](https://img.shields.io/github/last-commit/vladmandic/automatic?svg=true)
![License](https://img.shields.io/github/license/vladmandic/automatic?svg=true)
![GitHub Status Checks](https://img.shields.io/github/checks-status/vladmandic/automatic/main?svg=true)
[![Discord](https://img.shields.io/discord/1101998836328697867?logo=Discord&svg=true)](https://discord.gg/VjvR2tabEX)
**Stable Diffusion implementation with modern UI and advanced features**
### [Docs](README.md#docs) | [Discord](https://discord.gg/VjvR2tabEX) | [Changelog](CHANGELOG.md)
</div>
This project started as a fork from [Automatic1111 WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui/) and it grew significantly since then, but although it diverged considerably, any substantial features to original work is ported to this repository as well.
@@ -34,9 +39,9 @@ Individual features are not listed here, instead check [Changelog](CHANGELOG.md)
- Starts `sdnext.py` in a Python virtual environment (`venv`)
- Uses `install.py` to handle all actual requirements and dependencies
*Note*: Server can run without virtual environment, but it is recommended to use it to avoid library version conflicts with other applications
> Server can run without virtual environment, but it is recommended to use it to avoid library version conflicts with other applications
*Note*: **nVidia/CUDA** and **AMD/ROCm** are auto-detected is present and available, but for any other use case specify required parameter explicitly or wrong packages may be installed as installer will assume CPU-only environment.
> **nVidia/CUDA** and **AMD/ROCm** are auto-detected is present and available, but for any other use case specify required parameter explicitly or wrong packages may be installed as installer will assume CPU-only environment.
Full startup sequence is logged in `sdnext.log`, so if you encounter any issues, please check it first.
@@ -72,7 +77,7 @@ This should be fully cross-platform, but I would really love to have additional
The idea behind the fork is to enable latest technologies and advances in text-to-image generation.
*Sometimes this is not the same as "as simple as possible to use".*
> *Sometimes this is not the same as "as simple as possible to use".*
If you are looking an amazing simple-to-use Stable Diffusion tool, I'd suggest [InvokeAI](https://invoke-ai.github.io/InvokeAI/) specifically due to its automated installer and ease of use.
@@ -98,6 +103,7 @@ General goals:
### **Docs**
- [Wiki](https://github.com/vladmandic/automatic/wiki)
- [ReadMe](README.md)
- [ToDo](TODO.md)
- [Changelog](CHANGELOG.md)