Ryan Dick
|
e16faa6370
|
Add gradient blending to tile seams in MultiDiffusion.
|
2024-07-19 13:05:50 -07:00 |
|
Ryan Dick
|
9a3b8c6fcb
|
Fix handling of init_timestep in StableDiffusionGeneratorPipeline and improve its documentation.
|
2024-06-26 12:51:51 -04:00 |
|
Ryan Dick
|
bd74b84cc5
|
Revert "Remove the redundant init_timestep parameter that was being passed around. It is simply the first element of the timesteps array."
This reverts commit fa40061eca .
|
2024-06-26 12:51:51 -04:00 |
|
Ryan Dick
|
e1af78c702
|
Make the tile_overlap input to MultiDiffusion *strictly* control the amount of overlap rather than being a lower bound.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
c5588e1ff7
|
Add TODO comment explaining why some schedulers do not interact well with MultiDiffusion.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
07ac292680
|
Consolidate _region_step() function - the separation wasn't really adding any value.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
7c032ea604
|
(minor) Fix some documentation typos.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
fa40061eca
|
Remove the redundant init_timestep parameter that was being passed around. It is simply the first element of the timesteps array.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
25067e4f0d
|
Delete rough notes.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
fb0aaa3e6d
|
Fix advanced scheduler behaviour in MultiDiffusionPipeline.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
c22526b9d0
|
Fix handling of stateful schedulers in MultiDiffusionPipeline.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
c881882f73
|
Connect TiledMultiDiffusionDenoiseLatents to the MultiDiffusionPipeline backend.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
36473fc52a
|
Remove regional conditioning logic from MultiDiffusionPipeline - it is not yet supported.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
b9964ecc4a
|
Initial (untested) implementation of MultiDiffusionPipeline.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
051af802fe
|
Remove inpainting support from MultiDiffusionPipeline.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
3ff2e558d9
|
Remove IP-Adapter and T2I-Adapter support from MultiDiffusionPipeline.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
fc187c9253
|
Document plan for the rest of the MultiDiffusion implementation.
|
2024-06-25 11:31:52 -07:00 |
|
Ryan Dick
|
60d1e686d8
|
Copy StableDiffusionGeneratorPipeline as a starting point for a new MultiDiffusionPipeline.
|
2024-06-25 11:31:52 -07:00 |
|