YiYiXu commited on
Commit
19ba817
·
verified ·
1 Parent(s): c37869d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -17,9 +17,7 @@ print(character_pipe.doc)
17
 
18
  image = character_pipe(
19
  prompt=(
20
- "medium shot (waist-up) of an Asian woman, full upper body clearly visible, "
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='''standing in front of a coffee shop entrace with text "Huggingface". Do not change the character.''',
44
  guidance_scale=1.5
45
  ).images[0]
46
  ```
47
 
48
 
49
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/624ef9ba9d608e459387b34e/qDpJVBpCJ20b5zfa0kBFZ.png)
 
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/624ef9ba9d608e459387b34e/KlPwOQZDAkkJrNEfEcMsv.png)
49