Skip to content

Commit d0c2e04

Browse files
authored
fix: add the default args of pulid_pipeline
1 parent 714a58f commit d0c2e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrappers/flux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(
1717
self,
1818
model: NunchakuFluxTransformer2dModel,
1919
config,
20-
pulid_pipeline,
20+
pulid_pipeline = None,
2121
customized_forward: Callable = None,
2222
forward_kwargs: dict | None = {},
2323
):

0 commit comments

Comments
 (0)