Instructions to use BlueTriangles/SDXL_Magical_Kanan_Chihaya with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BlueTriangles/SDXL_Magical_Kanan_Chihaya with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-XL-v2.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("BlueTriangles/SDXL_Magical_Kanan_Chihaya") prompt = "sdxl-hiiragi-chihaya" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
ライセンスを変更しました。LoRA は原則として著作権的にグレイなベースモデルを使うしかないので、あらゆる商用利用を禁止するべきと考えます。
Browse files
README.md
CHANGED
|
@@ -23,14 +23,19 @@ widget:
|
|
| 23 |
- output:
|
| 24 |
url: images/20260505212711-2528535428.jpg
|
| 25 |
text: sdxl-carmein
|
| 26 |
-
base_model:
|
|
|
|
| 27 |
instance_prompt: sdxl-hiiragi-chihaya, sdxl-carmein
|
| 28 |
-
license:
|
| 29 |
---
|
| 30 |
# Hiiragi Chihaya + Carmein / SeptemCharm: Magical Kanan(柊ちはや + カーマイン in Septem Charm まじかるカナン OVA)
|
| 31 |
|
| 32 |
<Gallery />
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
## Model description
|
| 35 |
|
| 36 |
OVA版。フラットで色が薄いため、ご注意ください。
|
|
@@ -53,4 +58,4 @@ You should use `sdxl-carmein` to trigger the image generation.
|
|
| 53 |
## Download model
|
| 54 |
|
| 55 |
|
| 56 |
-
[Download](/BlueTriangles/SDXL_Magical_Kanan_Chihaya/tree/main) them in the Files & versions tab.
|
|
|
|
| 23 |
- output:
|
| 24 |
url: images/20260505212711-2528535428.jpg
|
| 25 |
text: sdxl-carmein
|
| 26 |
+
base_model:
|
| 27 |
+
- OnomaAIResearch/Illustrious-XL-v2.0
|
| 28 |
instance_prompt: sdxl-hiiragi-chihaya, sdxl-carmein
|
| 29 |
+
license: cc-by-nc-sa-4.0
|
| 30 |
---
|
| 31 |
# Hiiragi Chihaya + Carmein / SeptemCharm: Magical Kanan(柊ちはや + カーマイン in Septem Charm まじかるカナン OVA)
|
| 32 |
|
| 33 |
<Gallery />
|
| 34 |
|
| 35 |
+
## License
|
| 36 |
+
|
| 37 |
+
本 LoRA を使用して生成された画像について、商用利用(広告、販売、有料コンテンツへの利用等)を一切禁止します。 / Commercial use of images generated with this LoRA is strictly prohibited.
|
| 38 |
+
|
| 39 |
## Model description
|
| 40 |
|
| 41 |
OVA版。フラットで色が薄いため、ご注意ください。
|
|
|
|
| 58 |
## Download model
|
| 59 |
|
| 60 |
|
| 61 |
+
[Download](/BlueTriangles/SDXL_Magical_Kanan_Chihaya/tree/main) them in the Files & versions tab.
|