[Modular diffusers] more refactors #11484
make loader optional
c8b5d564
remove lora step and ip-adapter step -> no longer needed
7b86fcea
rename pipeline -> components, data -> block_state
7ca860c2
yiyixuxu
marked this pull request as draft 191 days ago
seperate controlnet step into input + denoise
efd70b78
refactor controlnet union
43ac1ff7
reefactor pipeline/block states so that it can dynamically accept kwargs
dc4dbfe1
remove controlnet union denoise step, refactor & reuse controlnet den…
f5527735
allow input_fields as input & update message
16b6583f
update input formating, consider kwarggs_type inputs with no name, e/…
d89631fc
refactor the denoiseestep using LoopSequential! also add a new file f…
0f0618ff
change warning to debug
c677d528
fix get_execusion blocks with loopsequential
2b361a24
fix auto denoise so all tests pass
2017ae56
update imports on guiders
cf01aaeb
remove modular reelated change from pipelines folder
462429b6
made a modular_pipelines folder!
0acb5e14
update __init__
153ae34f
add notes
796453ca
add block state will also make sure modifed intermediates_inputs will…
144eae4e
move block mappings to its own file
522e8276
make inputs truly immutable, remove the output logic in sequential pi…
5cde77f9
decode block, if skip decoding do not need to update latent
58358c2d
fix imports
506a8ea0
fix import
e2491af6
fix more
a0deefb6
remove the output step
a7fb2d2a
make generator intermediates (it is mutable)
8ad14a52
after_denoise -> decoders
96ce6744
add a to-do for guider cconfig mixin
27c1158b
refactor component spec: replace create/create_from_pretrained/create…
d0fbf745
refactor modular loader: 1. load only load (pretrained components onl…
163341d3
update components manager
73ab5725
up
61dac3bb
remove the duplicated components_manager file I forgot to deletee
4968edc5
fix import in block mapping
de6ab6b4
add a to-do for modular loader
eb941503
prepare_latents_img2img pipeline method -> function, maybe do the sam…
1b89ac14
update input for loop blocks, do not need to include intermediate
d136ae36
yiyixuxu
merged
3471f2fb
into modular-refactor 173 days ago
yiyixuxu
deleted the modular-refactor-0501 branch 173 days ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub