Dhruv Nair

Results 205 comments of Dhruv Nair

@a-r-r-o-w could you take a look here please

Closing this since it appears to be an env issue.

@Ranking666 Could you provide a full code example to reproduce this issue. Also could you update to the latest version of Diffusers and try?

This is a bug. Thanks for flagging. That file and import should be removed. I'll open a PR for it

I think hooks can work to actually capture/cache intermediate values. Not sure if a Pipeline Mixin is the way to go for enabling/disabling the cache. There seem to be a...

Hi @underscore-en we refactored `from_single_file` in version `0.28.0` to rely on the `model-index.json` to configure the pipeline, which could be what's causing the issue. Is it possible to host your...

@junnikokuki Is the issue resolved after downloading to cache?

Pipeline tests for xformers is handled via the `PipelineTesterMixin`, so an additional pipeline test is not needed. It would be nice to add a test in for the SD3 Transformer...

@CanvaChen Could you please run `make style && make quality` for the QC checks to pass?

Hi sorry this should have been removed in 0.28. This PR: https://github.com/huggingface/diffusers/pull/8754 removes these deprecated classes in favour of `FromOrignalModelMixin`