chavez

Results 29 comments of chavez

I mean, the changelog "fix" didn't worked and it isn't even mentioned on the supported architectures page. I think it should at least be mentioned there, and if possible add...

I'm getting the following: SyntaxError: Unexpected token '�', "�PNG  This quite literally breaks the site's basic functionality Edit: I got confused, ignore this

This is not the correct thing to do when this happens btw. For me pip install -e . didnt worked many times Copy the taming folder from this repo (CompVis/taming-transformers)...

Did you downloaded it via a zip file or did git clone?

muhh license muhhh legality just move this to a selfhosted gitlab instance and forget about it

for npm package manager: ``` apt-install dos2unix dos2unix /usr/local/lib/node_modules/live-server/* ```

Not sure if anyone else has this issue, but just today I started getting the following error: ```python3 Traceback (most recent call last): File "/workspace/test.py", line 12, in audio =...

> Hey @chavinlo, you can fix this by rebasing transformers onto main (specifically this commit [huggingface/transformers#21702](https://github.com/huggingface/transformers/pull/21702)). This PR is still WIP so is not guaranteed to be stable until it's...

What would be the procedure to convert a waveform to a mel spectogram and finally to proper latents? I suppose training AudioLDM with diffusers wouldn't be too different from finetuning...