ShineChen1024 / MagicClothing

Official implementation of Magic Clothing: Controllable Garment-Driven Image Synthesis
Other
1.06k stars 100 forks source link

No module named 'pipelines.OmsIndependentDiffusionPipeline' #69

Closed Skwarson96 closed 3 weeks ago

Skwarson96 commented 3 weeks ago

Hello! I tried to run gradio_generate.py and I encountered error: Traceback (most recent call last): File "/home/user/MagicClothing/gradio_generate.py", line 9, in from pipelines.OmsIndependentDiffusionPipeline import OmsIndependentDiffusionPipeline ModuleNotFoundError: No module named 'pipelines.OmsIndependentDiffusionPipeline'

I see you don't have OmsIndependentDiffusionPipeline.py in pipelines directory

ShineChen1024 commented 3 weeks ago

fixed!