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
f370dcd1
Commit
f370dcd1
authored
Feb 28, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase colorspace detection steps from 5 to 15 for clearer color signal
parent
818ddf67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
videogen.py
videogen.py
+2
-2
No files found.
videogen.py
View file @
f370dcd1
...
@@ -1225,7 +1225,7 @@ def detect_model_colorspace(pipe, model_name, m_info, args):
...
@@ -1225,7 +1225,7 @@ def detect_model_colorspace(pipe, model_name, m_info, args):
# (128x128 test frame, 5 inference steps), so it works even with low free RAM
# (128x128 test frame, 5 inference steps), so it works even with low free RAM
print
(
f
" 🔍 Detecting colorspace for {model_name}..."
)
print
(
f
" 🔍 Detecting colorspace for {model_name}..."
)
print
(
f
" (Using minimal resources - 128x128, 5 steps)"
)
print
(
f
" (Using minimal resources - 128x128,
1
5 steps)"
)
try
:
try
:
# Use VERY small dimensions and minimal steps to conserve memory
# Use VERY small dimensions and minimal steps to conserve memory
...
@@ -1245,7 +1245,7 @@ def detect_model_colorspace(pipe, model_name, m_info, args):
...
@@ -1245,7 +1245,7 @@ def detect_model_colorspace(pipe, model_name, m_info, args):
"height"
:
test_height
,
"height"
:
test_height
,
"width"
:
test_width
,
"width"
:
test_width
,
"num_frames"
:
test_frames
,
"num_frames"
:
test_frames
,
"num_inference_steps"
:
5
,
# Very minimal steps
"num_inference_steps"
:
15
,
# Sufficient steps for clear color signal
"guidance_scale"
:
3.0
,
# Lower guidance to reduce memory
"guidance_scale"
:
3.0
,
# Lower guidance to reduce memory
}
}
...
...
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