Update README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,7 @@ print(character_pipe.doc)
|
|
17 |
|
18 |
image = character_pipe(
|
19 |
prompt=(
|
20 |
-
|
21 |
-
"wearing a T-shirt with the text 'Modular Diffusers' legible on the chest, natural lighting, "
|
22 |
-
"professional photography style"
|
23 |
),
|
24 |
character_image=load_image("yiyi_3.jpg"),
|
25 |
output="image"
|
@@ -40,11 +38,12 @@ pipe.to("cuda")
|
|
40 |
|
41 |
image = pipe(
|
42 |
image=image,
|
43 |
-
prompt='''
|
44 |
guidance_scale=1.5
|
45 |
).images[0]
|
46 |
```
|
47 |
|
48 |
|
49 |
-
|
|
|
50 |
|
|
|
17 |
|
18 |
image = character_pipe(
|
19 |
prompt=(
|
20 |
+
'''Youtube thumbnail of a women texting on iphone. Graphic overlay of text bubble "🤗"'''
|
|
|
|
|
21 |
),
|
22 |
character_image=load_image("yiyi_3.jpg"),
|
23 |
output="image"
|
|
|
38 |
|
39 |
image = pipe(
|
40 |
image=image,
|
41 |
+
prompt='''change the text to "when is next diffusers release?"''',
|
42 |
guidance_scale=1.5
|
43 |
).images[0]
|
44 |
```
|
45 |
|
46 |
|
47 |
+
|
48 |
+

|
49 |
|