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", torch_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 ·
eaaf6cc
1
Parent(s): a111106
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,6 +26,8 @@ This is a Stable Diffusion model fine-tuned on a private dataset containing 22 s
|
|
| 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 |
|
| 30 |
|
| 31 |
**What is Trypophobia?**
|
|
@@ -34,8 +36,6 @@ Trypophobia refers to a strong fear or disgust of closely packed holes. The name
|
|
| 34 |
|
| 35 |
The exact cause of trypophobia is unknown, and research in this area is limited.
|
| 36 |
|
| 37 |
-
<span style="color: #db2323; font-size: 1em;"> <b>Generated images may trigger Trypophobia. Viewer discretion is advised. </b> </span>
|
| 38 |
-
|
| 39 |
|
| 40 |
|
| 41 |
## Examples
|
|
|
|
| 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?**
|
|
|
|
| 36 |
|
| 37 |
The exact cause of trypophobia is unknown, and research in this area is limited.
|
| 38 |
|
|
|
|
|
|
|
| 39 |
|
| 40 |
|
| 41 |
## Examples
|