soten355 / MetalDiffusion

Stable Diffusion for Intel and Silicon Mac's. Forked from @divamgupta's work
Other
67 stars 5 forks source link

WebUI not loading #14

Open greezmky opened 1 week ago

greezmky commented 1 week ago

cpu: i9 Mac gpu: 5500M OS: Sonoma

WebUI never loads and terminal displays the following:

ModuleNotFoundError: No module named 'diffusers.models.unet_2d_blocks'

Am I missing something in the installation process? I reviewed the process and I don't believe that I am.

arnehilmann commented 1 week ago

same here: machine spec and error message

arnehilmann commented 1 week ago

found it, a communityPipeline referenced the model under an old path... attached a patch file, apply it locally with git apply fix-nets-path.patch.

fix-unets-path.patch

arnehilmann commented 1 week ago

@greezmky please have a try

greezmky commented 1 week ago

@arnehilmann That worked, Thank YOU!

Now to figure the rest of the ui.

Thanks again