diffusers/docs/source
Kashif Rasul bd8df2da89
[Pytorch] Pytorch only schedulers (#534)
* pytorch only schedulers

* fix style

* remove match_shape

* pytorch only ddpm

* remove SchedulerMixin

* remove numpy from karras_ve

* fix types

* remove numpy from lms_discrete

* remove numpy from pndm

* fix typo

* remove mixin and numpy from sde_vp and ve

* remove remaining tensor_format

* fix style

* sigmas has to be torch tensor

* removed set_format in readme

* remove set format from docs

* remove set_format from pipelines

* update tests

* fix typo

* continue to use mixin

* fix imports

* removed unsed imports

* match shape instead of assuming image shapes

* remove import typo

* update call to add_noise

* use math instead of numpy

* fix t_index

* removed commented out numpy tests

* timesteps needs to be discrete

* cast timesteps to int in flax scheduler too

* fix device mismatch issue

* small fix

* Update src/diffusers/schedulers/scheduling_pndm.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2022-09-27 15:27:34 +02:00
..
api [Pytorch] Pytorch only schedulers (#534) 2022-09-27 15:27:34 +02:00
conceptual finish 2022-09-08 17:47:54 +02:00
imgs improve readme 2022-06-15 11:50:41 +02:00
optimization Initial ONNX doc (TODO: Installation) (#426) 2022-09-08 16:46:24 +02:00
training Fix typos and add Typo check GitHub Action (#483) 2022-09-16 15:36:51 +02:00
using-diffusers docs: `.md` readability fixups (#619) 2022-09-23 12:02:27 +02:00
_toctree.yml [Docs] Minor fixes in optimization section (#420) 2022-09-08 13:13:46 +02:00
index.mdx docs: fix `stochastic_karras_ve` ref (#618) 2022-09-22 18:36:29 +02:00
installation.mdx Docs: fix installation typo (#453) 2022-09-09 15:17:17 -06:00
quicktour.mdx Fix typos and add Typo check GitHub Action (#483) 2022-09-16 15:36:51 +02:00