Open skoot opened 1 year ago
I have this problem too... After your fix any generation broken
RuntimeError: shape '[8, 1, 25, 18]' is invalid for input of size 3800
And other same strings...
go to the extension location under: stable-diffusion-webui\extensions\stable-diffusion-webui-daam\scripts\daam\
replace utils.py with these 2 files, it should work 100%
I just installed this extension and I get the following error in the console:
I tried doing a pip install fonts but then it says that fonts.ttf doesn't contain Roboto.
pip install font-roboto
fixed the issue.I don't see any
requirements.txt
file in this repo, shouldn't it have one?