Instructions to use M5-Dev/Miku_ME with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use M5-Dev/Miku_ME with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("M5-Dev/Miku_ME", 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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,10 @@ base_model:
|
|
| 5 |
pipeline_tag: text-to-image
|
| 6 |
metrics:
|
| 7 |
- character
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
🌟 Overview
|
| 10 |
Miku_ME is a specialized SDXL LoRA designed to blend the iconic Hatsune Miku with diverse Egyptian and Middle Eastern aesthetics. Whether you are aiming for Ancient Pharaonic royalty or modern Egyptian street vibes, this model captures the essence of both worlds with high precision and vibrant anime styling.
|
|
|
|
| 5 |
pipeline_tag: text-to-image
|
| 6 |
metrics:
|
| 7 |
- character
|
| 8 |
+
library_name: diffusers
|
| 9 |
+
tags:
|
| 10 |
+
- art
|
| 11 |
+
- music
|
| 12 |
---
|
| 13 |
🌟 Overview
|
| 14 |
Miku_ME is a specialized SDXL LoRA designed to blend the iconic Hatsune Miku with diverse Egyptian and Middle Eastern aesthetics. Whether you are aiming for Ancient Pharaonic royalty or modern Egyptian street vibes, this model captures the essence of both worlds with high precision and vibrant anime styling.
|