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 ·
bda5121
1
Parent(s): eaaf6cc
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ widget:
|
|
| 22 |
|
| 23 |
## Description
|
| 24 |
|
| 25 |
-
This is a Stable Diffusion model fine-tuned on a private dataset containing 22 self-created
|
| 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 |
|
|
|
|
| 22 |
|
| 23 |
## Description
|
| 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 |
|