Scott LeGrand

Results 58 comments of Scott LeGrand

Yep, I came up with roughly the same idea last Summer and then I read that paper that fleshed it out even further last Fall. My sparse input kernels end...

So this is not quite right and I will soon be submitting a fix for this. Currently, the Sparseness penalty is global. The only piece here that is active is...

I think there might be an issue with tensorflow 0.9 as it cannot even detect gpus on the same machine on which I once ran tensorflow 0.8.

Can you explain more specifically hat you are trying to do here?

You could emulate this by locking the weights you wish to stay randomized. I tried this on some problems but didn't see any real benefit, but your mileage may vary.

Seems to affect scripts across the board, line 455 or so of modules/scripts.py attempts to extract script parameters, but script.args_from and script.args_to are out of bounds values by then and...

You should look at the console log to see if controlnet is failing to load. In my experience, that's usually what that means.

SD-CN-webui seemed to be the biggest culprit. I am going to guess the script API changed and the extensions that screw everything up haven't been updated to reflect that. If...