How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Rita7th/XL_Lora_Storage_Pony")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]
  • Pony Diffusion V6 XLを基に学習したLoraの置き場です。
    キャラクターの目の形、画風の調整用、モデルの制作時に使用した物が置いてあります。

  • This is a storage area for Lora learned based on Pony Diffusion V6 XL.
    "Character's eye shape", "Adjusting the drawing style", "Things used when creating the model"
    There are items such as.

  • Pony Diffusion V6 XLとそれを基にマージされたモデルのみに使用できます。

  • Can only be used with Pony Diffusion V6 XL and models merged based on it.

  • 同一の学習素材を使用したAnimagine XL V3.1用のLoraはこちら

  • Click here for Lora for Animagine XL V3.1 that uses the same learning materials



  • 気に入って貰えれば、生成した物をアップロードした際に詳細覧等に紹介文を記してもらえれば幸いです。

  • If you like it, I would appreciate it if you could write an introduction in the details list etc. when you upload your creation.


  • サンプルで使用しているモデル
  • Model used in sample

Equuleus(Alpha)_Pony_mix_V.1.0.0(HuggingFace

Equuleus(Beta)_Pony_mix_V.1.0.0(HuggingFace

Sagittarius(Alpha)_Pony_mix_V.1.0.0(HuggingFace

Sagittarius(Beta)_Pony_mix_V.1.0.0(HuggingFace / Civitai

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support