Pavel Kraynyukhov

Results 7 comments of Pavel Kraynyukhov

I have A4000 here. Im getting images with resolution up to 1856x1024 with text2img and with img2img as well. With or without attention-slicing. I suppose that xformers help here a...

First of all thanks for the info @ThibaultLSDC. And yes your point of view on the VRAM requirements seems to be valid. 3 downscales as 2^3 = x8 downscale, and...

I had the same issue, recompiled both causal-conv1d and mamba from source, then cp -r build/lib.linux-x86_64-cpython-310/* ../venv/lib/python3.10/site-packages/ for both packages. Mind the ../venv - replace with the path to your...

One more missing point: How to query amount of records in a table?

Just to be clear, in the following points it is all about the metadata (list of databases, tables, fields of the tables): Missing documentation on querying existing databases Missing documentation...

You may also state in your documentation and in the description to your database that inserts are taking constant time (at least that I've experienced with 4.7M inserted records on...

Thank you a lot for this hint. It is working as expected. You do not need to change the current API though. Something like this wrapper solves the open/close within...