> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Community Models - DreamBooth API

> Access 10,000+ community-trained Stable Diffusion models via DreamBooth API. Text-to-image, image-to-image, inpainting, and LoRA support.

<Info>
  Currently the API supports the following image formats: **PNG** and **JPG**.
</Info>

<Check>
  You can find a list of available community models as well as their IDs [here](https://modelslab.com/models).
</Check>

### Endpoints

<CardGroup>
  <Card title="Fetch Queued Image" href="/voice-cloning/text-to-speech">
    Fetch Queued Images API fetches queued images
  </Card>

  <Card title="Image to Image" href="/image-generation/community-models/dreambooth-image-to-image">
    Dreambooth Image to Image API is used to generate an image from an image based on trained or on public models.
  </Card>

  <Card title="Inpainting" href="/image-generation/community-models/dreambooth-inpainting">
    Inapint some part in a given image.
  </Card>

  <Card title="LoRA Multi" href="/image-generation/community-models/dreambooth-lora-multi">
    Create images from text using a variety of LoRA models.
  </Card>

  <Card title="LoRA" href="/image-generation/community-models/dreambooth-lora">
    The LoRA is used to create image from text, using LoRA models, based on trained or on public models.
  </Card>

  <Card title="Reload Model" href="/image-generation/community-models/dreambooth-reload-model">
    Reload Model API is used to reload an idle model that has not been used for more than 7 days.
  </Card>

  <Card title="Text to Image" href="/image-generation/community-models/dreambooth-text-to-image">
    The Dreambooth Text to Image API is used to create image from text based on trained or on public models.
  </Card>
</CardGroup>
