Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyam-2026 committed Oct 26, 2023
1 parent bd65dcf commit 002b09e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zero123++: a Single Image to Consistent Multi-view Diffusion Base Model
# Zero123++: A Single Image to Consistent Multi-view Diffusion Base Model

![Teaser](resources/teaser-low.jpg)

Expand Down Expand Up @@ -47,7 +47,7 @@ result.show()
result.save("output.png")
```

The above example requires ~5GB VRAM to operate.
The above example requires ~5GB VRAM to run.
The input image needs to be square, and the recommended image resolution is `>=320x320`.

By default, Zero123++ generates opaque images with gray background (the `zero` for Stable Diffusion VAE).
Expand Down Expand Up @@ -89,7 +89,7 @@ result.show()
result.save("output.png")
```

This example requires ~5.7GB VRAM to operate.
This example requires ~5.7GB VRAM to run.

## Models

Expand All @@ -116,7 +116,7 @@ pip install -r requirements.txt

Then run `streamlit run app.py`.

For Gradio Demo you can run `python gradio_app.py`.
For Gradio Demo, you can run `python gradio_app.py`.

## Citation

Expand Down

0 comments on commit 002b09e

Please sign in to comment.