1
0
Fork 0

fix(docs): add SDXL folders to pre-converted readme

This commit is contained in:
Sean Sube 2023-12-22 21:05:55 -06:00
parent b8405a7e71
commit 35cc16ab0f
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 13 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# MODEL TITLE
# TODO MODEL TITLE
This is a copy of MODEL TITLE converted to the ONNX format for use with tools that use ONNX models, such as
https://github.com/ssube/onnx-web. If you have questions about using this model, please see
This is a copy of TODO MODEL TITLE, TODO CIVITAI LINK, converted to the ONNX format for use with tools that use ONNX models, such
as https://github.com/ssube/onnx-web. If you have questions about using this model, please see
https://github.com/ssube/onnx-web/blob/main/docs/user-guide.md#pre-converted-models.
FP16 WARNING: This model has been converted to FP16 format and will not run correctly on the CPU platform. If you are
using the CPU platform, please use the FP32 model instead.
As a derivative of MODEL TITLE, the model files that came with this README are licensed under the terms of TODO. A copy
As a derivative of TODO MODEL TITLE, the model files that came with this README are licensed under the terms of the TODO LICENSE. A copy
of the license was included in the archive. Please make sure to read and follow the terms before you use this model or
redistribute these files.
@ -26,6 +26,7 @@ Please see https://github.com/ssube/onnx-web/blob/main/docs/user-guide.md#adding
- cnet
- UNet model with ControlNet layers
- remove for SDXL
- LICENSE.txt
- the original model's license
- model_index.json
@ -36,10 +37,17 @@ Please see https://github.com/ssube/onnx-web/blob/main/docs/user-guide.md#adding
- scheduler config
- text_encoder
- text encoder model
- text_encoder2
- second text encoder model for SDXL
- remove for SD v1.5
- tokenizer
- tokenizer config
- tokenizer2
- second tokenizer config for SDXL
- remove for SD v1.5
- unet
- UNet model
- vae_decoder
- VAE decoder model
- vae_encoder
- VAE encoder model