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

|
60 |
|
61 |
```python
|
62 |
python fpack_generate_video.py \
|
|
|
76 |
|
77 |
- Output
|
78 |
|
79 |
+

|
80 |
|
81 |
* 2 Change Background
|
82 |
- Input
|
83 |
|
84 |
+

|
85 |
|
86 |
```python
|
87 |
python fpack_generate_video.py \
|
|
|
102 |
|
103 |
- Output
|
104 |
|
105 |
+

|
106 |
|
107 |
* 3 Place Train into landscape
|
108 |
- Input
|
109 |
|
110 |
+

|
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 |
+

|
131 |
+
|