stable-diffusion text-to-image art

◆ArcanaMix


◆Discord

Join Discord Server


◆モデル概要

■V1


◆サンプル

(masterpiece, ultra high res, best quality:1.1), kawaii, 1girl, (solo), (cowboy shot), (dynamic angle), Ruffled Dresses, (The great hall of the mansion), tiara, Luxurious interior, looking at viewer,

(masterpiece, ultra high res, best quality:1.1), 1girl, solo, (fantasy), (dark:1.2), (depth of field:1.3), (night), (Fantastic lighting), looking at viewer, white hair, long hair,

◆モデルの使い方


🧨Diffusers

from diffusers import StableDiffusionPipeline
import torch
model_id = "Hemlok/ArcanaMix"

pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")
prompt = "One girl standing by the window"
image = pipe(prompt).images[0]  
    
image.save("test.png")

免責事項


ライセンス

  1. このモデルを使用して、違法または有害な出力やコンテンツを意図的に作成したり、共有したりすることはできません。
  2. 作者はあなたが生成した出力に対していかなる権利も主張しません。あなたはそれらを自由に使用することができますが、ライセンスで定められた規定を守ってください。利用は自己責任でお願いします。
  3. あなたはウェイトを再配布し、モデルを商業的またはサービスとして使用することができます。その場合、ライセンスにあるものと同じ使用制限を含め、CreativeML OpenRAIL-Mのコピーをあなたのすべてのユーザーに共有しなければならないことに注意してください(ライセンスを完全にかつ注意深く読んでください)。