Dreamlike Photoreal 2.0大模型

DreamlikePhotoreal2.0是一个基于StableDiffusion1.5的逼真模型,适用于768x768等分辨率的图像处理,也可处理更高分辨率。用户可以从dreamlike.art获取并使用该模型,它可以通过StableDiffusionPipeline在GPU上运行,例如用于创建具有特定场景描述的图片。
摘要由CSDN通过智能技术生成

Dreamlike Photoreal 2.0 is a photorealistic model based on Stable Diffusion 1.5, made by dreamlike.art.  

该模型是在768x768像素的图像上进行训练的,因此请使用768x768像素、640x896像素、896x640像素等分辨率。它也可以很好地处理更高分辨率,如768x1024像素或1024x768像素。

Examples

dreamlike.art

可以随便使用 dreamlike.art! ❗ 🔄

CKPT

Download dreamlike-photoreal-2.0.ckpt (2.13GB) ❗ 🔄

Safetensors

Download dreamlike-photoreal-2.0.safetensors (2.13GB) ❗ 🔄

🧨 Diffusers ❗ 🔄

This model can be used just like any other Stable Diffusion model. For more information, please have a look at the Stable Diffusion Pipeline. ❗ 🔄

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")

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

caridle

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值