quarterturn commited on
Commit
e7f8c48
·
1 Parent(s): 8b0a93d

update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -7,6 +7,10 @@ Molmo 7B Flux Dev Image Captioner.
7
  A simple python and gradio script to use Molmo 7B for image captioning. The prompt is currently written to produce captions that work well for Flux Dev LoRA training, but you could adjust it to suit other models captioning style.
8
 
9
  Install:
 
 
 
 
10
  1. create a python3 venv or use conda to create an environment, eg:
11
  ``` conda create -n caption python=3.11 ```
12
  2. activate your environment, eg:
 
7
  A simple python and gradio script to use Molmo 7B for image captioning. The prompt is currently written to produce captions that work well for Flux Dev LoRA training, but you could adjust it to suit other models captioning style.
8
 
9
  Install:
10
+ 1. clone the repo
11
+ 2. cd to "models" and clone Molmo-7B-D-0924:
12
+ ``` git lfs install
13
+ git clone https://huggingface.co/allenai/Molmo-7B-D-0924 ```
14
  1. create a python3 venv or use conda to create an environment, eg:
15
  ``` conda create -n caption python=3.11 ```
16
  2. activate your environment, eg: