brucewoods
commited on
Commit
•
7cbb624
1
Parent(s):
877a4b9
Update README.md
Browse files
README.md
CHANGED
@@ -4,5 +4,22 @@ license: mit
|
|
4 |
### buhu-art-style on Stable Diffusion
|
5 |
This is the `<buhu>` concept taught to Stable Diffusion via Textual Inversion. You can load this concept into the [Stable Conceptualizer](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/stable_conceptualizer_inference.ipynb) notebook. You can also train your own concepts and load them into the concept libraries using [this notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_textual_inversion_training.ipynb).
|
6 |
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
### buhu-art-style on Stable Diffusion
|
5 |
This is the `<buhu>` concept taught to Stable Diffusion via Textual Inversion. You can load this concept into the [Stable Conceptualizer](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/stable_conceptualizer_inference.ipynb) notebook. You can also train your own concepts and load them into the concept libraries using [this notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_textual_inversion_training.ipynb).
|
6 |
|
7 |
+
# sd-concepts-library-buhu-art-style
|
8 |
+
|
9 |
+
This repository contains a trainning script that fetch the list of art work produced by [![ArtStation](https://img.shields.io/badge/ArtStation-Profile-blue)](https://www.artstation.com/buhu)[Bruce](https://bruceelysium.com) and a Stable Diffusion pipe that generates images using the model, under the instruction of [Stable Diffusion concepts library](https://huggingface.co/sd-concepts-library).
|
10 |
+
|
11 |
+
## Usage
|
12 |
+
|
13 |
+
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/bsyh/sd-concepts-library-buhu-art-style/blob/main/stable_conceptualizer_inference.ipynb) Open Stable Diffusion usage pipe in Colab. Modify your prompt at the end of the file.
|
14 |
+
- [![Hugging Face Model](https://img.shields.io/badge/Hugging%20Face-ModelHub-orange)](https://huggingface.co/sd-concepts-library/buhu-art-style) Load pre-trainned model.
|
15 |
+
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/bsyh/sd-concepts-library-buhu-art-style/blob/main/sd_textual_inversion_training.ipynb) (Optional) if you want to train the model by yourself, use the Model Trainner.
|
16 |
+
|
17 |
+
## Example
|
18 |
+
generated image
|
19 |
+
<img src="img/f1.png" width="250" height="250">
|
20 |
+
<img src="img/f2.png" width="250" height="250">\
|
21 |
+
human painted image
|
22 |
+
<img src="img/h1.jpg" width="300" height="250">
|
23 |
+
<img src="img/h2.jpg" width="250" height="250">
|
24 |
+
|
25 |
+
|