Aesthetic Gradients aren't working anymore
bosbrand opened this issue · 2 comments
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")
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!
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