WAS
WAS
I probably didn't math right for all aspect ratios. It's making 1:1 square tiles Since the image isn't square the tiles aren't fitting. On Wed, Mar 5, 2025, 5:42 PM...
The code may need to be updated but we aren't pinning transformers anymore (least don't believe so, didn't actually check :p ) so since that whole developmental build stuff is...
I'm not sure if you all have checked out my topic here: https://github.com/joanrod/star-vector/issues/8 But there is support regarding the missing packages and what I did to get the project running...
The issue is your config was corrupted. You just needed to back it up and delete it. On Wed, Oct 9, 2024, 7:19 PM leShu ***@***.***> wrote: > find this...
Can you provide the full error? That's only part of a stack trace, but seems to be indicating you are passing nothing, a NoneType, to the node, so there is...
I got past this Torch issue but was encountered tons of other errors and gave up. There is a bunch of system packages required that you do not mention in...
> It seems to me like an error with flash-attention. can you try installing flash-attn separately? Checking this on my side, will update the installation steps Yeah, I was missing...
> How did you got past that issue? I'm having the same torch issue here Instead of the specific cuda versioned torches, I just installed via `pip3 install torch torchvision...
> `flash_attn` no windows whl > > https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu11torch2.5cxx11abiFALSE-cp311-cp311-win_amd64.whl It's working for me on WHL. Just my Ubuntu didn't come with right build tools. Was ahead by one version.
CUDA is usually not provided with installs cause it's may require special versions on different dishes and OS. Usually it's a prerequisite before installing the package