AUTOMATIC1111 / stable-diffusion-webui-aesthetic-gradients

Aesthetic gradients extension for web ui
431 stars 66 forks source link

Aesthetic Gradients aren't working anymore #20

Open bosbrand opened 1 year ago

bosbrand commented 1 year ago

I threw away my extensions from the folder and reinstalled them using the webui., didn't help. When training a gradient I get:

RuntimeError: torch.cat(): expected a non-empty list of Tensors

When trying to use one of my previously trained gradients I get:

UserWarning: None of the inputs have requires_grad=True. Gradients will be None warnings.warn("None of the inputs have requires_grad=True. Gradients will be None")

Olaf-II commented 1 year ago

If you run into this problem, I just used an older commit: https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients/tree/411889ca602f20b8bb5e4d1af2b9686eab1913b1 and it works!

ovladuk commented 1 year ago

If you run into this problem, I just used an older commit: https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients/tree/411889ca602f20b8bb5e4d1af2b9686eab1913b1 and it works!

still doesn't work for me