ppbrown commited on
Commit
8a62239
·
verified ·
1 Parent(s): 5d80cb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -3,7 +3,7 @@
3
  This was the original version of the model, that I may have publicised, so Im keeping it for now.
4
  Eventually, though, it should go away.
5
 
6
- See instead, opendiffusionai/stablediffusionxl_t5
7
 
8
  Code I am working on for it, will be in
9
 
@@ -16,4 +16,8 @@ However, do note that the main tokenizer has been replaced with a new definition
16
 
17
  The one thing still of interest here may be
18
 
19
- [create-t5sdxl-v0.py](create-t5sdxl-v0.py)
 
 
 
 
 
3
  This was the original version of the model, that I may have publicised, so Im keeping it for now.
4
  Eventually, though, it should go away.
5
 
6
+ See instead, [opendiffusionai/stablediffusionxl_t5](https://huggingface.co/opendiffusionai/stablediffusionxl_t5)
7
 
8
  Code I am working on for it, will be in
9
 
 
16
 
17
  The one thing still of interest here may be
18
 
19
+ [create-t5sdxl-v0.py](create-t5sdxl-v0.py)
20
+
21
+ **WARNING**
22
+ it looks like it may be a useful diffusers pipeline. IT IS NOT.
23
+ For a workable pipeline, go to our later varient mentioned at the top.