đ Dreamlike Photoreal 2.0
Dreamlike Photoreal 2.0 is a photorealistic model based on Stable Diffusion 1.5, crafted by dreamlike.art. It enables high - quality text - to - image generation with a photorealistic touch.
đ Quick Start
If you want to use dreamlike models on your website, app, etc., check the license at the bottom first!
â ī¸ Important Note
This model is prone to generating NSFW content. Add "nude, naked" to the negative prompt if you want to avoid NSFW.
You can add photo to your prompt to make your generations look more photorealistic. Non - square aspect ratios work better for some prompts. For a portrait photo, try using a vertical aspect ratio; for a landscape photo, use a horizontal aspect ratio. This model was trained on 768x768px images, so using resolutions like 768x768px, 640x896px, 896x640px, etc., is recommended. It also performs well with higher resolutions such as 768x1024px or 1024x768px.
⨠Features
- Photorealistic Output: Capable of generating highly photorealistic images.
- Flexible Aspect Ratios: Supports various non - square aspect ratios for different prompt needs.
- Resolution Compatibility: Works well with multiple resolutions, including higher ones.
đģ Usage Examples
Basic Usage
from diffusers import StableDiffusionPipeline
import torch
model_id = "dreamlike-art/dreamlike-photoreal-2.0"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")
prompt = "photo, a church in the middle of a field of crops, bright cinematic lighting, gopro, fisheye lens"
image = pipe(prompt).images[0]
image.save("./result.jpg")

Examples Gallery

đ Documentation
You can use this model for free on dreamlike.art!

Download Links
Diffusers Integration
This model can be used just like any other Stable Diffusion model. For more information, please have a look at the Stable Diffusion Pipeline.
đ License
This model is licensed under a modified CreativeML OpenRAIL - M license.
- Hosting and Inference Restriction: You are not allowed to host, finetune, or do inference with the model or its derivatives on websites, apps, etc. If you want to, please email us at contact@dreamlike.art.
- Model Card and File Hosting: You are free to host the model card and files (without any actual inference or finetuning) on both commercial and non - commercial websites, apps, etc. Please state the full model name (Dreamlike Photoreal 2.0) and include the license as well as a link to the model card (https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0).
- Commercial Use of Outputs: You are free to use the outputs (images) of the model for commercial purposes in teams of 10 or less.
- Illegal and Harmful Content: You can't use the model to deliberately produce nor share illegal or harmful outputs or content.
- Output Ownership: The authors claim no rights on the outputs you generate. You are free to use them and are accountable for their use, which must not go against the provisions set in the license.
- Weight Redistribution: You may re - distribute the weights. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the modified CreativeML OpenRAIL - M to all your users. Please read the full license here: https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0/blob/main/LICENSE.md