ritaleonova commited on
Commit
f2494e7
·
1 Parent(s): d306a37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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. 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).
8
 
9
  Here are some sample results:
10
 
11
  Seed: Nighttime city scape in the style `<cora-tangle>`
12
  ![<cora-tangle> nightime cityscape](https://i.imgur.com/Q9XP2eb.png)
 
 
13
  Seed: Fox in the style `<cora-tangle>`
14
  ![<cora-tangle> fox](https://i.imgur.com/z9bUH72.png)
15
  Seed: Baby bird in the style `<cora-tangle>`
@@ -25,3 +27,4 @@ Here were the seed images for the style:
25
  ![<cora-tangle> 6](https://huggingface.co/sd-concepts-library/tangles/resolve/main/concept_images/6.jpeg)
26
  ![<cora-tangle> 7](https://huggingface.co/sd-concepts-library/tangles/resolve/main/concept_images/7.jpeg)
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
  ![<cora-tangle> nightime cityscape](https://i.imgur.com/Q9XP2eb.png)
13
+ Seed: Hand holding paintbrush in the style `<cora-tangle>`
14
+ ![<cora-tangle> nightime cityscape](https://i.imgur.com/7kHm7xm.png)
15
  Seed: Fox in the style `<cora-tangle>`
16
  ![<cora-tangle> fox](https://i.imgur.com/z9bUH72.png)
17
  Seed: Baby bird in the style `<cora-tangle>`
 
27
  ![<cora-tangle> 6](https://huggingface.co/sd-concepts-library/tangles/resolve/main/concept_images/6.jpeg)
28
  ![<cora-tangle> 7](https://huggingface.co/sd-concepts-library/tangles/resolve/main/concept_images/7.jpeg)
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).