Text-to-Image
Diffusers
lora
ernie
image-generation
anime
illustration
flat-style
vector-art
cel-shading
stylization
character-design
Instructions to use HexDuck/FMIX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HexDuck/FMIX with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("baidu/ERNIE-Image", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("HexDuck/FMIX") prompt = "Fimix:, a highly energetic magical girl with twirling pink pigtails, shouting happily while swinging a glowing star-topped wand, wearing a frilly cosmic-themed dress with floating ribbons, casting a massive bright neon spell that materializes the word \"FMix\" in glowing solid magical energy, a vibrant abstract dimension of shooting stars and geometric auroras, dynamic low angle shot, intensely bright magical rim lighting casting sharp cell-shaded shadows, explosive and magical atmosphere, premium flat style aesthetic, flat colors background, vector art style background, cell shading" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 10 files
Browse files- .gitattributes +10 -0
- Examples/01.png +3 -0
- Examples/02.png +3 -0
- Examples/03.png +3 -0
- Examples/04.png +3 -0
- Examples/05.png +3 -0
- Examples/06.png +3 -0
- Examples/07.png +3 -0
- Examples/08.png +3 -0
- Examples/09.png +3 -0
- Examples/10.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,13 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Examples/01.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Examples/02.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Examples/03.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Examples/04.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Examples/05.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Examples/06.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Examples/07.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Examples/08.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Examples/09.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Examples/10.png filter=lfs diff=lfs merge=lfs -text
|
Examples/01.png
ADDED
|
Git LFS Details
|
Examples/02.png
ADDED
|
Git LFS Details
|
Examples/03.png
ADDED
|
Git LFS Details
|
Examples/04.png
ADDED
|
Git LFS Details
|
Examples/05.png
ADDED
|
Git LFS Details
|
Examples/06.png
ADDED
|
Git LFS Details
|
Examples/07.png
ADDED
|
Git LFS Details
|
Examples/08.png
ADDED
|
Git LFS Details
|
Examples/09.png
ADDED
|
Git LFS Details
|
Examples/10.png
ADDED
|
Git LFS Details
|