---
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
```
Downloads last month
9
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no pipeline_tag.