👩💻Using the website
The fastest and easiest way to generate images
Last updated
The fastest and easiest way to generate images
Last updated
Go to https://dreamlook.ai/image-gen in order to start generating images.
Select a model ("Stable Diffusion 1.5", "Realistic Vision", etc...)
Pick a prompt sample (e.g. "Woman portrait") or fill in your own prompts
Click "Generate"
First train a model on https://dreamlook.ai/dreambooth
Models are only available for 48h after they are trained by default. Afterwards they are gone and no images can be generated from them anymore.
The trained model then appear in the "Model" dropdown:
Write a prompt containing your instance prompt (in our example this would be "photo of ukj person"). The instance prompt acts as a "trigger" to generate images of your subject/object.
If you don't use your instance prompt token (by default, ukj
) in your prompt it's unlikely you'll get any good results.
Click "Generate" 🚀
We delete models after 48h, so if your training run is older than 48h you won't see it in the dropdown.
Currently, we don't offer generating images on models trained with Avatar service (https://dreamlook.ai/dreambooth-image-gen), so you won't find those models in the drop down.
High Res Fix (HRF) is a method of generating images at higher resolution than 512x512 while maintaining image quality and reducing artefacts (such as multiple heads). The process includes txt2img at lower resolution, resize to target resolution, and img2img at target resolution, so it can be seen as an upscaling method. Our implementation of HRF is slightly different from the one in AUTOMATIC1111.
Note that enabling HRF has an impact on performance. If you want to optimize for speed, choose 512x512 without HRF.
Yes. We use the same syntax as AUTOMATIC1111, meaning that words in brackets, such as(word)
, increase attention/emphasis to that word by a factor of 1.1, whereas [word]
decreases attention by a factor of 1.1. You can specify an arbitrary weight with a colon (e.g., woman in a (red:1.4) dress
). If you want to use literal brackets, you should escape them with backlashes (\(example\)
). You can find a good summary of the rules on the AUTOMATIC1111 wiki page.
We currently only offer txt2img and not img2img. We focus on keeping the platform easy to use and build highly optimized features that give workable results out of the box.
Please share with us if you are missing a feature - we are happy to consider adding it.