🚀 Dreamlike Anime 1.0
Dreamlike Anime 1.0 是一款高质量的动漫模型,由 dreamlike.art 制作。它可用于文本到图像、图像到图像的转换,为用户生成精美的动漫风格图像。
🚀 快速开始
如果你想在网站、应用程序等中使用 Dreamlike 模型,请先查看底部的许可证!
提示词技巧
- 在提示词中添加 anime,可使生成的图像更具动漫风格。
- 在提示词中添加 photo,可使生成的图像更具真实感,人体结构更合理。
分辨率建议
该模型在 768x768px 的图像上进行训练,因此建议使用 768x768px、704x832px、832x704px 等分辨率。更高的分辨率或非方形的宽高比可能会产生伪影。
最佳提示词开头
为获得最佳效果,请在提示词开头添加以下内容:
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 等提示词会产生略有不同的结果,你可以自由尝试,看看更喜欢哪种效果!
示例展示

📦 安装指南
模型下载
🧨 Diffusers 使用
该模型可以像其他 Stable Diffusion 模型一样使用。更多信息,请查看 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