stable-diffusion-paperspace
stable-diffusion-paperspace copied to clipboard
AttributeError: 'DecodedSamples' object has no attribute 'to'
Been getting this error all day after the automatic1111 update. Has anyone found a fix. Or experienced the same issue?
Yeah, I don't recommend updating the WebUI unless you need a new feature. Unless you like spending a couple hours debugging and reading GitHub issues. Honestly, I suggest reverting to whatever commit worked.
How do I revert to a previous commit? I've also updated without realizing and want to revert back.
@Kyuuto312
- Back up your current install:
cp -r stable-diffusion-webui stable-diffusion-webui-latest - Pick a commit from https://github.com/AUTOMATIC1111/stable-diffusion-webui/commits/master
git reset --hard [commit]