Vista / vista /docs /ISSUES.md
Leonard Bruns
Add Vista example
d323598

A newer version of the Gradio SDK is available: 5.29.0

Upgrade

Trouble Shooting

  1. Out of memory during sampling.

    • Possible reason:

      • Too many high-resolution frames for parallel decoding. The default setting will request ca. 66 GB peak VARM.
    • Try this:

      • Reduce the number of jointly decoded frames en_and_decode_n_samples_a_time in inference/vista.yaml.
  2. Get stuck at loading FrozenCLIPEmbedder or FrozenOpenCLIPImageEmbedder.

  3. Datasets not yet available during training.

    • Possible reason:

      • The installed sdata is not detected.
    • Try this:

      • Reinstall in the current project directory.

        pip3 install -e git+https://github.com/Stability-AI/datapipelines.git@main#egg=sdata
        

<= Previous: [Sampling]