Darren Hsu

Results 4 issues of Darren Hsu

Hello, I was wondering how you can set timeouts in the replicate.run() function. I have tried using the replicate client but it didn't throw a timeout error: ```python from replicate.client...

The `attrs` package was recently updated to version 23.2.0 [here](https://github.com/python-attrs/attrs/releases/tag/23.2.0). Version 23.2.0 is a breaking change since it adds a new argument called `__attrs_pre_init__` to the `_make_init()` function. This was...

Hey, thank you for creating this upscaler the results are amazing. Just curious if you think it's possible to use the Juggernaut SDXL Lightning checkpoint to do upscaling? What would...

### Describe the bug This commit on main https://github.com/huggingface/diffusers/commit/14a1b86fc7de53ff1dbf803f616cbb16ad530e45 seems to have broke FluxMultiControlNetModel. Reverting this commit fixes the issue on line `pipeline_flux_controlnet.py:844` Referencing this issue: https://huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro/discussions/20 ### Reproduction ```python...

bug