[WIP] Diffusers upgrade 0.31.0#1499
Conversation
Signed-off-by: Daniel Huang <daniel1.huang@intel.com>
Signed-off-by: Daniel Huang <daniel1.huang@intel.com>
|
I changed to WIP/draft because of failing tests for Both of them are failing inconsistently, and they refer to the RGB clip score not meeting the target score. I have also tested this on the main branch and received similar failing results. Should this be a concern for this PR, or should it be address in another issue (most likely by locating sources of randomness and relaxing target score modifier)? Any recommendations/help on this will be greatly appreciated! |
|
@pi314ever |
|
@imangohari1 I notice that there is a slight difference in how that PR handles the changes to ControlNetSDV. Is there a preference for this? |
not necessary a preference but I think @dsocek has removed the unnecessary codes in #1482 . DanielS did you notice that |
@imangohari1 @pi314ever ControlNetSDV pipeline does not actually use these attn property functions. This is an experimental pipeline from Ciara Rowles which has not been included in official diffusers so its not maintained (i.e., we cant just inherit it from new versions of diffusers). So I decided to drop these property fns as they are not needed for inference SVD+ControlNet (I checked this before I removed these fns). |
|
@dsocek Thanks for the insight! I think this PR is not relevant anymore. |
What does this PR do?
Updates diffusers version to
0.31.0. Changed deprecated sections inEulerDescreteSchedulerargument passthrough andget_processorfor attention processors inControlNetSDVModel.Validated with
make fast_tests_diffusersandmake slow_tests_diffusers RUN_SLOW=1(WIP).Before submitting