cameronalonso2

Results 3 issues of cameronalonso2

Hi I am getting the following error when installing the requirements with `pip install -r requirements.txt` Collecting git+git://github.com/eric-mitchell/higher@master (from -r requirements.txt (line 7)) Cloning git://github.com/eric-mitchell/higher (to revision master) to /tmp/pip-req-build-z1v0erey...

### Describe the bug Hi, the implementation of EDM method here https://github.com/huggingface/diffusers/blob/main/src/diffusers/schedulers/scheduling_euler_discrete.py misses the second-order correction step implemented here in the original paper https://arxiv.org/pdf/2206.00364.pdf: please see https://github.com/NVlabs/edm/blob/b2a26c921c5776cb52f7498248761d60649007a8/example.py#L65 ``` # Apply...

bug

### Describe the bug Hi, Forward pass is missing for this scheduler https://github.com/huggingface/diffusers/blob/v0.10.2/src/diffusers/schedulers/scheduling_sde_ve.py#L45 It would be great if this could be added. Could you give me some pointers how I...

bug