Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
wildcard
Instructions to use Prgckwb/trpfrog-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Prgckwb/trpfrog-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Prgckwb/trpfrog-diffusion", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of trpfrog" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -48,6 +48,9 @@ image = pipeline().images[0]
|
|
| 48 |
```
|
| 49 |
|
| 50 |
## Generated Images
|
|
|
|
|
|
|
|
|
|
| 51 |
**a photo of trpfrog eating kiwi**
|
| 52 |

|
| 53 |
|
|
|
|
| 48 |
```
|
| 49 |
|
| 50 |
## Generated Images
|
| 51 |
+
**a photo of trpfrog**
|
| 52 |
+

|
| 53 |
+
|
| 54 |
**a photo of trpfrog eating kiwi**
|
| 55 |

|
| 56 |
|