CoolFace
Modelpublic

luxmorocco/morocco-map-correction-model

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes8downloads
Model Card

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