Commit graph

46 commits

Author SHA1 Message Date
limiteinductive 07985694ed fix training_101 import 2024-04-18 20:58:47 +02:00
limiteinductive 446796da57 Refactor TimeValue 2024-04-18 20:58:47 +02:00
Pierre Chapuis e033306f60 use factories in context example
Using the same instance multiple times is a bad idea
because PyTorch memorizes things internally. Among
other things this breaks Chain's `__repr__`.
2024-04-05 18:06:54 +02:00
Pierre Chapuis 2b48988c07 add missing word in documentation 2024-03-28 14:41:27 +01:00
limiteinductive 6a72943ff7 change TimeValue to a dataclass 2024-03-19 14:49:24 +01:00
Pierre Chapuis c1b3a52141 set refine.rs home title 2024-03-13 16:34:42 +01:00
Pierre Chapuis 5d784bedab add test for "Adapting SDXL" guide 2024-03-08 15:43:57 +01:00
Pierre Chapuis 052a20b897 remove add_multiple_loras 2024-03-08 15:43:57 +01:00
limiteinductive 5593b40073 fix training 101 guide inconsistencies 2024-03-08 14:24:34 +01:00
Benjamin Trom f1079fe8f1 write Training 101 guide 2024-02-26 14:44:02 +01:00
Laurent 2a3e353f04 enable StyleAligned related docstrings in mkdocstrings 2024-02-15 15:22:47 +01:00
Cédric Deltheil e36dda63fd fix miscellaneous typos 2024-02-07 17:51:25 +01:00
hugojarkoff 2bdb42e88d Change image preprocessing resizing to use Pillow 2024-02-02 18:21:04 +01:00
hugojarkoff 75830e2179 Add T2I-Adapter subsection to SDXL Adaptation guide 2024-02-02 18:21:04 +01:00
Laurent 1dcb36e1e0 (doc/foundationals) add IPAdapter, related docstrings 2024-02-02 17:35:03 +01:00
Laurent 6b35f1cc84 (doc/foundationals) add SDLoraManager, related docstrings 2024-02-02 17:35:03 +01:00
Laurent 6d8016190c (docs) modify which docstrings are displayed in docs/reference/latent_diffusion.md 2024-02-02 17:35:03 +01:00
Laurent 270357ed29 (docs) ignore CLIP related docstrings in latent_diffusion.md 2024-02-02 17:35:03 +01:00
Pierre Chapuis c02a7b378f better example model for Chain 2024-02-02 17:30:14 +01:00
Pierre Chapuis add4f37d97 add footnote for PyTorch paper and link to walk 2024-02-02 14:38:36 +01:00
Cédric Deltheil 17046e0717 docs/getting-started: tweak toc and update snippet
`encode_image` has been deprecated part of #213
2024-02-02 14:05:06 +01:00
Cédric Deltheil 7b8e9e3c67 docs: wording tweaks (homepage and banner) 2024-02-02 12:24:46 +01:00
Pierre Chapuis 2afb7cb638 add some links to API reference 2024-02-02 12:01:06 +01:00
Cédric Deltheil f7cc6e577c docs/index.md: add badges 2024-02-02 11:26:13 +01:00
dnsbrl e809edbb4c
docs: wording fixes in the adapting SDXL guide 2024-02-01 22:53:05 +01:00
Cédric Deltheil 0eb739e3c6 docs/guides: remove absolute link and tweak nav 2024-02-01 22:10:12 +01:00
Cédric Deltheil 13df3ac48a docs: get rid of guides/index.md 2024-02-01 22:10:12 +01:00
hugojarkoff c334e3ee8a Add Adapting SDXL guide to documentation 2024-02-01 22:10:12 +01:00
Pierre Chapuis 8d247f0318 add empty extra.css to avoid warning 2024-02-01 18:57:16 +01:00
Pierre Chapuis 39055f39a4 better home page + menu icons 2024-02-01 18:57:16 +01:00
Pierre Chapuis 3f3d192375 foundational -> foundation 2024-02-01 18:57:16 +01:00
Laurent 91034abb25 (mkdocs) add announcement bar, for the bounty program 2024-02-01 17:52:23 +01:00
Pierre Chapuis 5f474d01f8 update getting started 2024-02-01 17:17:22 +01:00
Pierre Chapuis a4c6975ac8 key concept docs 2024-02-01 17:17:22 +01:00
Cédric Deltheil aa87c303be docs: add missing CNAME
Was set part of the workflow before #230
2024-02-01 16:09:51 +01:00
Laureηt 17fda69e1a fix typo in docs/reference/SUMMARY.md
Co-authored-by: Cédric Deltheil <355031+deltheil@users.noreply.github.com>
2024-02-01 11:48:32 +01:00
Laurent 099510d6c0 configure and initialize mkdocstrings 2024-02-01 11:48:32 +01:00
Pierre Chapuis ab63a01582 new docs scaffold 2024-01-31 18:23:43 +01:00
limiteinductive 91480088fa change favicon to svg format and add logo to config 2024-01-11 10:49:22 +01:00
limiteinductive ff5ec74e05 add WIP to unfinished docs 2024-01-09 14:08:10 +01:00
limiteinductive cce5d2b31e fix navigation 2024-01-09 14:08:10 +01:00
limiteinductive b1ff0de500 add dropy flavored favicon 2024-01-09 14:08:10 +01:00
limiteinductive da3ed8690a add Refiners theme and basic nav to documentation 2024-01-09 14:08:10 +01:00
Cédric Deltheil b640495dd0 mkdocs init
Via:

    rye run mkdocs new .
2024-01-08 17:54:54 +01:00
Bryce 92e8166c83 docs: fix markdown link to lora adapter code 2023-10-28 22:42:17 +02:00
Pierre Chapuis 84cde77825 add documentation about Adapters 2023-08-04 18:49:11 +02:00