语言:
- 英语
许可证: 其他
标签:
- 稳定扩散
- 稳定扩散扩散器
- 文本到图像
- 图像到图像
- 扩散器
- 动漫
推理: 否
Dreamlike Anime 1.0 是一款高质量的动漫模型,由 dreamlike.art 制作。
如果您想在您的网站/应用等上使用 dreamlike 模型,请先查看底部的许可证!
在您的提示中添加 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
下载 dreamlike-anime-1.0.ckpt (2.13GB)
Safetensors
下载 dreamlike-anime-1.0.safetensors (2.13GB)
🧨 扩散器
此模型可以像任何其他稳定扩散模型一样使用。更多信息,请查看 稳定扩散管道。
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