yownas / seed_travel

Small script for AUTOMATIC1111/stable-diffusion-webui to create images between two seeds
Other
310 stars 25 forks source link

TypeError: 'NoneType' object does not support item assigment #4

Closed megamanenm closed 2 years ago

megamanenm commented 2 years ago

I'm copying the settings from the demo pic, but I'm just getting an error code when I try to run it: image

yownas commented 2 years ago

I tried to reproduce the error, but couldn't get it to fail.

Can you try to update both AUTOMATIC1111's webui and this script and see if it works better? There are constant updates...and I guess sometime they could cause issues. But, at the time I'm writing this everything seem to work well together.

d1agram commented 2 years ago

I fixed it by reinstalling AUTOMATIC1111's Webui. I must have been running an older version. Thanks.

yownas commented 2 years ago

Hm. Still a bit weird that it failed. Oh well, if it works I guess there isn't much to fix. :)

By the way, if you installed the webui by downloading it with "git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git" you would be able to get all updates by just running "git pull" (in cmd in the stable-diffusion-webui folder)

megamanenm commented 2 years ago

Hm. Still a bit weird that it failed. Oh well, if it works I guess there isn't much to fix. :)

By the way, if you installed the webui by downloading it with "git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git" you would be able to get all updates by just running "git pull" (in cmd in the stable-diffusion-webui folder)

I did just that and it works now, thanks!