Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
videogen
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
videogen
Commits
e0c0485f
Commit
e0c0485f
authored
Feb 25, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document --allow-bigger-models option
parent
81008fd6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
README.md
README.md
+6
-0
SKILL.md
SKILL.md
+16
-0
No files found.
README.md
View file @
e0c0485f
...
...
@@ -343,6 +343,12 @@ python3 videogen --clear-cache
## VRAM Management
```
bash
# Allow models larger than VRAM using system RAM (implies sequential offload)
python3 videogen
--auto
--prompt
"..."
--allow-bigger-models
# Specify offload strategy explicitly
python3 videogen
--auto
--prompt
"..."
--offload_strategy
sequential
--vram_limit
16
# Limit VRAM usage
python3 videogen
--model
wan_14b_t2v
--prompt
"test"
--vram_limit
16
...
...
SKILL.md
View file @
e0c0485f
...
...
@@ -116,6 +116,22 @@ python3 videogen --remove-cached-model <model_id>
python3 videogen
--clear-cache
```
#### VRAM Management
```
bash
# Allow models larger than VRAM using system RAM (implies sequential offload)
python3 videogen
--auto
--prompt
"..."
--allow-bigger-models
# Specify offload strategy explicitly
python3 videogen
--auto
--prompt
"..."
--offload_strategy
sequential
--vram_limit
16
# Limit VRAM usage
python3 videogen
--model
wan_14b_t2v
--prompt
"..."
--vram_limit
16
# Low RAM mode
python3 videogen
--model
wan_14b_t2v
--prompt
"..."
--low_ram_mode
```
### Auto Mode
Auto mode is the easiest way for AI agents to generate content:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment