Browse Source

Merge pull request #51 from sberbank-ai/feature/low_vRAM

usage with low vRAM
master
Alex 4 years ago
committed by GitHub
parent
commit
159f9ab05f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 575 additions and 3 deletions
  1. +3
    -3
      README.md
  2. +572
    -0
      jupyters/Malevich-3.5GB-vRAM-usage.ipynb

+ 3
- 3
README.md View File

@ -19,12 +19,12 @@ pip install rudalle==0.0.1rc8
[![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://www.kaggle.com/shonenkov/rudalle-example-generation)
[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/anton-l/rudall-e)
**Example usage ruDALL-E Malevich (XL) with 3.5GB vRAM!**
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1AoolDYePUpPkRCKIu0cP9zV7lX5QGD3Z?usp=sharing)
**Finetuning example**
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1Tb7J4PvvegWOybPfUubl5O7m5I24CBg5?usp=sharing)
**English translation example**
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/12fbO6YqtzHAHemY2roWQnXvKkdidNQKO?usp=sharing)
### generation by ruDALLE:
```python
from rudalle.pipelines import generate_images, show, super_resolution, cherry_pick_by_clip


+ 572
- 0
jupyters/Malevich-3.5GB-vRAM-usage.ipynb
File diff suppressed because it is too large
View File


Loading…
Cancel
Save