Instructions to use Warren2005/token_str with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Warren2005/token_str with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Warren2005/token_str", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Commit ·
5730810
1
Parent(s): 9623574
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
+
datasets:
|
| 4 |
+
- google/MusicCaps
|
| 5 |
+
language:
|
| 6 |
+
- ab
|
| 7 |
+
- af
|
| 8 |
+
metrics:
|
| 9 |
+
- bleurt
|
| 10 |
+
- bertscore
|
| 11 |
+
- accuracy
|
| 12 |
+
library_name: diffusers
|
| 13 |
+
pipeline_tag: zero-shot-classification
|
| 14 |
+
tags:
|
| 15 |
+
- music
|
| 16 |
+
---
|