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", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of trpfrog" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,10 +35,10 @@ widget:
|
|
| 35 |
|
| 36 |
---
|
| 37 |
|
| 38 |
-
#
|
|
|
|
| 39 |
|
| 40 |
This is a Stable Diffusion model fine-tuned on the trpfrog concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of trpfrog**
|
| 41 |
-

|
| 42 |
|
| 43 |
## Description
|
| 44 |
TrpFrog ([@Trpfrog](https://twitter.com/trpfrog?s=21&t=GcDGy74adYhOBYxX9HloOg)) is a famous Japanese Twitter comedian.
|
|
@@ -76,7 +76,3 @@ pipe = StableDiffusionPipeline.from_pretrained(
|
|
| 76 |
image = pipe(prompt).images[0]
|
| 77 |
image.save("trpfrog.jpg")
|
| 78 |
```
|
| 79 |
-
|
| 80 |
-
## Generated Images
|
| 81 |
-
<Gallery />
|
| 82 |
-
|
|
|
|
| 35 |
|
| 36 |
---
|
| 37 |
|
| 38 |
+
# TrpFrog Diffusion
|
| 39 |
+
<Gallery />
|
| 40 |
|
| 41 |
This is a Stable Diffusion model fine-tuned on the trpfrog concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of trpfrog**
|
|
|
|
| 42 |
|
| 43 |
## Description
|
| 44 |
TrpFrog ([@Trpfrog](https://twitter.com/trpfrog?s=21&t=GcDGy74adYhOBYxX9HloOg)) is a famous Japanese Twitter comedian.
|
|
|
|
| 76 |
image = pipe(prompt).images[0]
|
| 77 |
image.save("trpfrog.jpg")
|
| 78 |
```
|
|
|
|
|
|
|
|
|
|
|
|