Skip to content

Commit e541233

Browse files
committed
title
1 parent 3a9e012 commit e541233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/en/_toctree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
- local: using-diffusers/reusing_seeds
6565
title: Improve image quality with deterministic generation
6666
- local: using-diffusers/image_quality
67-
title: Enhance image quality
67+
title: Controlling image quality
6868
- local: using-diffusers/weighted_prompts
6969
title: Prompt techniques
7070
title: Inference techniques

docs/source/en/using-diffusers/image_quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express o
1010
specific language governing permissions and limitations under the License.
1111
-->
1212

13-
# Enhance image quality
13+
# Controlling image quality
1414

1515
The components of a diffusion model, like the UNet and scheduler, can be optimized to improve the quality of generated images leading to better image lighting and details. These techniques are especially useful if you don't have the resources to simply use a larger model for inference. You can enable these techniques during inference without any additional training.
1616

0 commit comments

Comments
 (0)