ifmain commited on
Commit
27818d1
1 Parent(s): c3c0528

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -7,8 +7,12 @@ pipeline_tag: image-to-text
7
  base_model: Salesforce/blip-image-captioning-base
8
  ---
9
 
 
 
 
 
10
  # Overview
11
- `ifmain/blip-image2prompt-stable-diffusion` is a model based on `Salesforce/blip-image-captioning-base`, trained on the `Ar4ikov/civitai-sd-337k` dataset (2K images). This model is designed to generate text descriptions of images in the style of prompts for use with Stable Diffusion models.
12
 
13
  I used my Blip training code: [BLIP-Easy-Trainer](https://github.com/ifmain/BLIP-Easy-Trainer)
14
 
 
7
  base_model: Salesforce/blip-image-captioning-base
8
  ---
9
 
10
+ # Licence
11
+
12
+ license inherited from [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base)
13
+
14
  # Overview
15
+ `ifmain/blip-image2prompt-stable-diffusion` is a model based on [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base), trained on the [Ar4ikov/civitai-sd-337k](https://huggingface.co/datasets/Ar4ikov/civitai-sd-337k) dataset (2K images). This model is designed to generate text descriptions of images in the style of prompts for use with Stable Diffusion models.
16
 
17
  I used my Blip training code: [BLIP-Easy-Trainer](https://github.com/ifmain/BLIP-Easy-Trainer)
18