Instructions to use Rita7th/Luminastra_XL_Model_Storage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Rita7th/Luminastra_XL_Model_Storage with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Rita7th/Luminastra_XL_Model_Storage", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Rita7th/Luminastra_XL_Model_Storage", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]
説明 / Description
- Clandestine XL 1.0を基に作成したマージモデルです。
- レイヤーを重ねた様な瞳。カラフルな髪のハイライト。
- 細かく書き込まれた背景になるように調整したモデルです。
- A merged model created based on Clandestine XL 1.0.
- Layered eyes. Colorful hair highlights.
- This is a model that has been adjusted to have a detailed background.
サンプル / Sample
設定 / Settings
prompt
newest, absurdres,
Negative prompt
(normal quality, low quality, worst quality:1.2), very displeasing, 3d, watermark, signature, ugly, poorly drawn, early, oldest, interlocked fingers,
Sampling method
"Euler a" or "DPM++ 3M SDE Karras"
Hires. fix
Upscale by
1.5
Denoising strength
0.4 or 0.5
- その他の設定はClandestine XL 1.0の設定をご参考にしてください。
- For other settings, please refer to the Animagine XL V3.1 settings.
ライセンス / License
- ライセンスについて、Clandestine XL 1.0から継承しています。
必ずアップロード元のページをご確認ください。 - The license is inherited from "Animagine XL V3.1".
Please be sure to check the original upload page.
Base model : Clandestine XL 1.0
License : Fair AI Public License 1.0-SD
その他 / Others
V.3.0.0以前の説明。
old description
- Downloads last month
- 39