Update library_name to pytorch
Browse filesThis PR ensures the library_name metadata is set to pytorch to reflect the correct library used by this model.
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
pipeline_tag: image-to-3d
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
10 |
Original LGM paper: [LGM: Large Multi-View Gaussian Model for High-Resolution 3D Content Creation](https://huggingface.co/papers/2402.05054).
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-to-3d
|
4 |
+
library_name: pytorch
|
5 |
+
base_model:
|
6 |
+
- dylanebert/LGM-full
|
7 |
+
---
|
8 |
+
|
9 |
+
This custom pipeline encapsulates [LGM](https://huggingface.co/ashawkey/LGM).
|
10 |
+
|
11 |
Original LGM paper: [LGM: Large Multi-View Gaussian Model for High-Resolution 3D Content Creation](https://huggingface.co/papers/2402.05054).
|