Skip to content

Notebook tweaks for Google Colab #7

@woctezuma

Description

@woctezuma

For info, on Google Colab, the provided notebook examples/sampling_interactive_demo.ipynb has to be slightly edited.

One has to:

  • toggle ON the GPU usage,
  • run the following cell at the top of the notebook:
%cd /content
!git clone https://github.com/kakaobrain/minDALL-E.git
%cd /content/minDALL-E
%pip install -q pytorch-lightning omegaconf einops tokenizers
%pip install -q git+https://github.com/openai/CLIP.git

I could have run:

%pip install -q -r requirements.txt

However, it takes a long time for no added value, as some packages are already installed on Colab.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions