Commit
·
f2494e7
1
Parent(s):
d306a37
Update README.md
Browse files
README.md
CHANGED
@@ -4,12 +4,14 @@ license: mit
|
|
4 |
### Tangles on Stable Diffusion
|
5 |
This is the `<cora-tangle>` concept taught to Stable Diffusion via Textual Inversion. The concept is based on my daughter drawing random color fields with her hands or a paint brush and then me filling in the rest of the space with geometric doodles.
|
6 |
|
7 |
-
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.
|
8 |
|
9 |
Here are some sample results:
|
10 |
|
11 |
Seed: Nighttime city scape in the style `<cora-tangle>`
|
12 |

|
|
|
|
|
13 |
Seed: Fox in the style `<cora-tangle>`
|
14 |

|
15 |
Seed: Baby bird in the style `<cora-tangle>`
|
@@ -25,3 +27,4 @@ Here were the seed images for the style:
|
|
25 |

|
26 |

|
27 |
|
|
|
|
4 |
### Tangles on Stable Diffusion
|
5 |
This is the `<cora-tangle>` concept taught to Stable Diffusion via Textual Inversion. The concept is based on my daughter drawing random color fields with her hands or a paint brush and then me filling in the rest of the space with geometric doodles.
|
6 |
|
7 |
+
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.
|
8 |
|
9 |
Here are some sample results:
|
10 |
|
11 |
Seed: Nighttime city scape in the style `<cora-tangle>`
|
12 |

|
13 |
+
Seed: Hand holding paintbrush in the style `<cora-tangle>`
|
14 |
+

|
15 |
Seed: Fox in the style `<cora-tangle>`
|
16 |

|
17 |
Seed: Baby bird in the style `<cora-tangle>`
|
|
|
27 |

|
28 |

|
29 |
|
30 |
+
You can 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).
|