Edit model card

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.

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.

GENERATED IMAGES MAY TRIGGER TRYPOPHOBIA. VIEWER DISCRETION IS ADVISED.

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.

My motivation behind choosing this topic: Medium Link

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 macro shot of a bug on a flower, tryp22 pattern background"

  3. "a high-quality [close-up of a cat, close-up of a dog, photo of a frog], tryp22 pattern"

  4. "an HD photo of [Spiderman's, Hulk's, Batman's] face, with tryp22 pattern"

Usage

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('nazianafis/tryp22-pattern')
image = pipeline().images[0]
image
Downloads last month
29