Juanerx / Q-DiT

PyTorch code for Q-DiT: Accurate Post-Training Quantization for Diffusion Transformers
30 stars 2 forks source link

No module named 'diffusion/qdit/models.model' #1

Closed zjq0455 closed 2 weeks ago

zjq0455 commented 3 months ago

Hi!

Thank u for ur contributions.

'No module named xxx' error occurred when I try to run it which means it could not find the module in local project. Why it happens (VSCODE)?

Juanerx commented 3 months ago

You can clone the latest repo and follow the readme file. pip install . installs the modules in this project.

zjq0455 commented 3 months ago

You can clone the latest repo and follow the readme file. pip install . installs the modules in this project.

Thank u for answering, I have fixed the issue.