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
Copy file name to clipboardExpand all lines: Readme.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ If we enable Tiny decoder(TAESD) we can save some memory(2GB approx) for example
133
133
- Update realtime UI
134
134
- Add hypersd support
135
135
- 1 step fast inference support for SDXL and SD1.5
136
-
- Experimental support for single file Safetensors SD 1.5 models(Civitai models), simply add local model path to configs/stable-diffusion-models.txt file.
136
+
- Experimental support for single file Safetensors SD 1.5/SDXL models(Civitai models), simply add local model path to configs/stable-diffusion-models.txt file.
137
137
- Add REST API support
138
138
- Add Aura SR (4x)/GigaGAN based upscaler support
139
139
- Add Aura SR v2 upscaler support
@@ -144,6 +144,8 @@ If we enable Tiny decoder(TAESD) we can save some memory(2GB approx) for example
144
144
- AI PC NPU(Power efficient inference using OpenVINO) supports, text to image ,image to image and image variations support
145
145
- Add [TAEF1 (Tiny autoencoder for FLUX.1) openvino](https://huggingface.co/rupeshs/taef1-openvino) support
146
146
- Add Image to Image and Image Variations Qt GUI support,thanks [monstruosoft](https://github.com/monstruosoft)
147
+
- Add single file SDXL safetensor file support,thanks [monstruosoft](https://github.com/monstruosoft)
148
+
147
149
148
150
<aid="fast-inference-benchmarks"></a>
149
151
@@ -309,7 +311,7 @@ Watch YouTube video :
309
311
310
312
## Models
311
313
312
-
To use single file [Safetensors](https://huggingface.co/docs/safetensors/en/index) SD 1.5 models(Civit AI) follow this [YouTube tutorial](https://www.youtube.com/watch?v=zZTfUZnXJVk). Use LCM-LoRA Mode for single file safetensors.
314
+
To use single file [Safetensors](https://huggingface.co/docs/safetensors/en/index) SD 1.5/SDXL models(Civit AI) follow this [YouTube tutorial](https://www.youtube.com/watch?v=zZTfUZnXJVk). Use LCM-LoRA Mode for single file safetensors.
0 commit comments