模型:

dreamlike-art/dreamlike-anime-1.0

英文

Dreamlike Anime 1.0 是一个由 dreamlike.art 制作的高品质动漫模型。

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

在您的提示中添加"anime"可使生成的内容更像动漫。在您的提示中添加"photo"可使生成的内容更逼真且具有更好的解剖结构。该模型是基于768x768像素的图片进行训练的,因此请使用768x768像素、704x832像素、832x704像素等。更高的分辨率或非正方形的宽高比可能会产生伪影。

为了获得最佳效果,请在您的提示的开头添加以下内容:

photo anime, masterpiece, high quality, absurdres

使用负面提示可获得最佳效果,例如:

simple background, duplicate, retro style, low quality, lowest quality, 1980s, 1990s, 2000s, 2005 2006 2007 2008 2009 2010 2011 2012 2013, bad anatomy,
bad proportions, extra digits, lowres, username, artist name, error, duplicate, watermark, signature, text, extra digit, fewer digits, worst quality,
jpeg artifacts, blurry

1girl、girl等会产生略有不同的结果,欢迎尝试并选择您喜欢的效果!

示例

dreamlike.art

dreamlike.art 上免费使用此模型以及 Dreamlike Diffusion 1.0 Dreamlike Photoreal 2.0

CKPT

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

污染传感器

Download dreamlike-anime-1.0.safetensors (2.13GB)

? 扩散器

此模型可像其他稳定扩散模型一样使用。有关更多信息,请查看 Stable Diffusion Pipeline

from diffusers import StableDiffusionPipeline
import torch

model_id = "dreamlike-art/dreamlike-anime-1.0"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")

prompt = "anime, masterpiece, high quality, 1girl, solo, long hair, looking at viewer, blush, smile, bangs, blue eyes, skirt, medium breasts, iridescent, gradient, colorful, besides a cottage, in the country"
negative_prompt = 'simple background, duplicate, retro style, low quality, lowest quality, 1980s, 1990s, 2000s, 2005 2006 2007 2008 2009 2010 2011 2012 2013, bad anatomy, bad proportions, extra digits, lowres, username, artist name, error, duplicate, watermark, signature, text, extra digit, fewer digits, worst quality, jpeg artifacts, blurry'
image = pipe(prompt, negative_prompt=negative_prompt).images[0]

image.save("./result.jpg")

许可证

该模型根据修改后的CreativeML OpenRAIL-M许可证授权。

  • 您不得在网站/应用程序等上托管、微调或进行推理与该模型或其衍生物。如果您想这样做,请发送电子邮件至contact@dreamlike.art
  • 您可以在商业和非商业网站/应用程序等上托管模型卡和文件(没有任何实际的推理或微调)。请详细说明模型名称(Dreamlike Anime 1.0),并包含许可证以及模型卡的链接( https://huggingface.co/dreamlike-art/dreamlike-anime-1.0
  • 您可以为商业用途使用该模型的输出(图片),但限制使用人数不得超过10人
  • 您不能使用模型故意生成或分享非法或有害的输出或内容
  • 作者对您生成的输出不拥有任何权利,您可以自由使用这些输出,但对其使用负责,不得违反许可证中规定的条款
  • 您可以重新分发权重。如果您这样做,请注意您必须包含与许可证中相同的使用限制,并向所有用户分享修改后的CreativeML OpenRAIL-M的副本(请完整且仔细阅读许可证)。请在这里阅读完整的许可证: https://huggingface.co/dreamlike-art/dreamlike-anime-1.0/blob/main/LICENSE.md