模型:

dreamlike-art/dreamlike-diffusion-1.0

英文

Dreamlike Diffusion 1.0 是在高质量艺术上调整过的 SD 1.5 版本,由 dreamlike.art 制作。

如果您想在您的网站/应用等上使用梦幻模型,请先查看底部的许可证!

对于 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 来运行梦幻扩散1.0版本:

CompVis

Download dreamlike-diffusion-1.0.ckpt (2.13GB)

? 扩散器

这个模型可以像其他 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