Skip to content

Commit

Permalink
[docs] Refactor image quality docs (#7758)
Browse files Browse the repository at this point in the history
* refactor

* code snippets

* fix path

* fix path in guide

* code outputs

* align toctree title

* title

* fix title
  • Loading branch information
stevhliu authored Apr 25, 2024
1 parent 1816880 commit fa750a1
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 197 deletions.
6 changes: 2 additions & 4 deletions docs/source/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,10 @@
title: Pipeline callbacks
- local: using-diffusers/reusing_seeds
title: Reproducible pipelines
- local: using-diffusers/control_brightness
title: Control image brightness
- local: using-diffusers/image_quality
title: Controlling image quality
- local: using-diffusers/weighted_prompts
title: Prompt techniques
- local: using-diffusers/freeu
title: Improve generation quality with FreeU
title: Inference techniques
- sections:
- local: using-diffusers/sdxl
Expand Down
5 changes: 5 additions & 0 deletions docs/source/en/api/pipelines/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ The table below lists all the pipelines currently available in 🤗 Diffusers an
- to
- components


[[autodoc]] pipelines.StableDiffusionMixin.enable_freeu

[[autodoc]] pipelines.StableDiffusionMixin.disable_freeu

## FlaxDiffusionPipeline

[[autodoc]] pipelines.pipeline_flax_utils.FlaxDiffusionPipeline
Expand Down
58 changes: 0 additions & 58 deletions docs/source/en/using-diffusers/control_brightness.md

This file was deleted.

135 changes: 0 additions & 135 deletions docs/source/en/using-diffusers/freeu.md

This file was deleted.

Loading

0 comments on commit fa750a1

Please sign in to comment.