Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
science
trypophobia
Instructions to use nazianafis/tryp22-pattern with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nazianafis/tryp22-pattern with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nazianafis/tryp22-pattern", dtype=torch.bfloat16, device_map="cuda") prompt = "a zoomed out photo of a daffodil, with tryp22 pattern in the background, HD" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
a652cc3
1
Parent(s): de3bf57
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,17 +24,17 @@ widget:
|
|
| 24 |
|
| 25 |
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](https://huggingface.co/dreambooth-hackathon).
|
| 26 |
|
| 27 |
-
To generate your own images with this particular pattern, use prompt **"a photo of [your-subject]
|
| 28 |
|
| 29 |
<span style="color: #db2323; font-size: 1em;"> <b>GENERATED IMAGES MAY TRIGGER TRYPOPHOBIA. VIEWER DISCRETION IS ADVISED. </b> </span>
|
| 30 |
|
| 31 |
|
| 32 |
|
| 33 |
-
|
|
|
|
| 34 |
|
| 35 |
-
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).
|
| 36 |
|
| 37 |
-
|
| 38 |
|
| 39 |
|
| 40 |
|
|
|
|
| 24 |
|
| 25 |
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](https://huggingface.co/dreambooth-hackathon).
|
| 26 |
|
| 27 |
+
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.
|
| 28 |
|
| 29 |
<span style="color: #db2323; font-size: 1em;"> <b>GENERATED IMAGES MAY TRIGGER TRYPOPHOBIA. VIEWER DISCRETION IS ADVISED. </b> </span>
|
| 30 |
|
| 31 |
|
| 32 |
|
| 33 |
+
What is Trypophobia? <br>
|
| 34 |
+
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.
|
| 35 |
|
|
|
|
| 36 |
|
| 37 |
+
My motivation behind choosing this topic: [Medium Link](https://medium.com/geekculture/stable-diffusion-model-fine-tuned-on-trypophobia-triggering-images-tryp22-pattern-ce1bb5259b37)
|
| 38 |
|
| 39 |
|
| 40 |
|