Commit
·
cc82501
1
Parent(s):
a0254eb
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
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 |
|
@@ -10,7 +8,7 @@ This repository contains a trainning script that fetch the list of art work prod
|
|
10 |
|
11 |
## Usage
|
12 |
|
13 |
-
- Open Stable Diffusion usage pipe in Colab.
|
14 |
- Load pre-trainned model. [](https://huggingface.co/sd-concepts-library/buhu-art-style)
|
15 |
- (Optional) if you want to train the model by yourself, use the Model Trainner. [](https://colab.research.google.com/github/bsyh/sd-concepts-library-buhu-art-style/blob/main/sd_textual_inversion_training.ipynb)
|
16 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
4 |
|
5 |
# sd-concepts-library-buhu-art-style
|
6 |
|
|
|
8 |
|
9 |
## Usage
|
10 |
|
11 |
+
- Open Stable Diffusion usage pipe in Colab. Edit your prompt with tag \<buhu\> at the end of the file. [](https://colab.research.google.com/github/bsyh/sd-concepts-library-buhu-art-style/blob/main/stable_conceptualizer_inference.ipynb)
|
12 |
- Load pre-trainned model. [](https://huggingface.co/sd-concepts-library/buhu-art-style)
|
13 |
- (Optional) if you want to train the model by yourself, use the Model Trainner. [](https://colab.research.google.com/github/bsyh/sd-concepts-library-buhu-art-style/blob/main/sd_textual_inversion_training.ipynb)
|
14 |
|