Video-Text-to-Text
Transformers
Safetensors
qwen3_vl
image-text-to-text
camera-movement
video-understanding
qwen3-vl
vggt-injection
Instructions to use ddz16/CamInject-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ddz16/CamInject-4B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("ddz16/CamInject-4B") model = AutoModelForMultimodalLM.from_pretrained("ddz16/CamInject-4B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fix external_plugins to use relative path
Browse files
args.json
CHANGED
|
@@ -276,7 +276,7 @@
|
|
| 276 |
"structured_outputs_regex": null,
|
| 277 |
"adapters": [],
|
| 278 |
"external_plugins": [
|
| 279 |
-
"
|
| 280 |
],
|
| 281 |
"custom_register_path": [],
|
| 282 |
"model_kwargs": {},
|
|
|
|
| 276 |
"structured_outputs_regex": null,
|
| 277 |
"adapters": [],
|
| 278 |
"external_plugins": [
|
| 279 |
+
"camera_movement_sft/plugins/camdistill_plugin.py"
|
| 280 |
],
|
| 281 |
"custom_register_path": [],
|
| 282 |
"model_kwargs": {},
|