Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[enhancement]: SGMUniform scheduler for Hyper loras needs support! #6909

Open
1 task done
rollingcookies opened this issue Sep 21, 2024 · 1 comment
Open
1 task done
Labels
enhancement New feature or request

Comments

@rollingcookies
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Contact Details

discord: @digital_groove

What should this feature add?

SGMUniform scheduler is needed to support Hyper loras! Please add support for this scheduler in Invoke interface.

I also opened a problem in the Huggingface Diffusers library where I described the problem to add support for SGMUniform scheduler in the library: huggingface/diffusers#9397

And here they solved this problem and it looks like SGMUniform scheduler is now present in the Diffusers library (please check if everything is ok): huggingface/diffusers#9416

Alternatives

No response

Additional Content

No response

@rollingcookies rollingcookies added the enhancement New feature or request label Sep 21, 2024
@Vargol
Copy link
Contributor

Vargol commented Sep 25, 2024

There's a crap way to get SGMUniform running on InvokeAI, as in diffusers it's simply a matter of changing the schedulers timestep spacing to trailing. So if your model is in diffusers format you can edit the schedulers config file. The value is then inherited by any scheduler that supports that setting.

Unfortunately this means editing the schedulers config file back and forth if not using Hyper all the time or creating a copy of the and editing the scheduler config of the copy so you're got a new model. You can use symlinks to save disk space. it would be nice if the dev's added an better way of doing it.

Note some models already have the config set correctly if they've been imported from diffusers versions e.g. RunDiffusion/Juggernaut-XL-v9 so it's worth checking first.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants