stable-diffusion text-to-image art

◆QuinceMix


◆Discord

Join Discord Server


◆モデル概要


◆サンプル

(masterpiece, ultra high res, best quality:1.1), (flat color:1.4), 1girl, solo, teen, cowboy shot, (depth of field:1.2), (night), downtown, (street light:1.1), (Fantastic lighting), looking at viewer, (school uniform), black hair, long hair, [smile], (Closed mouth)

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

◆モデルの使い方


🧨Diffusers

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

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のコピーをあなたのすべてのユーザーに共有しなければならないことに注意してください(ライセンスを完全にかつ注意深く読んでください)。