VQGAN-CLIP
VQGAN-CLIP copied to clipboard
Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
The Timeline tool can be used to create videos where the prompt and other settings change throughout the duration of the video.
Run through all the instruction but it wouldn't work so I tried to pip install all of the requirements. I am running on Linux mint latest version. but when go...
I want to call generate.py from my python application, what is the "best" way to do this? i currently have two options: This uses the shell to run another process,...
https://github.com/nerdyrodent/VQGAN-CLIP/blob/a6c8c487b89727d3c3440b8b3c406331c12275d6/generate.py#L726 Why calculate a mseloss of z and 0 and multiply it by a function on init_weight? Is it some kind of regular term?
This is a fantastic tool! I've been using it to generate several one-off images and I'm excited to expand upon it and contribute in any way I can. It takes...
Could not make this run on multi GPUs. Would love some help!
Looks like setting the seed doesn't truly produce the same results. After some testing I noticed that these lines ```python torch.manual_seed(seed) torch.backends.cudnn.benchmark = False ``` should be improved by adding...
Hello there, i have a issue with the -conf and -ckpt arguments: i would like to use another model but how do i use them? i type this in the...
Hi. Let me start by saying this project is great. Using it to generate larger images using cpu after experimenting to find interesting texts with gpu (limited by RAM). So...