Eugenio Herrera-Berg

Results 5 comments of Eugenio Herrera-Berg

Hi @snow1929! Sorry for the delayed response. About 1): the models that you select are pre-trained stylegan models. Regarding 2): I'm not sure I understood what you meant. Are you...

Hey @snow1929! Ok, so the sections that deal with CLIP are the following: ```python # From the "Install libraries 🏗️" section !git clone https://github.com/openai/CLIP sys.path.append('./CLIP') import clip # From the...

[Here is a working Colab notebook](https://colab.research.google.com/github/ouhenio/minDALL-E_notebook/blob/main/minDALLE.ipynb), in case someone is looking for one.

I'm running the multiscale generation for every frame and then I join the resulting frames together. This is the command for every frame: ``` python ./neural_style.py -seed 100 \ -style_scale...

Hi @jamahun! It's easy to run the script for every image automatically, take a look into Python's [subprocesses](https://docs.python.org/3/library/subprocess.html). I don't have the code with me anymore (this issue is 2...