bhuvanmdev
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
pipeline_tag: image-to-3d
|
4 |
-
---
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-to-3d
|
4 |
+
---
|
5 |
+
|
6 |
+
A modified version of [this](https://huggingface.co/dylanebert/LGM-full) repo
|
7 |
+
|
8 |
+
# LGM Full
|
9 |
+
|
10 |
+
This custom pipeline encapsulates the full [LGM](https://huggingface.co/ashawkey/LGM) pipeline, including [multi-view diffusion](https://huggingface.co/ashawkey/imagedream-ipmv-diffusers).
|
11 |
+
|
12 |
+
It is provided as a resource for the [ML for 3D Course](https://huggingface.co/learn/ml-for-3d-course).
|
13 |
+
|
14 |
+
Original LGM paper: [LGM: Large Multi-View Gaussian Model for High-Resolution 3D Content Creation](https://huggingface.co/papers/2402.05054).
|