From ff5ec74e0502117abab5143c18602783b631560e Mon Sep 17 00:00:00 2001 From: limiteinductive Date: Tue, 9 Jan 2024 11:57:07 +0100 Subject: [PATCH] add WIP to unfinished docs --- docs/contributing/index.md | 2 +- docs/{home => fluxion}/adapters.md | 0 docs/fluxion/index.md | 2 +- docs/models/index.md | 4 +++- docs/models/latent_diffusion.md | 3 +++ docs/models/segment_anything.md | 3 +++ docs/models/stable_diffusion.md | 0 docs/training_utils/index.md | 2 ++ mkdocs.yml | 4 ++-- 9 files changed, 15 insertions(+), 5 deletions(-) rename docs/{home => fluxion}/adapters.md (100%) create mode 100644 docs/models/latent_diffusion.md delete mode 100644 docs/models/stable_diffusion.md diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 4d218d9fe..6d3f66599 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -1 +1 @@ -# Contributing \ No newline at end of file +WIP \ No newline at end of file diff --git a/docs/home/adapters.md b/docs/fluxion/adapters.md similarity index 100% rename from docs/home/adapters.md rename to docs/fluxion/adapters.md diff --git a/docs/fluxion/index.md b/docs/fluxion/index.md index d2eb9c213..6d3f66599 100644 --- a/docs/fluxion/index.md +++ b/docs/fluxion/index.md @@ -1 +1 @@ -# Fluxion \ No newline at end of file +WIP \ No newline at end of file diff --git a/docs/models/index.md b/docs/models/index.md index 677d24abb..a3714bdda 100644 --- a/docs/models/index.md +++ b/docs/models/index.md @@ -1 +1,3 @@ -# Foundational Models \ No newline at end of file +# Foundational Models + +WIP \ No newline at end of file diff --git a/docs/models/latent_diffusion.md b/docs/models/latent_diffusion.md new file mode 100644 index 000000000..44b49c836 --- /dev/null +++ b/docs/models/latent_diffusion.md @@ -0,0 +1,3 @@ +# Latent Diffusion + +WIP \ No newline at end of file diff --git a/docs/models/segment_anything.md b/docs/models/segment_anything.md index e69de29bb..4b13c5022 100644 --- a/docs/models/segment_anything.md +++ b/docs/models/segment_anything.md @@ -0,0 +1,3 @@ +# Segment Anything + +WIP \ No newline at end of file diff --git a/docs/models/stable_diffusion.md b/docs/models/stable_diffusion.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/training_utils/index.md b/docs/training_utils/index.md index 9541809a4..7a911240a 100644 --- a/docs/training_utils/index.md +++ b/docs/training_utils/index.md @@ -5,3 +5,5 @@ and its configuration. It is meant to be used with Refiners, but it can be used ## Quickstart +WIP + diff --git a/mkdocs.yml b/mkdocs.yml index d17b58cfe..68b095316 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,14 +25,14 @@ extra_css: nav: - Home: - index.md - - home/adapters.md - Getting started: getting_started.md - Models: - models/index.md - - models/stable_diffusion.md + - models/latent_diffusion.md - models/segment_anything.md - Fluxion: - fluxion/index.md + - fluxion/adapters.md - Training utils: - training_utils/index.md - Contributing: