# dreamlook.ai

## dreamlook.ai

- [Welcome to dreamlook.ai docs](https://docs.dreamlook.ai/welcome-to-dreamlook.ai-docs.md): Finetune Stable Diffusion and Generate Images in a Blink!
- [Train models](https://docs.dreamlook.ai/train-models.md): You can train models either from the dreamlook.ai website, or using our API
- [Using the website](https://docs.dreamlook.ai/train-models/using-the-website.md): Train a custom model from the dreamlook.ai web interface
- [Using the API](https://docs.dreamlook.ai/train-models/using-the-api.md): Train custom models and generate images using the dreamlook.ai API
- [Generate images](https://docs.dreamlook.ai/generate-images.md): Let's put these custom models to use!
- [Using the website](https://docs.dreamlook.ai/generate-images/using-the-website.md): The fastest and easiest way to generate images
- [Using the API](https://docs.dreamlook.ai/generate-images/using-the-api.md): Integrate image creation into your workflows using the dreamlook.ai API
- [DiffusionBee](https://docs.dreamlook.ai/generate-images/diffusionbee.md): Super simple image generation on Mac using your custom models
- [AUTOMATIC1111](https://docs.dreamlook.ai/generate-images/automatic1111.md): State-of-the-art image generation using your custom models
- [Advanced features](https://docs.dreamlook.ai/advanced-features.md)
- [Extract LoRA](https://docs.dreamlook.ai/advanced-features/extract-lora.md): Create lightweight LoRA files extracted from full Stable Diffusion models
- [Offset Noise](https://docs.dreamlook.ai/advanced-features/offset-noise.md): Train models able to create very dark or very bright images
- [Image captions](https://docs.dreamlook.ai/advanced-features/image-captions.md): Improve your results by providing captions
- [Guides](https://docs.dreamlook.ai/guides.md): Training Stable Diffusion model is an art! We provide some guidelines to help you get started.
- [Good SD1.5 default settings](https://docs.dreamlook.ai/guides/good-sd1.5-default-settings.md): Guidelines to get you started with the art of finetuning!
- [Improving SD1.5 results quality](https://docs.dreamlook.ai/guides/improving-sd1.5-results-quality.md): A case by case guide to making your results better
- [Stable Diffusion XL](https://docs.dreamlook.ai/guides/stable-diffusion-xl.md): Here is how you get the most out of SDXL finetuning!
- [Payment](https://docs.dreamlook.ai/payment.md): Buy tokens and subscriptions on dreamlook.ai
- [API reference](https://docs.dreamlook.ai/api-reference.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dreamlook.ai/welcome-to-dreamlook.ai-docs.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
