Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
animal
Instructions to use baruga/hideous-blobfish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use baruga/hideous-blobfish with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("baruga/hideous-blobfish", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of blofi fish in Times Square." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- dreambooth-hackathon
|
| 10 |
- animal
|
| 11 |
widget:
|
| 12 |
-
- text:
|
| 13 |
---
|
| 14 |
|
| 15 |
## Description
|
|
|
|
| 9 |
- dreambooth-hackathon
|
| 10 |
- animal
|
| 11 |
widget:
|
| 12 |
+
- text: a photo of blofi fish in Times Square.
|
| 13 |
---
|
| 14 |
|
| 15 |
## Description
|