svjack commited on
Commit
759cfd3
·
verified ·
1 Parent(s): 7bc5051

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -51,11 +51,12 @@ Before proceeding, ensure that you have the following installed on your system:
51
  ## Usage
52
 
53
  To Edit a Image, use the `fpack_generate_video.py` script with the appropriate parameters. Below are examples of how to do it.
54
-
55
 
56
  * 1 Add a cat
57
  - Input
58
 
 
59
 
60
  ```python
61
  python fpack_generate_video.py \
@@ -75,10 +76,12 @@ python fpack_generate_video.py \
75
 
76
  - Output
77
 
 
78
 
79
  * 2 Change Background
80
  - Input
81
 
 
82
 
83
  ```python
84
  python fpack_generate_video.py \
@@ -99,10 +102,13 @@ python fpack_generate_video.py \
99
 
100
  - Output
101
 
 
102
 
103
  * 3 Place Train into landscape
104
  - Input
105
 
 
 
106
  ```python
107
  python fpack_generate_video.py \
108
  --dit FramePackI2V_HY/diffusion_pytorch_model-00001-of-00003.safetensors \
@@ -121,3 +127,5 @@ python fpack_generate_video.py \
121
 
122
  - Output
123
 
 
 
 
51
  ## Usage
52
 
53
  To Edit a Image, use the `fpack_generate_video.py` script with the appropriate parameters. Below are examples of how to do it.
54
+ Make sure use 512x512 as output (this used to train it.)
55
 
56
  * 1 Add a cat
57
  - Input
58
 
59
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/RBfuHn0musmr9BBP5LLib.jpeg)
60
 
61
  ```python
62
  python fpack_generate_video.py \
 
76
 
77
  - Output
78
 
79
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/IYHMeLY0Bo7ERBM1Kn9dv.png)
80
 
81
  * 2 Change Background
82
  - Input
83
 
84
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/bkr_zXRZlhbyvpD3ZpbaJ.jpeg)
85
 
86
  ```python
87
  python fpack_generate_video.py \
 
102
 
103
  - Output
104
 
105
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/6OZxyxH32pEQsT6IwQOrR.png)
106
 
107
  * 3 Place Train into landscape
108
  - Input
109
 
110
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/8_2JAEGqX_gfniKgHJ6hy.jpeg)
111
+
112
  ```python
113
  python fpack_generate_video.py \
114
  --dit FramePackI2V_HY/diffusion_pytorch_model-00001-of-00003.safetensors \
 
127
 
128
  - Output
129
 
130
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/-8oAOtrZCLL0tReIJEKWP.png)
131
+