jloveric
jloveric
Actually buck run is slower than just running off the par file after you've run buck once. buck run must be doing some other checks that take about 10 seconds...
@benbrown Not yet, still just used internally.
Standoff is a nice format! 👍
Ok, some very strange things are happening. The tab starts out saying "bash", but if I type a command, "Holy cow" say, and move to a different browser tab then...
For now you can visit https://jloveric.github.io/ to see what I'm talking about as I have the terminal example running there.
I found the converter convert_diffusers_sdxl_lora_to_webui.py also works for sd1.5 loras. I used hugging face to create the loras.
I've run into this issue on a 4090. Solution here was to run without rmb on the command line. I downloaded the masked image from the gradio app and then...
I've used this with lightning before, not sure about the issue you're seeing though.
FWIW, I have a model similar to this, but using piecewise lagrange polynomials and 2 approaches I've used to solve this problem, one is I reflect at the boundaries [-1,1]...
BTW, there was on other paper (probably many more recently since polynomial nets have become more popular) that solved this by doing a linear extension beyond [-1,1] https://arxiv.org/abs/1906.10064 . I've...