File size: 947 Bytes
51667da b57b50c 23e973e b57b50c e815f8d 50fe675 e815f8d 1c11766 052414e 1c11766 b57b50c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
---
license: apache-2.0
datasets:
- asigalov61/South-Park
language:
- en
pipeline_tag: text-to-image
tags:
- southpark
- imagen
---
# Imagen South Park
## Unconditional South Park Imagen models
***
![Imagen South Park.jpg](https://cdn-uploads.huggingface.co/production/uploads/5f57ea2d3f32f12a3c0692e6/5WPayLdOXUnbKbORyHap9.jpeg)
***
## Models info
* Imagen_South_Park_128_dim_93065_steps_0.00645_loss model was trained for 5 epochs on South Park Season 2 128x128 subset
***
## Installation
```python
from huggingface_hub import snapshot_download
repo_id = "asigalov61/Imagen-South-Park"
repo_type = 'model'
local_dir = "./Imagen-South-Park"
snapshot_download(repo_id, repo_type=repo_type, local_dir=local_dir)
```
## Inference
```sh
!pip install -U imagen-pytorch
```
```
import torch
from imagen_pytorch import Unet, Imagen, ImagenTrainer
from imagen_pytorch.data import Dataset
```
### Project Los Angeles
### Tegridy Code 2024 |