You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be helpful to add support for easy access to distillation LoRAs on non-distilled architectures, e.g. for Strix Halo users and those with lower-end cards that have sufficient memory but slower rendering speeds. I reckon that this would be best done in stages:
The CFG-preserved LoRAs listed usually have lower-step alternatives that require the CFG to be set to 1. I have opted here for the more conservative options.
Additional Content
Fooocus previously bundled the 4-step LoRA with its SDXL implementation, making it available via a preset
If this FR is implemented, it may be possible to support CPU-only generation on select architectures using 1-step LoRAs, as demonstrated in this existing Diffusers implementation
Is there an existing issue for this?
Contact Details
No response
What should this feature add?
It may be helpful to add support for easy access to distillation LoRAs on non-distilled architectures, e.g. for Strix Halo users and those with lower-end cards that have sufficient memory but slower rendering speeds. I reckon that this would be best done in stages:
Here is a list of likely LoRAs for inclusion:
* Base model already distilled
Alternatives
The CFG-preserved LoRAs listed usually have lower-step alternatives that require the CFG to be set to 1. I have opted here for the more conservative options.
Additional Content