stable-diffusion text-to-image art

◆REV-Mix


◆Discord

Join Discord Server


◆モデル概要

■REV-I

■REV-R


◆サンプル

■REV-I

■REV-R

cowboy shot, long {white|blonde|black} hair, glossy, realistic textures, kawaii, (Gothic Lolita dress), Gorgeous Clothing, clothes that reveal little, [cute smile], in room, 

■REV-I

■REV-R

(cowboy shot), (dynamic angle), Ruffled Dresses, (The great hall of the mansion), tiara, Luxurious interior, looking at viewer,

■REV-I

■REV-R

(cowboy shot), looking at viewer, 1girl, Pirate, globe, starry eyed, ✌, ;), Revolution, gorgeous

◆モデルの使い方


🧨Diffusers

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