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
Copy file name to clipboardExpand all lines: src/diffusers/pipelines/dit/pipeline_dit.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,9 @@ class DiTPipeline(DiffusionPipeline):
46
46
47
47
Parameters:
48
48
transformer ([`DiTTransformer2DModel`]):
49
-
A class conditioned `DiTTransformer2DModel` to denoise the encoded image latents. Initially
50
-
published as [Transformer2DModel](https://huggingface.co/facebook/DiT-XL-2-256/blob/main/transformer/config.json#L2) in the config, but the mismatch can be ignored.
49
+
A class conditioned `DiTTransformer2DModel` to denoise the encoded image latents. Initially published as
0 commit comments