File size: 2,503 Bytes
9b6cb91 c8effe9 9b6cb91 f41ec52 a4201d6 4e9adff a4201d6 fcbd9a6 0232cb2 a4201d6 9b6cb91 bda5121 2d63b32 a652cc3 2d63b32 eaaf6cc 4e9adff 2d63b32 a652cc3 2d63b32 7220c9b a652cc3 a4201d6 4e9adff 2d63b32 a4201d6 4e9adff a111106 a4201d6 4e9adff a4201d6 a111106 a4201d6 4e9adff a4201d6 a111106 a4201d6 9b6cb91 4e9adff 9b6cb91 c8effe9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
---
license: creativeml-openrail-m
tags:
- pytorch
- diffusers
- stable-diffusion
- text-to-image
- diffusion-models-class
- dreambooth-hackathon
- science
- trypophobia
widget:
- text: a zoomed out photo of a daffodil, with tryp22 pattern in the background, HD
---
<br>
<img src="https://github.com/nazianafis/Resources/blob/main/TRYP22/banner.png?raw=true" width=800 align="center">
## Description
This is a Stable Diffusion model fine-tuned on a private dataset containing 22 self-created TRYPOPHOBIA-TRIGGERING images, for the DreamBooth Hackathon 🔥 **science** theme. To participate or learn more, visit [this page](https://huggingface.co/dreambooth-hackathon).
To generate your own images with this particular pattern, use prompt **"a photo of [your-subject] with tryp22 pattern in the background"**, or experiment with other variations.
<span style="color: #db2323; font-size: 1em;"> <b>GENERATED IMAGES MAY TRIGGER TRYPOPHOBIA. VIEWER DISCRETION IS ADVISED. </b> </span>
What is Trypophobia? <br>
Trypophobia refers to a strong fear or disgust of closely packed holes. The name combines the Greek words “trypa” (punching or drilling holes) and “phobia” (fear or aversion). The exact cause of trypophobia is unknown, and research in this area is limited.
My motivation behind choosing this topic: [Medium Link](https://medium.com/geekculture/stable-diffusion-model-fine-tuned-on-trypophobia-triggering-images-tryp22-pattern-ce1bb5259b37)
## Examples
1. *"a zoomed-out photo of [a single red rose, a blooming pink lotus, a daffodil], with tryp22 pattern in the background, HD"*
<img src="https://github.com/nazianafis/Resources/blob/main/TRYP22/flowers.png?raw=true" height=2700 width=900>
2. *"a macro shot of a bug on a flower, tryp22 pattern background"*
<img src="https://github.com/nazianafis/Resources/blob/main/TRYP22/bugs.png?raw=true" height=2700 width=900>
3. *"a high-quality [close-up of a cat, close-up of a dog, photo of a frog], tryp22 pattern"*
<img src="https://github.com/nazianafis/Resources/blob/main/TRYP22/animals.png?raw=true" height=2700 width=900>
4. *"an HD photo of [Spiderman's, Hulk's, Batman's] face, with tryp22 pattern"*
<img src="https://github.com/nazianafis/Resources/blob/main/TRYP22/superheroes.png?raw=true" height=2700 width=900>
## Usage
```python
from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('nazianafis/tryp22-pattern')
image = pipeline().images[0]
image
``` |