--- 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 ---
# 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.
**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. Generated images may trigger Trypophobia. Viewer discretion is advised.
## Examples 1. *"a zoomed-out photo of [a single red rose, a blooming pink lotus, a daffodil], with tryp22 pattern in the background, HD"*
2. *"a photo of [two glasses of orange juice, a mug of coffee, a dollop of ice cream in a cup], tryp22 pattern background"*
3. *"a macro shot of a bug on a flower, tryp22 pattern background"*
4. *"a high-quality [close-up of a cat, close-up of a dog, photo of a frog], tryp22 pattern"*
5. *"an HD photo of [Spiderman's, Hulk's, Batman's] face, with tryp22 pattern"*
## Usage ```python from diffusers import StableDiffusionPipeline pipeline = StableDiffusionPipeline.from_pretrained('nazianafis/tryp22-pattern') image = pipeline().images[0] image ```