Update README.md
Browse files
README.md
CHANGED
@@ -40,4 +40,12 @@ if you see
|
|
40 |
```
|
41 |
Token indices sequence length is longer than the specified maximum sequence length for this model ( 108 > 77 ) . Running this sequence through the model will result in indexing errors
|
42 |
```
|
43 |
-
This is normal, do not worry .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
```
|
41 |
Token indices sequence length is longer than the specified maximum sequence length for this model ( 108 > 77 ) . Running this sequence through the model will result in indexing errors
|
42 |
```
|
43 |
+
This is normal, do not worry .
|
44 |
+
|
45 |
+
# Acknowledgments
|
46 |
+
|
47 |
+
Some code borrows from [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui):
|
48 |
+
|
49 |
+
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/3246a2d6b898da6a98fe9df4dc67944635a41bd3/modules/sd_hijack_clip.py
|
50 |
+
|
51 |
+
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/3246a2d6b898da6a98fe9df4dc67944635a41bd3/modules/prompt_parser.py
|