glid-3 icon indicating copy to clipboard operation
glid-3 copied to clipboard

combination of OpenAI GLIDE and Latent Diffusion

Results 4 glid-3 issues
Sort by recently updated
recently updated
newest added

I set up a Colab Pro notebook to finetune glid-3 on my own dataset. Got out of memory errors. Tried to set a low batch size but nothing really changes....

Traceback (most recent call last): File "/home/brijesh/Downloads/glid-3/sample.py", line 29, in from ldm import instantiate_from_config ImportError: cannot import name 'instantiate_from_config' from 'ldm' (/home/brijesh/.local/lib/python3.10/site-packages/ldm.py)

I'm new to this, sorry if I ask something silly. But when I try to use this sample.py script and increase the default resolution from 256 to 512 (for both,...

How long does it take to complete a training?