Daiqing commited on
Commit
34b08f5
1 Parent(s): 27c73f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ pipe = DiffusionPipeline.from_pretrained(
44
  "playgroundai/playground-v2-1024px-aesthetic",
45
  torch_dtype=torch.float16,
46
  use_safetensors=True,
47
- use_watermark=False,
48
  variant="fp16"
49
  )
50
  pipe.to("cuda")
 
44
  "playgroundai/playground-v2-1024px-aesthetic",
45
  torch_dtype=torch.float16,
46
  use_safetensors=True,
47
+ add_watermarker=False,
48
  variant="fp16"
49
  )
50
  pipe.to("cuda")