diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 4d218d9..6d3f665 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 d2eb9c2..6d3f665 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 677d24a..a3714bd 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 0000000..44b49c8 --- /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 e69de29..4b13c50 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 e69de29..0000000 diff --git a/docs/training_utils/index.md b/docs/training_utils/index.md index 9541809..7a91124 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 d17b58c..68b0953 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: