File size: 580 Bytes
8b95c39 |
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 |
---
{}
---
---
license: mit
tags:
- pytorch
- diffusers
- unconditional-image-generation
- diffusion-models-class
---
# Example Fine-Tuned Model for Morocco AI Map Correction
This model is fine-tuned from `google/ddpm-celebahq-256` to try and fix an erroneous map of Morocco
## Usage
```python
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('luxmorocco/morocco-map-correction-model')
error_image = load_your_error_map()
image = pipeline(error_image).images[0]
image
```
|