TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.54k stars 1.31k forks source link

dependencies #2054

Open firstvanq opened 1 year ago

firstvanq commented 1 year ago

image hey there, yesterday, the notebook was working fine, but today it is showing this error, after installing the module, it keeps on saying different modules not found. idk what the problem is, but there might be some requirements/dependencies missing in the code if it was updated recently?

HelpANewbie commented 1 year ago

yes looks like an update is required - I am getting the same problem

firstvanq commented 1 year ago

yeah, seems like it, aaaaa, i wanted to do something today

sangoi-exe commented 1 year ago

The problem is on Requirements cell, it isn't working, maybe Colab problem. I'm trying a workaround here until TheLastBen try fix it.

TheLastBen commented 1 year ago

fixed, update the notebook

cosmicoxytocin commented 1 year ago

fixed, update the notebook

Thanks, was just about to suggest the python upgrade ❤️

cosmicoxytocin commented 1 year ago

Can confirm, everything works as intended now👍

thebrodyaga commented 1 year ago

Something went wrong ModuleNotFoundError: No module named 'onnxruntime.capi.onnxruntime_pybind11_state'

TheLastBen commented 1 year ago

@thebrodyaga which extension is causing it?

firstvanq commented 1 year ago

yayyy, thanks ben!!! i gotta sleep now, but will for sure run it tomorrow!

thebrodyaga commented 1 year ago

@thebrodyaga which extension is causing it?

Colab-Dreambooth. Start DreamBooth code block

TheLastBen commented 1 year ago

I'll check it out

EDIT : fixed