DongChenMSRA commited on
Commit
ecb512a
·
verified ·
1 Parent(s): aed9e78

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=4, guidance_scale=1.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=4, guidance_scale=1.0,
336
  generator=torch.Generator("cuda").manual_seed(0),