Update README.md
Browse files
README.md
CHANGED
@@ -32,4 +32,8 @@ neg_prompt = "lowres, bad_anatomy, error_body, error_hair, error_arm, error_hand
|
|
32 |
pipe.text2img(prompt, width=512,height=768,negative_prompt=neg_prompt,max_embeddings_multiples=3).images[0]
|
33 |
```
|
34 |
|
35 |
-
|
|
|
|
|
|
|
|
|
|
32 |
pipe.text2img(prompt, width=512,height=768,negative_prompt=neg_prompt,max_embeddings_multiples=3).images[0]
|
33 |
```
|
34 |
|
35 |
+
if you see
|
36 |
+
```
|
37 |
+
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
|
38 |
+
```
|
39 |
+
This is normal, do not worry .
|