Jakub Arnold

Results 79 comments of Jakub Arnold
trafficstars

I've managed to work around this issue by installing strawberryperl and directly modifying the Setup.lhs to run perl with `mysql_config.pl` as an argument explicitly. This however still fails with the...

and after building with `cabal install --extra-include-dirs=PATH_TO_MYSQL_INCLUDE` this still fails with ``` Preprocessing library mysql-0.1.1.7... In file included from C:\Program Files\MySQL\MySQL Server 5.6\include/mysql.h:72:0, from include/mysql_signals.h:9, from C.hsc:68: C:\Program Files\MySQL\MySQL Server...

Ok so I've managed to get this to build, similarly to what @eflister says. 1. comment out line 320 in `mysql_com.h` in the MySQL includes dir 2. comment out lines...

Just a minor update for those who end up finding this issue. I managed to get my app working by replacing the `mysql` package with ODBC altogether (specifically `persistent-odbc`), which...

There's more options than that. This repo https://github.com/basujindal/stable-diffusion has an optimized version that uses less VRAM but takes longer. Apparently runs on 4GB, but I haven't tested it myself. The...

I get that that's the case for many people, but I don't understand why you're posting this in this issue, where I'm actually trying to make this run on more...

Exactly! I have 12GB too and was immediately surprised that "holycrap is this not enough"? First thing people told me was to look at the optimized repo, which is totally...

Unfortunately 256x256 yields much worse quality of images than 512x512, to the point where the results are basically unusable. There are many optimizations (such as in the lstein and automatic1111...

I'm not sure if this repo is a meme or real, or if this issue is a meme or real, but at the tiny chance that it is real, please...

> You can use a git reference in your Cargo.toml This isn't actually true if you want to depend on it in a crate that is published on creates. The...