🚀 Dreamlike Diffusion 1.0
Dreamlike Diffusion 1.0 是在高质量艺术作品上对 SD 1.5 进行微调得到的模型,由 dreamlike.art 制作。该模型可用于文本到图像的转换,生成具有艺术感的图像。
🚀 快速开始
若要在你的网站、应用程序等中使用 Dreamlike 模型,请先查看底部的许可证!
使用与 SD 1.5 相同的提示词。如果艺术风格不够强烈,可添加 dreamlikeart。
部分提示词使用非正方形的纵横比效果更佳。若你想要一张人像照片,可尝试使用 2:3 或 9:16 的纵横比;若想要一张风景照片,可尝试使用 3:2 或 16:9 的纵横比。
使用稍高的分辨率可获得更好的效果,例如 640x640 像素、512x768 像素、768x512 像素等。
我们刚刚发布了 Dreamlike Photoreal 2.0,快来看看吧!
https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0
✨ 主要特性
示例
dreamlike.art
你可以在 dreamlike.art 上免费使用此模型!

Gradio
我们支持使用 Gradio Web UI 来运行 dreamlike-diffusion-1.0:

CompVis
下载 dreamlike-diffusion-1.0.ckpt (2.13GB)
🧨 Diffusers
该模型的使用方法与其他 Stable Diffusion 模型相同。更多信息,请查看 Stable Diffusion Pipeline。
💻 使用示例
基础用法
from diffusers import StableDiffusionPipeline
import torch
model_id = "dreamlike-art/dreamlike-diffusion-1.0"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")
prompt = "dreamlikeart, a grungy woman with rainbow hair, travelling between dimensions, dynamic pose, happy, soft eyes and narrow chin, extreme bokeh, dainty figure, long hair straight down, torn kawaii shirt and baggy jeans, In style of by Jordan Grimmer and greg rutkowski, crisp lines and color, complex background, particles, lines, wind, concept art, sharp focus, vivid colors"
image = pipe(prompt).images[0]
image.save("./result.jpg")
📄 许可证
此模型遵循 修改后的 CreativeML OpenRAIL - M 许可证。
⚠️ 重要提示
- 你不能在会产生、将会产生或计划产生收入或捐赠的网站、应用程序等上托管或使用该模型及其衍生产品。如果你有此需求,请发送电子邮件至 contact@dreamlike.art。
- 你可以在商业和非商业网站、应用程序等上免费托管模型卡片和文件(无需进行任何实际推理或微调)。请注明完整的模型名称(Dreamlike Diffusion 1.0)并包含模型卡片的链接(https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0)。
- 你可以在完全非商业的网站、应用程序等(即不获取任何收入或捐赠)上免费托管该模型及其衍生产品。请注明完整的模型名称(Dreamlike Diffusion 1.0)并包含模型卡片的链接(https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0)。
- 你可以在 10 人或以下的团队中免费将模型输出或模型衍生产品的输出用于商业目的。
- 你不能使用该模型故意生成或分享非法或有害的输出或内容。
- 作者对您生成的输出不主张任何权利,你可以自由使用它们,并对其使用负责,且不得违反许可证中的规定。
- 你可以重新分发权重。如果这样做,请务必包含与许可证中相同的使用限制,并向所有用户分享一份 修改后的 CreativeML OpenRAIL - M 许可证(请完整、仔细地阅读许可证)。请在此处阅读完整的许可证:https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0/blob/main/LICENSE.md