Instructions to use BlueTriangles/SDXL_Minami_Yuuko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BlueTriangles/SDXL_Minami_Yuuko 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_Minami_Yuuko") prompt = "sdxl-minami-yuuko" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
ライセンスを変更しました。LoRA は原則として著作権的にグレイなベースモデルを使うしかないので、あらゆる商用利用を禁止するべきと考えます。
Browse files
README.md
CHANGED
|
@@ -20,14 +20,19 @@ widget:
|
|
| 20 |
- output:
|
| 21 |
url: images/20260429134156-3598990203.jpg
|
| 22 |
text: sdxl-minami-yuuko
|
| 23 |
-
base_model:
|
|
|
|
| 24 |
instance_prompt: sdxl-minami-yuuko
|
| 25 |
-
license:
|
| 26 |
---
|
| 27 |
# Minami Yuuko / Ultraman A(南 夕子 in ウルトラマンA)
|
| 28 |
|
| 29 |
<Gallery />
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## Model description
|
| 32 |
|
| 33 |
Trained by 36 images (redrawn by ChatGPT Images and Nano Banana) in total (girl, uniform), 10 epoch, 2-10 repeats for 520 steps. Useful trigger and tags (keywords) are as follows.
|
|
@@ -45,4 +50,4 @@ You should use `sdxl-minami-yuuko` to trigger the image generation.
|
|
| 45 |
## Download model
|
| 46 |
|
| 47 |
|
| 48 |
-
[Download](/BlueTriangles/SDXL_Minami_Yuuko/tree/main) them in the Files & versions tab.
|
|
|
|
| 20 |
- output:
|
| 21 |
url: images/20260429134156-3598990203.jpg
|
| 22 |
text: sdxl-minami-yuuko
|
| 23 |
+
base_model:
|
| 24 |
+
- OnomaAIResearch/Illustrious-XL-v2.0
|
| 25 |
instance_prompt: sdxl-minami-yuuko
|
| 26 |
+
license: cc-by-nc-sa-4.0
|
| 27 |
---
|
| 28 |
# Minami Yuuko / Ultraman A(南 夕子 in ウルトラマンA)
|
| 29 |
|
| 30 |
<Gallery />
|
| 31 |
|
| 32 |
+
## License
|
| 33 |
+
|
| 34 |
+
本 LoRA を使用して生成された画像について、商用利用(広告、販売、有料コンテンツへの利用等)を一切禁止します。 / Commercial use of images generated with this LoRA is strictly prohibited.
|
| 35 |
+
|
| 36 |
## Model description
|
| 37 |
|
| 38 |
Trained by 36 images (redrawn by ChatGPT Images and Nano Banana) in total (girl, uniform), 10 epoch, 2-10 repeats for 520 steps. Useful trigger and tags (keywords) are as follows.
|
|
|
|
| 50 |
## Download model
|
| 51 |
|
| 52 |
|
| 53 |
+
[Download](/BlueTriangles/SDXL_Minami_Yuuko/tree/main) them in the Files & versions tab.
|