Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- lllyasviel/FramePackI2V_HY
|
|
|
|
| 4 |
---
|
| 5 |
Loras mentioned in this article: https://huggingface.co/blog/neph1/framepack-camera-control-loras
|
| 6 |
|
|
@@ -11,4 +12,20 @@ Trigger and training prompts:
|
|
| 11 |
<li>cam_control_rotate_left_600.safetensors - "cam_control", "The camera rotates around the subject.
|
| 12 |
<li>cam_control_zoom_out.safetensors - "cam_control", "The camera zooms out while focusing on the subject."
|
| 13 |
|
| 14 |
-
If the training video bleeds through (like a grey cube appearing in the generation), lower the strength. Between 0.5 and 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- lllyasviel/FramePackI2V_HY
|
| 4 |
+
library_name: diffusers
|
| 5 |
---
|
| 6 |
Loras mentioned in this article: https://huggingface.co/blog/neph1/framepack-camera-control-loras
|
| 7 |
|
|
|
|
| 12 |
<li>cam_control_rotate_left_600.safetensors - "cam_control", "The camera rotates around the subject.
|
| 13 |
<li>cam_control_zoom_out.safetensors - "cam_control", "The camera zooms out while focusing on the subject."
|
| 14 |
|
| 15 |
+
If the training video bleeds through (like a grey cube appearing in the generation), lower the strength. Between 0.5 and 1.0
|
| 16 |
+
|
| 17 |
+
250605: Added two more loras
|
| 18 |
+
|
| 19 |
+
<p>
|
| 20 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/653cd3049107029eb004f968/3lK7jfKRb1cLsMSpAiVLc.webp" alt="slow_zoom training video" width="368" style="display:inline-block; margin-right: 10px;">
|
| 21 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/653cd3049107029eb004f968/PBYp1WDoPcfDxoehFy9Nn.webp" alt="slow_zoom result" width="368" style="display:inline-block; margin-right: 10px;">
|
| 22 |
+
|
| 23 |
+
</p>
|
| 24 |
+
Trigger word: slow_zoom.
|
| 25 |
+
|
| 26 |
+
<p>
|
| 27 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/653cd3049107029eb004f968/48SVmT_InM4kyEHxymo-M.webp" alt="handheld_camera training video" width="368" style="display:inline-block; margin-right: 10px;">
|
| 28 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/653cd3049107029eb004f968/u9kxuAayLbHXgo4VxH0SQ.webp" alt="handheld_camera result" width="368" style="display:inline-block; margin-right: 10px;">
|
| 29 |
+
|
| 30 |
+
</p>
|
| 31 |
+
Trigger word: handheld_camera (camera not guaranteed)
|