dblasko commited on
Commit
fd2c38b
1 Parent(s): 0c55f5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -12,9 +12,10 @@ tags:
12
  # DALL·E 3 Image prompt reverse-engineering
13
 
14
  Pre-trained image-captioning model BLIP fine-tuned on a mixture of `laion/dalle-3-dataset` and semi-automatically gathered `(image, prompt)` data from DALLE·E 3.
15
-
16
  It takes a generated image as an input and outputs a potential prompt to generate such an image, which can then be used as a base to generate similar images.
17
 
 
 
18
  ### Usage:
19
 
20
  Loading the model and preprocessor:
 
12
  # DALL·E 3 Image prompt reverse-engineering
13
 
14
  Pre-trained image-captioning model BLIP fine-tuned on a mixture of `laion/dalle-3-dataset` and semi-automatically gathered `(image, prompt)` data from DALLE·E 3.
 
15
  It takes a generated image as an input and outputs a potential prompt to generate such an image, which can then be used as a base to generate similar images.
16
 
17
+ ⚠️ Disclaimer: This model is **not intended for commercial use** as the data it was trained on includes images generated by DALLE·E 3. This is for educational purposes only.
18
+
19
  ### Usage:
20
 
21
  Loading the model and preprocessor: