tryp22-pattern / README.md
nazianafis's picture
Update README.md
a4201d6
|
raw
history blame
2.08 kB
metadata
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

Description

This is a Stable Diffusion model fine-tuned on a private dataset containing 22 trypophobia-triggering images. 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.

The generated images might 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"

  1. "a photo of [two glasses of orange juice, a mug of coffee, a dollop of ice cream in a cup], tryp22 pattern background"

  1. "a macro shot of a bug on a flower, tryp22 pattern background"

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

  1. "an HD photo of [Spiderman, Hulk, Batman] with tryp22 pattern"

Usage

from diffusers import StableDiffusionPipeline

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