DongChenMSRA commited on
Commit
b19515c
·
verified ·
1 Parent(s): 0e39a04

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -330,7 +330,7 @@ pipe = LensPipeline.from_pretrained(
330
  ).to("cuda")
331
 
332
  image = pipe(
333
- prompt="A cat holding a sign that says hello world",
334
  base_resolution=1440, aspect_ratio="1:1",
335
  num_inference_steps=50, guidance_scale=5.0,
336
  generator=torch.Generator("cuda").manual_seed(0),
 
330
  ).to("cuda")
331
 
332
  image = pipe(
333
+ prompt="A cat holding a sign that says \"hello world\"",
334
  base_resolution=1440, aspect_ratio="1:1",
335
  num_inference_steps=50, guidance_scale=5.0,
336
  generator=torch.Generator("cuda").manual_seed(0),