Edit model card

These are LoRA adaption weights for stabilityai/stable-diffusion-2-inpainting. The weights were fine-tuned on the sshh12/sentinel-2-rgb-captioned dataset.

🧨 Diffusers Usage

from diffusers import StableDiffusionInpaintPipeline
import torch

pipe = StableDiffusionInpaintPipeline.from_pretrained(
    "stabilityai/stable-diffusion-2-inpainting",
    torch_dtype=torch.float16,
    device_map="auto",
    cache_dir=CACHE_DIR,
)
pipe.unet.load_attn_procs(
  lora_model,
  use_safetensors=False,
)

Training

GitHub: https://github.com/sshh12/terrain-diffusion

Downloads last month
176
Inference API
Inference API (serverless) has been turned off for this model.

Adapter for