|
16 | 16 | "TokenizerLimit": 77, |
17 | 17 | "EmbeddingsLength": 768, |
18 | 18 | "ScaleFactor": 0.18215, |
| 19 | + "SampleSize": 512, |
19 | 20 | "PipelineType": "StableDiffusion", |
20 | 21 | "Diffusers": [ |
21 | 22 | "TextToImage", |
|
58 | 59 | "TokenizerLimit": 77, |
59 | 60 | "EmbeddingsLength": 768, |
60 | 61 | "ScaleFactor": 0.18215, |
| 62 | + "SampleSize": 512, |
61 | 63 | "PipelineType": "LatentConsistency", |
62 | 64 | "Diffusers": [ |
63 | 65 | "TextToImage", |
|
99 | 101 | "TokenizerLimit": 77, |
100 | 102 | "EmbeddingsLength": 768, |
101 | 103 | "ScaleFactor": 0.18215, |
| 104 | + "SampleSize": 512, |
102 | 105 | "PipelineType": "StableDiffusion", |
103 | 106 | "Diffusers": [ |
104 | 107 | "TextToImage", |
|
141 | 144 | "TokenizerLimit": 77, |
142 | 145 | "EmbeddingsLength": 768, |
143 | 146 | "ScaleFactor": 0.18215, |
| 147 | + "SampleSize": 512, |
144 | 148 | "PipelineType": "InstaFlow", |
145 | 149 | "Diffusers": [ |
146 | 150 | "TextToImage" |
|
172 | 176 | "OnnxModelPath": "D:\\Repositories\\InstaFlow-0.9B-ONNX\\vae_decoder\\model.onnx" |
173 | 177 | } |
174 | 178 | ] |
| 179 | + }, |
| 180 | + { |
| 181 | + "Name": "DreamShaper XL", |
| 182 | + "IsEnabled": true, |
| 183 | + "PadTokenId": 1, |
| 184 | + "BlankTokenId": 49407, |
| 185 | + "TokenizerLimit": 77, |
| 186 | + "EmbeddingsLength": 768, |
| 187 | + "DualEmbeddingsLength": 1280, |
| 188 | + "IsDualTokenizer": true, |
| 189 | + "ScaleFactor": 0.13025, |
| 190 | + "SampleSize": 1024, |
| 191 | + "PipelineType": "StableDiffusionXL", |
| 192 | + "Diffusers": [ |
| 193 | + "TextToImage" |
| 194 | + ], |
| 195 | + "DeviceId": 0, |
| 196 | + "InterOpNumThreads": 0, |
| 197 | + "IntraOpNumThreads": 0, |
| 198 | + "ExecutionMode": "ORT_SEQUENTIAL", |
| 199 | + "ExecutionProvider": "DirectML", |
| 200 | + "ModelConfigurations": [ |
| 201 | + { |
| 202 | + "Type": "Tokenizer", |
| 203 | + "OnnxModelPath": "D:\\Repositories\\dreamshaper-xl-1-0-Olive-Onnx\\tokenizer\\model.onnx" |
| 204 | + }, |
| 205 | + { |
| 206 | + "Type": "Tokenizer2", |
| 207 | + "OnnxModelPath": "D:\\Repositories\\dreamshaper-xl-1-0-Olive-Onnx\\tokenizer_2\\model.onnx" |
| 208 | + }, |
| 209 | + { |
| 210 | + "Type": "Unet", |
| 211 | + "OnnxModelPath": "D:\\Repositories\\dreamshaper-xl-1-0-Olive-Onnx\\unet\\model.onnx" |
| 212 | + }, |
| 213 | + { |
| 214 | + "Type": "TextEncoder", |
| 215 | + "OnnxModelPath": "D:\\Repositories\\dreamshaper-xl-1-0-Olive-Onnx\\text_encoder\\model.onnx" |
| 216 | + }, |
| 217 | + { |
| 218 | + "Type": "TextEncoder2", |
| 219 | + "OnnxModelPath": "D:\\Repositories\\dreamshaper-xl-1-0-Olive-Onnx\\text_encoder_2\\model.onnx" |
| 220 | + }, |
| 221 | + { |
| 222 | + "Type": "VaeEncoder", |
| 223 | + "OnnxModelPath": "D:\\Repositories\\dreamshaper-xl-1-0-Olive-Onnx\\vae_encoder\\model.onnx" |
| 224 | + }, |
| 225 | + { |
| 226 | + "Type": "VaeDecoder", |
| 227 | + "OnnxModelPath": "D:\\Repositories\\dreamshaper-xl-1-0-Olive-Onnx\\vae_decoder\\model.onnx" |
| 228 | + } |
| 229 | + ] |
175 | 230 | } |
176 | 231 | ] |
177 | 232 | } |
|
0 commit comments