Precompute

Results 19 comments of Precompute
trafficstars

SD doesn't care about case but S/R is case sensitive. So you'd want to do the following: artist1 x ARTIST9000 artist2 x ARTIST8900 ... artist9000 x ARTIST1 etc.

Is this being worked upon? It sounds like an awesome feature. Even if it's restricted to txt2img, it'd be a start. I guess this would require major changes to the...

Have the devs considered this? Is this being worked upon?

Cannot reproduce this. Extension works flawlessly for me.

Oh, I guess this is a discrepancy between tailwind versions. https://v2.tailwindcss.com/docs/customizing-colors says green=emerald and yellow=amber, but now these are different colors. Specifying Emerald / Amber in the YAML breaks styling...

A hacky workaround for this is to add the following to `templates/hooks/more-head.tpl`: ``` ```

Until that happens, maybe `vc-root-dir` can be replaced by the following: https://github.com/abo-abo/swiper/blob/master/counsel.el#L1263-L1268 ```elisp (defun counsel--dominating-file (file &optional dir) "Look up directory hierarchy for FILE, starting in DIR. Like `locate-dominating-file', but...

Can't reproduce this.