Update README.md
Browse files
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:
|