Xynonners

Results 63 comments of Xynonners

still happens, someone make a pull request?

I wish there was a JIT version of lua that is >5.1, though it's been so long at this point idk if it's ever going to happen.

same issue here. ``` Error invalid configuration argument at line 216 in file /mmfs1/gscratch/zlab/timdettmers/git/bitsandbytes/csrc/ops.cu ```

it's to do with xformers 0.0.18. to fix, you can run `pip install xformers==0.0.17` no need for rebuilding.

pretty sure it's an april's fools joke

@patrickvonplaten using euler_at_final with either default, use_karras_sigmas, or use_lu_lambdas does help the issue slightly, but it is still very apparent. use_karras_sigmas tends to be less noisy than default, while use_lu_lambdas...

@yiyixuxu I narrowed it down to the guidance_scale parameter, it seems like DPM is unstable at high guidance scale. ```python import torch from diffusers import StableDiffusionXLPipeline, DPMSolverMultistepScheduler, EulerAncestralDiscreteScheduler pipeline =...

lowered to 15, seems like euler even has noise issues at this point (cfg 14) dpm: ![dpm](https://github.com/huggingface/diffusers/assets/63993670/1dad1474-602e-499e-8972-89f93147c32e) euler: ![euler](https://github.com/huggingface/diffusers/assets/63993670/ead1dec8-6183-4fd4-8e38-ed55a9f8759a)