Falah commited on
Commit
36b3ce7
1 Parent(s): d948e42
Files changed (1) hide show
  1. README.md +1 -1
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 [Link Text](https://clipdrop.co/) for the stable diffusion model
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
  ```