mmgp 3.2.1__tar.gz → 3.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mmgp might be problematic. Click here for more details.
- {mmgp-3.2.1/src/mmgp.egg-info → mmgp-3.2.2}/PKG-INFO +5 -2
- {mmgp-3.2.1 → mmgp-3.2.2}/README.md +4 -1
- {mmgp-3.2.1 → mmgp-3.2.2}/pyproject.toml +1 -1
- {mmgp-3.2.1 → mmgp-3.2.2/src/mmgp.egg-info}/PKG-INFO +5 -2
- {mmgp-3.2.1 → mmgp-3.2.2}/LICENSE.md +0 -0
- {mmgp-3.2.1 → mmgp-3.2.2}/setup.cfg +0 -0
- {mmgp-3.2.1 → mmgp-3.2.2}/src/__init__.py +0 -0
- {mmgp-3.2.1 → mmgp-3.2.2}/src/mmgp/__init__.py +0 -0
- {mmgp-3.2.1 → mmgp-3.2.2}/src/mmgp/offload.py +0 -0
- {mmgp-3.2.1 → mmgp-3.2.2}/src/mmgp/safetensors2.py +0 -0
- {mmgp-3.2.1 → mmgp-3.2.2}/src/mmgp.egg-info/SOURCES.txt +0 -0
- {mmgp-3.2.1 → mmgp-3.2.2}/src/mmgp.egg-info/dependency_links.txt +0 -0
- {mmgp-3.2.1 → mmgp-3.2.2}/src/mmgp.egg-info/requires.txt +0 -0
- {mmgp-3.2.1 → mmgp-3.2.2}/src/mmgp.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mmgp
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.2
|
|
4
4
|
Summary: Memory Management for the GPU Poor
|
|
5
5
|
Author-email: deepbeepmeep <deepbeepmeep@yahoo.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -17,7 +17,7 @@ Requires-Dist: peft
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
<p align="center">
|
|
20
|
-
<H2>Memory Management 3.2.
|
|
20
|
+
<H2>Memory Management 3.2.1 for the GPU Poor by DeepBeepMeep</H2>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
|
|
@@ -44,6 +44,9 @@ Each profile may use a combination of the following:
|
|
|
44
44
|
|
|
45
45
|
## Sample applications that use mmgp
|
|
46
46
|
It is recommended to have a look at these applications to see how mmgp was implemented in each of them:
|
|
47
|
+
- Wan2GP: https://github.com/deepbeepmeep/Wan2GP :\
|
|
48
|
+
An excellent text to video and image to video generator by Alibaba
|
|
49
|
+
|
|
47
50
|
- Hunyuan3D-2GP: https://github.com/deepbeepmeep/Hunyuan3D-2GP :\
|
|
48
51
|
A great image to 3D and text to 3D tool by the Tencent team. Thanks to mmgp it can run with less than 6 GB of VRAM
|
|
49
52
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
<p align="center">
|
|
3
|
-
<H2>Memory Management 3.2.
|
|
3
|
+
<H2>Memory Management 3.2.1 for the GPU Poor by DeepBeepMeep</H2>
|
|
4
4
|
</p>
|
|
5
5
|
|
|
6
6
|
|
|
@@ -27,6 +27,9 @@ Each profile may use a combination of the following:
|
|
|
27
27
|
|
|
28
28
|
## Sample applications that use mmgp
|
|
29
29
|
It is recommended to have a look at these applications to see how mmgp was implemented in each of them:
|
|
30
|
+
- Wan2GP: https://github.com/deepbeepmeep/Wan2GP :\
|
|
31
|
+
An excellent text to video and image to video generator by Alibaba
|
|
32
|
+
|
|
30
33
|
- Hunyuan3D-2GP: https://github.com/deepbeepmeep/Hunyuan3D-2GP :\
|
|
31
34
|
A great image to 3D and text to 3D tool by the Tencent team. Thanks to mmgp it can run with less than 6 GB of VRAM
|
|
32
35
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mmgp
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.2
|
|
4
4
|
Summary: Memory Management for the GPU Poor
|
|
5
5
|
Author-email: deepbeepmeep <deepbeepmeep@yahoo.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -17,7 +17,7 @@ Requires-Dist: peft
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
<p align="center">
|
|
20
|
-
<H2>Memory Management 3.2.
|
|
20
|
+
<H2>Memory Management 3.2.1 for the GPU Poor by DeepBeepMeep</H2>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
|
|
@@ -44,6 +44,9 @@ Each profile may use a combination of the following:
|
|
|
44
44
|
|
|
45
45
|
## Sample applications that use mmgp
|
|
46
46
|
It is recommended to have a look at these applications to see how mmgp was implemented in each of them:
|
|
47
|
+
- Wan2GP: https://github.com/deepbeepmeep/Wan2GP :\
|
|
48
|
+
An excellent text to video and image to video generator by Alibaba
|
|
49
|
+
|
|
47
50
|
- Hunyuan3D-2GP: https://github.com/deepbeepmeep/Hunyuan3D-2GP :\
|
|
48
51
|
A great image to 3D and text to 3D tool by the Tencent team. Thanks to mmgp it can run with less than 6 GB of VRAM
|
|
49
52
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|