🚀 Montuno-Omega-Anime
Montuno-Omega-Anime是一个专注于动漫风格图像生成的模型,借助先进的图像生成技术,能依据不同的提示词生成多样化的动漫风格图像,为动漫创作和图像设计提供了强大的支持。
✨ 主要特性
- 多风格支持:可以生成多种不同风格的动漫图像,如伊加尔·奥泽里(yigal ozeri)风格、街头艺术美学风格、魔法少女风格等。
- 参数可调节:提供了丰富的图像生成参数,如LR调度器、优化器、网络维度等,方便用户根据需求进行调整。
- 便捷的使用方式:支持使用StableDiffusionXLPipeline进行模型加载和推理,并且可以轻松加载LoRA权重。
📦 安装指南
pipe = StableDiffusionXLPipeline.from_pretrained(
"-------------xxxxxxxxx----------",
torch_dtype=torch.float16,
use_safetensors=True,
)
pipe = StableDiffusionXLPipeline.from_pretrained(
"stabilityai/stable-diffusion-xl-base-1.0",
torch_dtype=torch.float16,
use_safetensors=True,
)
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
pipe.load_lora_weights("prithivMLmods/Montuno-Omega-Anime-LoRA", weight_name="Montuno-Omega-Anime-LoRA.safetensors", adapter_name="rlms")
pipe.set_adapters("rlms")
pipe.to("cuda")
💻 使用示例
基础用法
以下是一些触发提示词示例,你可以根据这些提示词生成相应的动漫图像:
The face of a woman with brown eyes, in the style of yigal ozeri, light navy and light gray, patrick demarchelier, alayna lemmer, focus on joints/connections, caravaggism, studio light --ar 1:2 --stylize 750 --v 6
Anime male bartender in a black suit with a red shirt, with korean hairstyle, ilya kuvshinov style, white hair, urban male fanart, korean anime style illustration, korean anime art style, in an korean anime style, lofi male, in korean anime style, korean anime art style, korean anime style portrait
A woman dressed as a clown with red hair, in the style of magical girl, colorful moebius, light yellow and dark crimson, pencilsteampunk, kintsukuroi, loose and fluid, stylish costume design --ar 68:128 --stylize 750 --v 5.2
高级用法
你可以根据自己的需求调整参数,例如:
参数 |
详情 |
Prompt |
Girl stands in a red flower surrounded street, in the style of chinese cultural themes, romantic and nostalgic themes, panasonic lumix s pro 50mm f/1.4, light white and light amber, transparent/translucent medium, elegant , embroidery --ar 1:2 --stylize 750 --niji 6 |
Sampler |
euler |
📚 详细文档
模型描述
Montuno Omega Anime 图像的处理参数如下:
参数 |
值 |
参数 |
值 |
LR Scheduler |
constant |
Noise Offset |
0.03 |
Optimizer |
AdamW |
Multires Noise Discount |
0.1 |
Network Dim |
64 |
Multires Noise Iterations |
10 |
Network Alpha |
32 |
Repeat |
20 |
Epoch |
15 |
Save Every N Epochs |
1 |
下载模型
该模型的权重以Safetensors格式提供。
点击下载,可在“Files & versions”标签中进行操作。
📄 许可证
本模型使用的许可证为creativeml-openrail-m
。