File size: 785 Bytes
b0938f9
 
b38700c
 
b0938f9
8a62239
b0938f9
 
 
 
8786d2c
 
 
 
5d80cb2
 
 
 
8a62239
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Work in progress

This was the original version of the model, that I may have publicised, so Im keeping it for now.
Eventually, though, it should go away.

See instead, [opendiffusionai/stablediffusionxl_t5](https://huggingface.co/opendiffusionai/stablediffusionxl_t5)

Code I am working on for it, will be in

https://github.com/ppbrown/t5sdxl/

# Contents

The majority of it is just the sdxl base 1.0, with the text tokenizers taken out.
However, do note that the main tokenizer has been replaced with a new definition, specifying T5 type.

The one thing still of interest here may be

[create-t5sdxl-v0.py](create-t5sdxl-v0.py)

  **WARNING**
  it looks like it may be a useful diffusers pipeline. IT IS NOT.
For a workable pipeline, go to our later varient mentioned at the top.