jfischoff commited on
Commit
c533bf6
1 Parent(s): 506646f

update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,15 +10,15 @@ Using the pipeline, InstructPix2Pix T2I model and this motion module, you can ge
10
 
11
  ### Init Image
12
 
13
- ![Init Image](/images/mona-lisa.jpg)
14
 
15
  _Make her smile_
16
 
17
- ![Smiling](/images/mona-lisa-smiles.mp4)
18
 
19
  _Make her on fire_
20
 
21
- ![On Fire](/images/mona-lisa-on-fire.mp4)
22
 
23
  ## Training
24
  The training procedure was modified to pass the first frame of all videos to the extra channels of the InstructPix2Pix model. The model was trained 4500 steps with a learning rate of 5e-7 and 5500 steps at 1e-7, with a batch size of 1.
 
10
 
11
  ### Init Image
12
 
13
+ ![Init Image](images/mona-lisa.jpg)
14
 
15
  _Make her smile_
16
 
17
+ ![Smiling](images/mona-lisa-smiles.mp4)
18
 
19
  _Make her on fire_
20
 
21
+ ![On Fire](images/mona-lisa-on-fire.mp4)
22
 
23
  ## Training
24
  The training procedure was modified to pass the first frame of all videos to the extra channels of the InstructPix2Pix model. The model was trained 4500 steps with a learning rate of 5e-7 and 5500 steps at 1e-7, with a batch size of 1.