rupeshs / fastsdcpu

Fast stable diffusion on CPU
MIT License
1.5k stars 122 forks source link

Troubles with running android installation #272

Closed misfit-mischief closed 1 month ago

misfit-mischief commented 1 month ago

I have followed patienx step by step guide for installing on android and all goes well, until I try to run it.

AttributeError: module 'timm.models._registry' has no attribute 'get_pretrained_cfgs_for_arch'. Did you mean: 'get_pretrained_cfg_value'?

This is the error I keep getting. Any advice is appreciated.

rupeshs commented 1 month ago

@misfit-mischief please follow this guide https://nolowiz.com/how-to-install-and-run-fastsd-cpu-on-android-temux-step-by-step-guide/

misfit-mischief commented 1 month ago

I tried that as well but it fails to even install with this method. Something about not being able to find mediapipe 0.10.9

rupeshs commented 1 month ago

I tried that as well but it fails to even install with this method. Something about not being able to find mediapipe 0.10.9

Could you make sure that you are using python 3.11?

misfit-mischief commented 1 month ago

Latest ubuntu is on python3.12, solution was to sub in Debian, it has python3.11, works as expected now.