File size: 2,580 Bytes
9b6cb91 c8effe9 9b6cb91 0232cb2 a4201d6 0232cb2 a4201d6 9b6cb91 19dc620 2d63b32 19dc620 2d63b32 7220c9b a4201d6 b04d83e a4201d6 2d63b32 a4201d6 05fc6b5 a4201d6 9b6cb91 a4201d6 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 71 72 73 74 75 76 77 78 |
---
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/welcome.png?raw=true" width=300>
# TRYP22 PATTERN
---
## Description
This is a Stable Diffusion model fine-tuned on a private dataset containing 22 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.
<br>
**What is Trypophobia?**
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.
<span style="color: #db2323; font-size: 1em;"> <b>Generated images may trigger Trypophobia. Viewer discretion is advised. </b> </span>
<br>
## 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>
<br>
2. *"a photo of [two glasses of orange juice, a mug of coffee, a dollop of ice cream in a cup], tryp22 pattern background"*
<img src="https://github.com/nazianafis/Resources/blob/main/TRYP22/foods.png?raw=true" height=2700 width=900>
<br>
3. *"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>
<br>
4. *"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>
<br>
5. *"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>
<br>
## Usage
```python
from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('nazianafis/tryp22-pattern')
image = pipeline().images[0]
image
``` |