Text-to-Image
Diffusers
TensorBoard
PyTorch
StableDiffusionPipeline
stable-diffusion-v2-1-base
diffusion-models-class
Instructions to use CSAle/DilbertDiffusion2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CSAle/DilbertDiffusion2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CSAle/DilbertDiffusion2", dtype=torch.bfloat16, device_map="cuda") prompt = "dilbert walking his dog" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Librarian Bot: Update dataset YAML metadata for model
#1
by librarian-bot - opened
README.md
CHANGED
|
@@ -6,6 +6,7 @@ tags:
|
|
| 6 |
- stable-diffusion-v2-1-base
|
| 7 |
- text-to-image
|
| 8 |
- diffusion-models-class
|
|
|
|
| 9 |
widget:
|
| 10 |
- text: dilbert walking his dog
|
| 11 |
---
|
|
|
|
| 6 |
- stable-diffusion-v2-1-base
|
| 7 |
- text-to-image
|
| 8 |
- diffusion-models-class
|
| 9 |
+
datasets: CSAle/DilbertDiffusionDataset
|
| 10 |
widget:
|
| 11 |
- text: dilbert walking his dog
|
| 12 |
---
|