Instructions to use Mimi1782/ROSEWOOD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Mimi1782/ROSEWOOD with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Mimi1782/ROSEWOOD", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
datasets:
|
| 4 |
-
-
|
| 5 |
language:
|
| 6 |
-
-
|
| 7 |
metrics:
|
| 8 |
-
-
|
| 9 |
base_model:
|
| 10 |
-
-
|
| 11 |
-
new_version:
|
| 12 |
-
pipeline_tag:
|
| 13 |
-
library_name:
|
| 14 |
tags:
|
| 15 |
-
-
|
| 16 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
datasets:
|
| 4 |
+
- opendatalab/ChartVerse-SFT-1.8M
|
| 5 |
language:
|
| 6 |
+
- dv
|
| 7 |
metrics:
|
| 8 |
+
- brier_score
|
| 9 |
base_model:
|
| 10 |
+
- Tongyi-MAI/Z-Image
|
| 11 |
+
new_version: Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
|
| 12 |
+
pipeline_tag: image-segmentation
|
| 13 |
+
library_name: diffusers
|
| 14 |
tags:
|
| 15 |
+
- art
|
| 16 |
---
|