Zeroxdesignart commited on
Commit
8108852
·
1 Parent(s): 990aecb

Upload 2 files

Browse files
Files changed (2) hide show
  1. LICENSE +21 -0
  2. README.md +88 -0
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2023 doanbactam
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # NEW: Awesome Stable Diffusion ⭐
2
+ <img alt="Awesome Stable Diffusion" src="https://repository-images.githubusercontent.com/613279917/f67c116d-b238-432e-8fa9-db17c8c9ac71">
3
+ <br>
4
+ <p align="center">
5
+
6
+ <img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/doanbactam/awesome-stable-diffusion">
7
+ <img alt="GitHub contributors" src="https://img.shields.io/github/contributors/doanbactam/awesome-stable-diffusion">
8
+ <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/doanbactam/awesome-stable-diffusion?style=social">
9
+ <img alt="GitHub" src="https://img.shields.io/github/license/doanbactam/awesome-stable-diffusion">
10
+
11
+ </p>
12
+
13
+ <h3>Help this grow and get discovered by other devs with a ⭐ star.</h3>
14
+
15
+ # Table of Contents
16
+
17
+ - [Stable Diffusion](#stable-diffusion)
18
+ - [Python](#python)
19
+ - [Jupyter Notebook](#jupyter-notebook)
20
+ - [JavaScript](#javascript)
21
+ - [TypeScript](#typescript)
22
+ - [PHP](#php)
23
+ - [Swift](#swift)
24
+ - [Dockerfile](#dockerfile)
25
+ - [Vue](#vue)
26
+ - [Flutter](#flutter)
27
+
28
+ ## 👑Stable Diffusion
29
+
30
+ ### Python
31
+
32
+ - [Stable Diffusion web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui): Stable Diffusion web UI
33
+ - [lama-cleaner](https://github.com/Sanster/lama-cleaner): Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.
34
+ - [Stability-AI](https://github.com/Stability-AI/stablediffusion): High-Resolution Image Synthesis with Latent Diffusion Models
35
+ - [fast-stable-diffusion](https://github.com/TheLastBen/fast-stable-diffusion): fast-stable-diffusion Notebooks, AUTOMATIC1111 + DreamBooth
36
+ - [diffusers](https://github.com/huggingface/diffusers): Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
37
+ - [Dream textures](https://github.com/carson-katri/dream-textures): Stable Diffusion built-in to Blender
38
+ - [Stable-Dreamfusion](https://github.com/ashawkey/stable-dreamfusion): A pytorch implementation of text-to-3D dreamfusion, powered by stable diffusion
39
+ - [dream-factory](https://github.com/rbbrdckybk/dream-factory): Multi-threaded GUI manager for mass creation of AI-generated art with support for multiple GPUs.
40
+ - [stable-diffusion-videos](https://github.com/nateraw/stable-diffusion-videos): Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts
41
+ - [Lama Cleaner](https://github.com/Sanster/lama-cleaner): Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.
42
+ - [python-reddit-youtube-bot](https://github.com/alexlaverty/python-reddit-youtube-bot): Automated Reddit Youtube Video Bot
43
+ - [Text-To-Video-Finetuning](https://github.com/ExponentialML/Text-To-Video-Finetuning): Finetune ModelScope's Text To Video model using Diffusers 🧨
44
+ - [automatic](https://github.com/vladmandic/automatic): Opinionated fork/implementation of Stable Diffusion
45
+
46
+ ### Jupyter Notebook
47
+ - [anime-webui-colab](https://github.com/NUROISEA/anime-webui-colab): A collection of stable diffusion web ui colabs primarily focusing on anime
48
+ - [Stable Diffusion](https://github.com/CompVis/stable-diffusion): A latent text-to-image diffusion model
49
+ - [InvokeAI: A Stable Diffusion Toolkit](https://github.com/invoke-ai/InvokeAI): InvokeAI is a leading creative engine built to empower professionals and enthusiasts alike.
50
+ - [carefree-creator](https://github.com/carefree0910/carefree-creator): AI magics meet Infinite draw board.
51
+ - [stable-diffusion-colab](https://github.com/woctezuma/stable-diffusion-colab): Colab notebook to run Stable Diffusion.
52
+ - [stability-sdk](https://github.com/Stability-AI/stability-sdk): SDK for interacting with stability.ai APIs (e.g. stable diffusion inference)
53
+ - [anime-webui-colab](https://github.com/NUROISEA/anime-webui-colab): A collection of Stable Diffusion web UI colab notebooks primarily focusing on anime
54
+
55
+ ### JavaScript
56
+ - [Easy Diffusion 2.5](https://github.com/cmdr2/stable-diffusion-ui): The easiest way to install and use Stable Diffusion on your own computer.
57
+ - [Auto-Photoshop-StableDiffusion-Plugin](https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin): A user-friendly plug-in that makes it easy to generate stable diffusion images inside Photoshop using Automatic1111-sd-webui as a backend.
58
+ - []()
59
+
60
+ ### TypeScript
61
+
62
+ - [ClickPrompt](https://github.com/prompt-engineering/click-prompt): ClickPrompt - Streamline your prompt design, with ClickPrompt, you can easily view, share, and run these prompts with just one click.
63
+ - [Lsmith](https://github.com/ddPn08/Lsmith): StableDiffusionWebUI accelerated using TensorRT
64
+ - [novelai-bot](https://github.com/koishijs/novelai-bot): Generate images by NovelAI | 基于 NovelAI 的画图机器人
65
+ - [photoshot](https://github.com/shinework/photoshot): An open-source AI avatar generator web app
66
+
67
+ ### PHP
68
+
69
+ - [pokemon-card-generator](https://github.com/robiningelbrecht/pokemon-card-generator): A PHP app that generates Pokemon cards by using GPT and Stable Diffusion.
70
+
71
+ ### Swift
72
+ - [MochiDiffusion](https://github.com/godly-devotion/MochiDiffusion): Run Stable Diffusion on Mac natively
73
+
74
+ ### Dockerfile
75
+
76
+ - [Stable Diffusion WebUI Docker](https://github.com/AbdBarho/stable-diffusion-webui-docker): Easy Docker setup for Stable Diffusion with user-friendly UI
77
+
78
+
79
+ ### Vue
80
+ - [Stable UI](https://github.com/aqualxx/stable-ui): Stable UI is a web user interface designed to generate, save, and view images using Stable Diffusion, with the goal being able to provide Stable Diffusion to anyone for 100% free.
81
+ - [stable-ui](https://github.com/aqualxx/stable-ui): 🔥 A frontend for generating images with Stable Diffusion through Stable Horde
82
+
83
+ ### Flutter
84
+ - [Stable Horde](https://github.com/ndahlquist/stable-horde-flutter): An Android+iOS app for the Stable Horde
85
+ - [flutter_scribble](https://github.com/lahirumaramba/flutter_scribble): Turn your scribbles into detailed images with AI
86
+ - [stability sdk](https://github.com/joshuadeguzman/stability-sdk-dart): An implementation of Stability AI SDK in Dart. Stability AI is a solution studio dedicated to innovating ideas.
87
+
88
+ A curated list of awesome stable diffusion resources 🌟