aa956

Results 35 comments of aa956

So, just pulled the master branch and installed from git with `pip install --upgrade .` Now sample images and metadata are downloaded New error is division by 0, so I...

Sorry, took some time to return to my desktop. > branch is `bug/download-time` It's working, everything looks correct now! Thank you. > Your computer/network is pretty fast :) I'd suspect...

> Apparently unicode bug has been in windows version of civitdl in v1 of the script... I can't believe I never found out about this bug... There's some pretty broken...

So looks most probably like the result of partially HTML formatted copy/paste of the description by model author, and that's the reason why this error never surfaced before. Although I'm...

I don't think you miss anything, broken html content is probably the result of failed (or partially successful) copy/paste by the model author on civitai. I think that this tool...

Setting environment variable `PYTHONUTF8=1` does not work with FreeCAD. According to this: https://forum.freecad.org/viewtopic.php?p=451120#p451120 Found working fix that does not require patching fcad_pcb and kicad_parser. Before importing fcad_pcb: ```python import _locale...

Documentation is a mess. Notes in addition to previous comments (Python 3.11 on Debian 12): 1. In order to install `flash_attn` i needed to manually `pip install wheel`. 2. In...

Ok, this was flash_attn > 2.7.3 error, see https://github.com/Dao-AILab/flash-attention/issues/1509 So to install: ```sh rm -rf ./star-vector git clone https://github.com/joanrod/star-vector cd star-vector python3 -m venv .venv source ./.venv/bin/activate # See https://github.com/Dao-AILab/flash-attention/issues/1038#issuecomment-2439430999...

Looks like this error? https://github.com/pytorch/pytorch/issues/117936 Also, it'd be really nice to either `print(svg)` or save it at the end of the example. With the current [pyproject.toml specifying torch==2.5.1](https://github.com/joanrod/star-vector/blob/250afbe55c4a5ca9cbae181eed8ab924b30b82bd/pyproject.toml#L16) it seems...

Thank you, looks like this works.