huggingface / huggingface/diffusers
Missing `"linspace"` timestep spacing option for `DDIMInverseScheduler`
- Lingua principale
- Python
- Stelle
- 34.5k
- Fork
- 7.3k
- Merge medio
- 3g 3h
- PR unite (30g)
- 91
Descrizione
**Is your feature request related to a problem? Please describe.**
I was wondering why the `"linspace"` timestep spacing option is not available also for the `DDIMInverseScheduler` class, as it is for other schedulers like `DDIMScheduler` and `DDIMScheduler`.
https://github.com/huggingface/diffusers/blob/9f06a0d1a4a998ac6a463c5be728c892f95320a8/src/diffusers/schedulers/scheduling_ddim_inverse.py#L284
**Describe the solution you'd like.**
The code could be copied from the other cited schedulers where it is already implemented.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Start in src/diffusers/schedulers/scheduling_ddim_inverse.py around line 284, then compare the timestep-spacing implementation in the cited DDIMScheduler files. Verify that DDIMInverseScheduler accepts the "linspace" option and behaves consistently with those existing schedulers; the change is complete when the option works without affecting the other spacing modes.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- machine-learning
- Tipo di issue
- Funzionalità
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 55/100