Ryan Dick
|
a9e7ecad49
|
Finish first draft of convert_diffusers_instantx_state_dict_to_bfl_format(...).
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
76f4766324
|
WIP - implement convert_diffusers_instantx_state_dict_to_bfl_format(...).
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
3dfc242f77
|
(minor) rename other_forward() -> forward()
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
1e43389cb4
|
Add utils for detecting XLabs ControlNet vs. InstantX ControlNet from
state dict.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
cb33de34f7
|
Migrate DiffusersControlNetFlux from diffusers-style to BFL-style.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
7562ea48dc
|
Improve typing of zero_module().
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
83f4700f5a
|
Use top-level torch import for all torch stuff.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
704e7479b2
|
Remove DiffusersControlNetFlux.from_transformer(...).
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
5f44559f30
|
Fixup typing around DiffusersControlNetFluxOutput.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
7a22819100
|
Remove gradient checkpointing from DiffusersControlNetFlux.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
70495665c5
|
Remove FluxMultiControlNetModel
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
ca30acc5b4
|
Remove LoRA stuff from DiffusersCotnrolNetFlux.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
8121843d86
|
Remove logic for modifying attn processors from DiffusersControlNetFlux.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
bc0ded0a23
|
Rename FluxControlNetModel -> DiffusersControlNetFlux
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
30f6034f88
|
Start updating imports for FluxControlNetModel
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
7d56a8ce54
|
Copy model from 99f608218c/src/diffusers/models/controlnet_flux.py
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
e7dc439006
|
Rename ControlNetFlux -> XLabsControlNetFlux
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
0b84f567f1
|
Fix type errors and imporve docs for ControlNetFlux.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
69c0d7dcc9
|
Remove gradient checkpointing from ControlNetFlux.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
5307248fcf
|
Remove ControlNetFlux logic related to attn processor overrides.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
2efaea8f79
|
Remove duplicate FluxParams class.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
c1dfd9b7d9
|
Fix FLUX module imports for ControlNetFlux.
|
2024-10-10 07:59:29 -04:00 |
|
Ryan Dick
|
c594ef89d2
|
Copy ControlNetFlux model from 47495425db/src/flux/controlnet.py.
|
2024-10-10 07:59:29 -04:00 |
|