Update README.md

#6
by Loop16 - opened
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -6,6 +6,7 @@ tags:
6
  license: openrail++
7
  language:
8
  - en
 
9
  library_name: diffusers
10
  pipeline_tag: image-to-image
11
  ---
@@ -67,7 +68,7 @@ condition_image = resize_for_condition_image(source_image, 768)
67
  init_image = resize_for_condition_image(init_image, 768)
68
  generator = torch.manual_seed(123121231)
69
  image = pipe(prompt="a bilboard in NYC with a qrcode",
70
- negative_prompt="ugly, disfigured, low quality, blurry, nsfw",
71
  image=init_image,
72
  control_image=condition_image,
73
  width=768,
 
6
  license: openrail++
7
  language:
8
  - en
9
+ - es
10
  library_name: diffusers
11
  pipeline_tag: image-to-image
12
  ---
 
68
  init_image = resize_for_condition_image(init_image, 768)
69
  generator = torch.manual_seed(123121231)
70
  image = pipe(prompt="a bilboard in NYC with a qrcode",
71
+ negative_prompt="ugly, disfigured, low quality, blurry",
72
  image=init_image,
73
  control_image=condition_image,
74
  width=768,