lllyasviel / lllyasviel/FramePack

Why max value of `latent_window_size` is 33? Can I use larger value?

Open
#279 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
17.3k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

latent_window_size = gr.Slider(label="Latent Window Size", minimum=1, maximum=33, value=9, step=1, visible=False) # Should not change

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the implementation containing the `latent_window_size` slider and read how the value is used. Determine why the maximum is 33 and whether larger values are supported safely; done means documenting the constraint or defining and validating a supported larger range.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.