Vimukthi Randika Senarath Yapa
Vimukthi Randika Senarath Yapa
Hey!, @jrobbins I would like to work with this issue, I am very ego to deal with UI/ UX design as it is passion and it gives me continuous learning...
@lucidrains Is this resolved now ?
I had the same issue!, I found this one within an another issue check this in clip.py https://github.com/openai/CLIP/pull/397/commits/551aca347511f782a0f3980e93603194a539e853 I worked for me!
`text = clip.tokenize(classes).to(device) ` change this one to something like this! `torch.cat([clip.tokenize(f"a photo of a {c}") for c in classes]).to(device)` The results on the paper depends on how they have...
Try this one: [Tutorial](https://huggingface.co/blog/annotated-diffusionl)
It seems that one doesn't work, try these links - https://huggingface.co/blog/annotated-diffusion [theory + Implementation] - https://magic-with-latents.github.io/latent/blog.html [theory]
I got the same issue! comment out `spacy` in requirements.txt file, then run the command `pip install -e .` After that `conda install spacy` You might get an error with...
@andreagemelli Thank you very much!
Is this compatible with 4GB 3050 Ti card?
@actionless Thank you for the info. I will try those apporaches!