8000 Fix HEAD (#306) · CodersSampling/generative-models@2a532db · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a532db

Browse files
voletivVikram Voleti
andauthored
Fix HEAD (Stability-AI#306)
Co-authored-by: Vikram Voleti <vikram@ip-26-0-153-234.us-west-2.compute.internal>
1 parent fba930d commit 2a532db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,13 @@
1212
- We extend the streamlit demo `scripts/demo/video_sampling.py` and the standalone python script `scripts/sampling/simple_video_sample.py` for inference of both models.
1313
- Please check our [project page](https://sv3d.github.io), [tech report](https://sv3d.github.io/static/paper.pdf) and [video summary](https://youtu.be/Zqw4-1LcfWg) for more details.
1414

15-
<<<<<<< HEAD
1615
To run SV3D_u on a single image:
1716
- Download `sv3d_u.safetensors` from https://huggingface.co/stabilityai/sv3d to `checkpoints/sv3d_u.safetensors`
1817
- Run `python scripts/sampling/simple_video_sample.py --input_path <path/to/image.png> --version sv3d_u`
1918

2019
Additionally for SV3D_p,
2120
- Specify sequences of 21 elevations and 21 azimuths (in degrees) to `elevations_deg` ([-90, 90]), and `azimuths_deg` [0, 360] in sorted order from 0 to 360. For example:
2221
`python scripts/sampling/simple_video_sample.py --input_path <path/to/image.png> --version sv3d_p --elevations_deg [<list of 21 elevations in degrees>] --azimuths_deg [<list of 21 azimuths in degrees>]`
23-
=======
24-
To run SV3D on a single image:
25-
`python scripts/sampling/simple_video_sample.py --input_path <path/to/image.png> --version sv3d_p`
26-
>>>>>>> main
2722

2823
To run SVD or SV3D on a streamlit server:
2924
`streamlit run scripts/demo/video_sampling.py`

0 commit comments

Comments
 (0)
0