Skip to content

Commit 2bd7b50

Browse files
author
Onion
committed
docs: readme
1 parent 67ff684 commit 2bd7b50

File tree

1 file changed

+26
-17
lines changed

1 file changed

+26
-17
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,32 @@ Mine StableDiffusion is a **native, offline-first AI art generation app** that b
6262

6363
---
6464

65-
## 🎲 Supported Models
66-
67-
Mine StableDiffusion supports a wide range of state-of-the-art generative models:
68-
69-
### πŸ”₯ Popular Models
70-
- βœ… **[FLUX.1-dev / FLUX.1-schnell](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/flux.md)** - Next-gen image generation
71-
- βœ… **[FLUX.2-dev](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/flux.md)** - Latest FLUX iteration
72-
- βœ… **[SDXL / SDXL-Turbo](https://huggingface.co/stabilityai/sdxl-turbo)** - High-quality 1024x1024 images
73-
- βœ… **[SD3 / SD3.5](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/sd3.md)** - Stability AI's latest architecture
74-
- βœ… **SD1.x / SD2.x** - Classic Stable Diffusion models
75-
- βœ… **[SD-Turbo](https://huggingface.co/stabilityai/sd-turbo)** - Lightning-fast generation
76-
77-
### 🌈 Specialized Models
78-
- 🎨 **[Chroma](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/chroma.md) / [Chroma1-Radiance](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/chroma_radiance.md)** - Vibrant color generation
79-
- πŸ–ΌοΈ **[Z-Image](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/z_image.md)** - Advanced image synthesis
80-
- 🧠 **[Qwen Image](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/qwen_image.md)** - Alibaba's multimodal model
81-
- πŸ‘οΈ **[Ovis-Image](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/ovis_image.md)** - Vision-language model
65+
## 🎲 Supported Models & Performance Tiers
66+
67+
Mine StableDiffusion supports a wide range of models. To help you choose the best model for your device, we've organized them by performance requirements:
68+
69+
### οΏ½ Entry & Speed (Fastest, Minimal VRAM)
70+
_Ideal for older phones or integrated graphics. High speed, low memory usage._
71+
- βœ… **[SD-Turbo](https://huggingface.co/stabilityai/sd-turbo)** - Extremely fast 1-step generation
72+
- βœ… **SD1.x / SD2.x** - Classic Stable Diffusion models (Very efficient)
73+
- βœ… **🎨 [Chroma](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/chroma.md) / [Chroma1-Radiance](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/chroma_radiance.md)** - Vibrant color generation
74+
75+
### βš–οΈ Balanced Performance (Standard Quality)
76+
_Good balance between quality and speed. Works well on most modern devices._
77+
- βœ… **[SDXL-Turbo](https://huggingface.co/stabilityai/sdxl-turbo)** - Fast high-quality 512x512 to 1024x1024 images
78+
- βœ… **πŸ–ΌοΈ [Z-Image](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/z_image.md)** - Advanced image synthesis
79+
- βœ… **🧠 [Qwen Image](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/qwen_image.md)** - Alibaba's multimodal model
80+
81+
### πŸ’Ž Professional Quality (High Requirements)
82+
_Best for high-detail 1024x1024+ generation. Requires more VRAM and time._
83+
- βœ… **[SDXL](https://huggingface.co/stabilityai/sdxl-turbo)** - Standard high-quality base model
84+
- βœ… **[SD3 / SD3.5](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/sd3.md)** - Stability AI's latest high-fidelity architecture
85+
- βœ… **πŸ‘οΈ [Ovis-Image](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/ovis_image.md)** - Vision-language model
86+
87+
### 🌌 Next-Gen Large Models (Flagship & High-End PC)
88+
_State-of-the-art models with massive parameter counts. Best for flagship phones or dedicated GPUs._
89+
- βœ… **[FLUX.1-schnell / dev](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/flux.md)** - Next-gen image quality
90+
- βœ… **[FLUX.2-dev](https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/flux.md)** - Latest and most capable iteration
8291

8392
> [!TIP]
8493
> For model-specific documentation, check the [docs](./docs) folder

0 commit comments

Comments
Β (0)