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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,9 +24,13 @@ library_name: diffusers
|
|
| 24 |
|
| 25 |
***
|
| 26 |
## 説明 / Description
|
| 27 |
-
- Clandestine XL 1.0を基に作成したマージモデルです。
|
| 28 |
-
- レイヤーを重ねた様な瞳。カラフルな髪のハイライト。
|
| 29 |
-
- 細かく書き込まれた背景になるように調整したモデルです。
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
***
|
| 32 |
## サンプル / Sample
|
|
|
|
| 24 |
|
| 25 |
***
|
| 26 |
## 説明 / Description
|
| 27 |
+
- Clandestine XL 1.0を基に作成したマージモデルです。
|
| 28 |
+
- レイヤーを重ねた様な瞳。カラフルな髪のハイライト。
|
| 29 |
+
- 細かく書き込まれた背景になるように調整したモデルです。
|
| 30 |
+
|
| 31 |
+
- A merged model created based on Clandestine XL 1.0.
|
| 32 |
+
- Layered eyes. Colorful hair highlights.
|
| 33 |
+
- This is a model that has been adjusted to have a detailed background.
|
| 34 |
|
| 35 |
***
|
| 36 |
## サンプル / Sample
|