You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/en/using-diffusers/multimodal2img.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ specific language governing permissions and limitations under the License.
16
16
17
17
18
18
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.
0 commit comments