update
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ print('\033[96m' + prompt + '\033[0m')
|
|
| 55 |
for i in range(len(output)):
|
| 56 |
print(tokenizer.decode(output[i], skip_special_tokens=True) + '\n')
|
| 57 |
```
|
| 58 |
-
These are examples of prompts generating and testing the model with the website [
|
| 59 |
generating images from prompts
|
| 60 |
|
| 61 |
```
|
|
|
|
| 55 |
for i in range(len(output)):
|
| 56 |
print(tokenizer.decode(output[i], skip_special_tokens=True) + '\n')
|
| 57 |
```
|
| 58 |
+
These are examples of prompts generating and testing the model with the website [STABLE DIFFUSION XL](https://clipdrop.co/) for the stable diffusion model
|
| 59 |
generating images from prompts
|
| 60 |
|
| 61 |
```
|