eliphatfs commited on
Commit
9c9fcc1
1 Parent(s): e908767

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ How to use:
16
  Example usage:
17
 
18
  ```python
19
- pipeline = Zero123PlusPipeline.from_pretrained('./zero123pp', torch_dtype=torch.float16)
20
  pipeline.to('cuda:0')
21
  pipeline(
22
  to_rgb_image(Image.open(r"condition.png"))
 
16
  Example usage:
17
 
18
  ```python
19
+ pipeline = Zero123PlusPipeline.from_pretrained('sudo-ai/zero123plus-v1.1', torch_dtype=torch.float16)
20
  pipeline.to('cuda:0')
21
  pipeline(
22
  to_rgb_image(Image.open(r"condition.png"))