You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -10,7 +10,7 @@ Inference of [Stable Diffusion](https://github.com/CompVis/stable-diffusion) in
10
10
11
11
- Plain C/C++ implementation based on [ggml](https://github.com/ggerganov/ggml), working in the same way as [llama.cpp](https://github.com/ggerganov/llama.cpp)
12
12
- Super lightweight and without external dependencies
13
-
- SD1.x, SD2.xand SDXL support
13
+
- SD1.x, SD2.x, SDXL and SD3 support
14
14
- !!!The VAE in SDXL encounters NaN issues under FP16, but unfortunately, the ggml_conv_2d only operates under FP16. Hence, a parameter is needed to specify the VAE that has fixed the FP16 NaN issue. You can find it here: [SDXL VAE FP16 Fix](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/blob/main/sdxl_vae.safetensors).
15
15
16
16
-[SD-Turbo](https://huggingface.co/stabilityai/sd-turbo) and [SDXL-Turbo](https://huggingface.co/stabilityai/sdxl-turbo) support
@@ -86,11 +86,13 @@ git submodule update
86
86
- Stable Diffusion v1.4 from https://huggingface.co/CompVis/stable-diffusion-v-1-4-original
87
87
- Stable Diffusion v1.5 from https://huggingface.co/runwayml/stable-diffusion-v1-5
88
88
- Stable Diffuison v2.1 from https://huggingface.co/stabilityai/stable-diffusion-2-1
89
+
- Stable Diffusion 3 2B from https://huggingface.co/stabilityai/stable-diffusion-3-medium
0 commit comments