Skip to content

Commit d568c97

Browse files
authored
[chore] remove controlnet implementations outside controlnet module. (#12152)
* remove controlnet implementations outside controlnet module. * fix * fix * fix
1 parent 3981c95 commit d568c97

File tree

6 files changed

+2
-371
lines changed

6 files changed

+2
-371
lines changed

β€Ždocs/source/en/api/models/controlnet_flux.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ pipe = FluxControlNetPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", co
4242

4343
## FluxControlNetOutput
4444

45-
[[autodoc]] models.controlnet_flux.FluxControlNetOutput
45+
[[autodoc]] models.controlnets.controlnet_flux.FluxControlNetOutput

β€Ždocs/source/en/api/models/controlnet_sparsectrl.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ controlnet = SparseControlNetModel.from_pretrained("guoyww/animatediff-sparsectr
4343

4444
## SparseControlNetOutput
4545

46-
[[autodoc]] models.controlnet_sparsectrl.SparseControlNetOutput
46+
[[autodoc]] models.controlnets.controlnet_sparsectrl.SparseControlNetOutput

β€Žsrc/diffusers/models/controlnet.pyβ€Ž

Lines changed: 0 additions & 115 deletions
This file was deleted.

β€Žsrc/diffusers/models/controlnet_flux.pyβ€Ž

Lines changed: 0 additions & 70 deletions
This file was deleted.

β€Žsrc/diffusers/models/controlnet_sd3.pyβ€Ž

Lines changed: 0 additions & 68 deletions
This file was deleted.

β€Žsrc/diffusers/models/controlnet_sparsectrl.pyβ€Ž

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
Β (0)