---
title: LoRA2
canonical_url: "https://www.modelscope.ai/models/KKill001/LoRA2"
md_url: "https://www.modelscope.ai/models/KKill001/LoRA2.md"
repository: KKill001/LoRA2
last_updated: 2026-09-10
license: "Apache License 2.0"
pipeline_tag: text-to-image-synthesis
tasks:
  - text-to-image-synthesis
base_model:
  - niteowl_shomei/Krea2Fiuka
base_model_relation: adapter
parameters: 1.2B
tensor_type:
  - F16
library_name:
  - lora
  - safetensors
  - pytorch
frameworks:
  - pytorch
supports_inference: txt2img
downloads: 107
stars: 0
tags:
  - LoRA
  - text-to-image
---

# LoRA2

> LoRA2 - An open-source model by KKill001 on ModelScope. You are viewing the default Readme template as no detailed model-card was provided by the model’s contributors. You can access the model files in the "Files and versions" tab. Model files may be…

KKill001/LoRA2 is a 1.2B-parameter text-to-image-synthesis model on ModelScope. licensed under Apache License 2.0. derived from niteowl_shomei/Krea2Fiuka. and supports online inference (txt2img).

- **Repository**: KKill001/LoRA2
- **License**: Apache License 2.0
- **Tasks**: text-to-image-synthesis
- **Parameters**: 1.2B
- **Base model**: niteowl_shomei/Krea2Fiuka
- **Online inference**: txt2img
- **Tags**: LoRA, text-to-image
- **Downloads**: 107
- **Stars**: 0
- **Last updated**: 2026-09-10

Source: https://www.modelscope.ai/models/KKill001/LoRA2

---

### You are viewing the default Readme template as no detailed model-card was provided by the model’s contributors. You can access the model files in the "Files and versions" tab.
#### Model files may be downloaded with ModelScope SDK or through git clone directly.

Download with ModelScope’s Python SDK
```bash
#Install ModelScope
pip install modelscope
```
```python
#Download with ModelScope’s Python SDK
from modelscope import snapshot_download
model_dir = snapshot_download('KKill001/LoRA2')
```
Download with Git clone
```
git clone https://www.modelscope.ai/KKill001/LoRA2.git
```

<p style="color: lightgrey;">If you are a contributor to this model, we invite you to promptly update the model card content according to <a href="https://www.modelscope.ai/docs/contribute/model-integration" style="color: lightgrey; text-decoration: underline;">the model contribution documentation</a>.</p>
