Adam Skinner

Results 8 comments of Adam Skinner

These settings helped me fix my ram problems on a 3070: ``` --xformers --opt-sdp-no-mem-attention --opt-channelslast --upcast-sampling --no-half-vae ``` ``` PYTORCH_CUDA_ALLOC_CONF=backend:cudaMallocAsync ``` That, and using Tiled Diffusion and Tiled VAE.

> Btw has xformers become deterministic? I did the same prompt three times and got the exact same image everytime, that's surprising. If so then maybe it should be the...

The typing on suidPlugin is incorrect. You'll want to reference it as `suidPlugin.default()`.

That would be to weight the tokens usage in a particular line item. I want to weight the usage of the line item itself.

The yaml file might look like this: ```yaml demoran: - line item 1 - line item 2 ``` I want to have line item one selected more often than line...

I've done some more investigation here, and changed my prompt to fix the issue. It was blowing up because I either didn't specify default values for parameters and then omitted...

I think the parameterized invocation syntax `template(x=abc)` should accept multiple parameters. The behavior of parameters should be documented Throw an exception if any required parameters are missing that prevents the...

Consistently, but never initially