Search Results
7/5/2025, 11:15:04 PM
>>105811508
i went through it with chatgpt, but in general it is frustrating and i deleted it and won't mess with it again.
i ran:
git clone https://github.com/deepbeepmeep/Wan2GP.git
cd Wan2GP
conda create -n wan2gp python=3.10.9
conda activate wan2gp
pip install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124
pip install -r requirements.txt
then i tried to run:
python wgp.py
and got:
Traceback (most recent call last):
File "D:\wangp\Wan2GP\wgp.py", line 6, in <module>
from mmgp import offload, safetensors2, profile_type
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'mmgp'
i believe, or chatgpt led me to believe, that there is supposed to be a 'mmgp' folder
idk. it is aggravating
i went through it with chatgpt, but in general it is frustrating and i deleted it and won't mess with it again.
i ran:
git clone https://github.com/deepbeepmeep/Wan2GP.git
cd Wan2GP
conda create -n wan2gp python=3.10.9
conda activate wan2gp
pip install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124
pip install -r requirements.txt
then i tried to run:
python wgp.py
and got:
Traceback (most recent call last):
File "D:\wangp\Wan2GP\wgp.py", line 6, in <module>
from mmgp import offload, safetensors2, profile_type
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'mmgp'
i believe, or chatgpt led me to believe, that there is supposed to be a 'mmgp' folder
idk. it is aggravating
Page 1