Downloads · 30 days
4
6% of all-time downloads
nazianafis/tryp22-pattern
tryp22-pattern is a text-to-image model from nazianafis. Use it when you need an image from a text prompt. It is set up for diffusers. The card lists the license as creativeml-openrail-m.
Downloads · 30 days
4
6% of all-time downloads
All-time downloads
66
Public
Repo size
5.5 GB
Likes
5
Public
Click a slice to open those files.
.bin5.5 GB · 100%
From the Hugging Face model README
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.
<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
"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>"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>"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>from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('nazianafis/tryp22-pattern')
image = pipeline().images[0]
image