# 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.