You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(manager): reuse parse_model_chain for camerachain validation
Replace manual model validation in CamCreateForm.clean_camerachain()
with parse_model_chain() from ppl_generator. This aligns validation
with the existing pipeline parser and ensures future compatibility
with potential chain syntax changes.
Also includes minor indentation fixes.
0 commit comments