-
After some experimentation, I've found that the best optimiser to use (at least, for standard VQGAN, not pixel or clipdraw) is DiffGrad, with a step size somewhere around 1. It gives a perfect balance…
-
I get this error when using -vid
```Generating video...
Traceback (most recent call last):
File "C:\Users\vanceagher\vqgan\generate.py", line 669, in
p = Popen(['ffmpeg',
File "C:\Users\…
-
I tried Start_Here.ipynb and Swap_Model.ipynb
Same error:
```
---------------------------------------------------------------------------
AttributeError Traceback (mos…
-
Hi, I'm training custom data (the [facades dataset](https://cmp.felk.cvut.cz/~tylecr1/facade/)) in Google Colab. I've had to edit `main.py` to fix logger issues, but I can't figure out how to fix this…
-
I'm investigating how to generate prompts from an image
There was some instructions to encode_text + encode_image using faiss here
https://github.com/mlfoundations/open_clip/issues/1
I was diggi…
-
```sh
File "/content/lib/dalle-lightning/pl_dalle/modules/vqvae/quantize.py", line 20, in forward
z_flattened = z.view(-1, self.embedding_dim)
RuntimeError: view size is not compatible with i…
-
I am trying to train a VQGAN on an 8-core TPU. Have you successfully trained a VQGAN on a single TPU using this codebase?
-
There was a follow-on problem after solving #1, but I wanted to create a separate issue for this because it's likely unrelated. After running the below commands (as described in that previous issue):
…
-
### News
- 컨퍼런스 소식
- ICLR 2022 다음주 부터 (4.25 ~ 29) 시작입니다: https://iclr.cc/
- 네이버 클로바의 ICLR 스케쥴 (12개): https://naver-career.gitbook.io/en/teams/clova-cic/events/naver-clova-iclr-2022
- ICL…
-
Hello, I am having issues with VQGAN + Clip. I am subscribed to Colab Pro. When I select the execute button for "Selección de modelos a descargar”, I receive a notice that says
"Could not resolve ho…