Edit model card

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

KALIN線画LoRA 利用規約

KALIN線画LoRAをご利用いただき、ありがとうございます。本LoRAを使用するにあたり、以下の利用規約を遵守してください。

  1. 禁止事項
    a. 政治的な発信
    本LoRAを使用して政治的な意図を持ったコンテンツを制作および発信することを禁止します。
    b. 誹謗中傷の禁止
    他者を誹謗中傷する内容、差別的・攻撃的な目的で本LoRAを使用しないでください。
    c. 児童ポルノやディープフェイクの禁止
    本LoRAを使用して児童ポルノやディープフェイクコンテンツを制作することを固く禁じます。
    d. 商用利用
    商用利用を希望する場合は、事前に@kozukirenまでご相談ください。
    e. プロンプト内容の制限
    以下のようなプロンプトを入力してコンテンツを生成することを禁止します:
    • 著作権や商標権など他者の知的財産権を侵害するもの
    • 公序良俗に反するもの
    • 他者の肖像権やプライバシー権を侵害する可能性のあるもの
  2. 制限事項
    a. R-18コンテンツの取り扱い
    R-18に該当するコンテンツを制作する場合は、以下の方法でのみ公開してください:
    • 鍵付きアカウント
    • プライベッターなどの鍵付き外部サイト
    • X(旧Twitter)に直接投稿することは禁止します。
  3. 推奨事項
    a. 生成コンテンツのチェック
    本LoRAを使用して生成したコンテンツが、本規約や法令、公序良俗に反しないか事前に確認してください。
  4. 免責事項
    本LoRAの利用によって発生したトラブルや損害について、制作者は一切の責任を負いません。
    本規約は、利用者と制作者の双方の権利を守り、安全かつ公正な利用を促進することを目的としています。規約を守って、KALIN線画LoRAをご活用ください。

KALIN-Lineart LoRA Terms of Use
Thank you for using the KALIN-style LoRA. Please ensure compliance with the following terms when using this LoRA.

  1. Prohibited Actions

a. Political Content
It is prohibited to create or distribute content with political intent using this LoRA.

b. Prohibition of Defamation and Harassment
Do not use this LoRA to produce content that defames, harasses, or discriminates against others, or for offensive purposes.

c. Prohibition of Child Pornography and Deepfakes
The creation of child pornography or deepfake content using this LoRA is strictly forbidden.

d. Commercial Use
If you wish to use this LoRA for commercial purposes, please consult with @kozukiren in advance.

e. Prompt Content Restrictions
• Do not input prompts or generate content that includes:
• Violations of copyrights, trademarks, or other intellectual property rights.
• Content that goes against public order and morals.
• Potential violations of others’ portrait rights or privacy.

  1. Restrictions

a. Handling of R-18 Content
• If you create R-18 content using this LoRA, please publish it only in the following ways:
• From private (locked) accounts.
• On external platforms with restricted access, such as Privatter.
• Do not post R-18 content directly on X (formerly Twitter).

  1. Recommendations

a. Content Review
• Please ensure that any content generated using this LoRA complies with these terms, applicable laws, and public decency before publication.

  1. Disclaimer

    The creator assumes no responsibility for any disputes or damages arising from the use of this LoRA.

This agreement aims to protect the rights of both users and the creator while promoting safe and fair use of the KALIN-Lineart LoRA. Please follow these guidelines and enjoy using this LoRA.

Log in or Sign Up to review the conditions and access this model content.

Kalin_Lineart

Prompt
greyscale, lineart, white background, solo, looking at viewer, simple background, 1boy, bara, male focus, muscular male, muscular, orc, facial hair, blush, solo, tusks, pectorals, monster boy, large pectorals, mature male, beard, pointy ears, upper body, shirt, short hair, looking at viewer, thick eyebrows, fangs, <lora:KALIN_line5:1>, masterpiece,best quality
Negative Prompt
nipples, worst quality,ugly,bad anatomy,jpeg artifacts

Download model

Download them in the Files & versions tab.

Usage on diffusers

You must huggingface-cli login before this script run.

import torch
from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained(
    "cagliostrolab/animagine-xl-3.1", 
    torch_dtype=torch.float16, 
    use_safetensors=True, 
)
pipe.load_lora_weights("KALIN727/Kalin_Lineart",load_lora_weights="KALIN_line.safetensors", adapter_name="KALIN_LINE")
pipe.to('cuda')

prompt = "KALIN_line5, lineart, 1girl, upper body, black bob hair,  T-shirt, denim pants, masterpiece,best quality"
negative_prompt = "nipples, worst quality,ugly,bad anatomy,jpeg artifacts"

image = pipe(
    prompt, 
    negative_prompt=negative_prompt,
    width=832,
    height=1216, 
    guidance_scale=7,
    num_inference_steps=28
).images[0]

image.save("kalin_test.png")
Downloads last month
8
Inference Examples
Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for KALIN727/Kalin_Lineart