Instructions to use waterplayfire/MyModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use waterplayfire/MyModel with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("waterplayfire/MyModel", 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
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
340bdc3
1
Parent(s): 6c646e2
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,14 +2,18 @@ language:
|
|
| 2 |
- "List of ISO 639-1 code for your language"
|
| 3 |
- lang1
|
| 4 |
- lang2
|
|
|
|
| 5 |
thumbnail: "url to a thumbnail used in social sharing"
|
|
|
|
| 6 |
tags:
|
| 7 |
-
- tag1
|
| 8 |
-
- tag2
|
| 9 |
license: "any valid license identifier"
|
|
|
|
| 10 |
datasets:
|
| 11 |
-
- dataset1
|
| 12 |
-
- dataset2
|
|
|
|
| 13 |
metrics:
|
| 14 |
-
- metric1
|
| 15 |
-
- metric2
|
|
|
|
| 2 |
- "List of ISO 639-1 code for your language"
|
| 3 |
- lang1
|
| 4 |
- lang2
|
| 5 |
+
|
| 6 |
thumbnail: "url to a thumbnail used in social sharing"
|
| 7 |
+
|
| 8 |
tags:
|
| 9 |
+
- tag1
|
| 10 |
+
- tag2
|
| 11 |
license: "any valid license identifier"
|
| 12 |
+
|
| 13 |
datasets:
|
| 14 |
+
- dataset1
|
| 15 |
+
- dataset2
|
| 16 |
+
|
| 17 |
metrics:
|
| 18 |
+
- metric1
|
| 19 |
+
- metric2
|