fix: removing stray space from readme at inopportune location (#237)

In the multiline example with the "girl with the pearl earring" was a stray space that led to an error.

As the command line was interpreted as two separate commands.
I remove the stray space in this pull-request, to spare others the headache of finding the whitespace.
pull/240/head
Deadolus 1 year ago committed by GitHub
parent 9eacf5e7ed
commit 8df10576f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,7 +98,7 @@ When writing strength modifiers keep in mind that pixel values are between 0 and
```bash
>> imagine \
--init-image pearl_earring.jpg \
--init-image pearl_earring.jpg \
--mask-prompt "face AND NOT (bandana OR hair OR blue fabric){*6}" \
--mask-mode keep \
--init-image-strength .2 \

Loading…
Cancel
Save