Skip to content

Commit 178d377

Browse files
committed
update docs
1 parent cdd500e commit 178d377

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ specific language governing permissions and limitations under the License.
1616

1717

1818

19-
Multimodal instructions mean you can input any sequence of mixed text and images to guide image generation. You can input multiple images and use prompts to describe the desired output. This approach is more flexible than using only text or images.
19+
Multimodal instructions mean you can input arbitrarily interleaved text and image inputs as conditions to guide image generation.
20+
You can input multiple images and use prompts to describe the desired output.
21+
This approach is more flexible than using only text or images.
2022

2123
## Examples
2224

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ image = pipe(
274274
guidance_scale=2.5,
275275
img_guidance_scale=1.6,
276276
generator=torch.Generator(device="cpu").manual_seed(666)).images[0]
277+
image
277278
```
278279

279280
<div class="flex flex-row gap-4">

0 commit comments

Comments
 (0)