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
13698a69
Commit
13698a69
authored
Feb 28, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'experimental'
parents
698b8f7d
daae1fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
SKILL.md
SKILL.md
+5
-1
No files found.
SKILL.md
View file @
13698a69
...
...
@@ -128,6 +128,9 @@ python3 videogen --auto --prompt "..." --allow-bigger-models
# Specify offload strategy explicitly
python3 videogen
--auto
--prompt
"..."
--offload_strategy
sequential
--vram_limit
16
# NEW: Balanced strategy - maximizes VRAM usage, only offloads if necessary
python3 videogen
--auto
--prompt
"..."
--offload_strategy
balanced
# Limit VRAM usage
python3 videogen
--model
wan_14b_t2v
--prompt
"..."
--vram_limit
16
...
...
@@ -492,7 +495,8 @@ VideoGen creates these output files:
2.
**Out of memory**
-
Use a smaller model
-
Add
`--offload_strategy sequential`
-
Add
`--offload_strategy sequential`
(for very large models)
-
Use
`--offload_strategy balanced`
(recommended - maximizes VRAM usage)
-
Reduce resolution with
`--width`
and
`--height`
3.
**Pipeline class not found**
...
...
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