From 058e78411d97737011420d4c4341dc8d2d4643b9 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 7 Dec 2025 10:16:08 -0800 Subject: [PATCH] docs: Small changes --- docs/Image Generation Tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Image Generation Tutorial.md b/docs/Image Generation Tutorial.md index b285bbc1..43d6de7c 100644 --- a/docs/Image Generation Tutorial.md +++ b/docs/Image Generation Tutorial.md @@ -60,7 +60,7 @@ Note: The next time you launch the web UI, the model will get automatically load ### LLM Prompt Variations -To use this feature, you need to load an LLM in the main "Model" tab on the left. +To use this feature, you need to load an LLM in the main "Model" page on the left. If you have no idea what to use, do this to get started: @@ -78,7 +78,7 @@ The improvement in creativity is striking (prompt: `Photo of a beautiful woman a ## Generating images over API -It is possible to generate images usign the project's API. Just make sure to start the server with `--api`, either by +It is possible to generate images using the project's API. Just make sure to start the server with `--api`, either by 1. Passing the `--api` flag to your `start` script, like `./start_linux.sh --api`, or 2. Writing `--api` to your `user_data/CMD_FLAGS.txt` file and relaunching the web UI.