Instructions to use fasoo/korean-text-rendering-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
- Notebooks
- Google Colab
- Kaggle
File size: 525 Bytes
2bb4ff5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"base_model": {
"transformer": "Qwen/Qwen-Image-2512",
"text_encoder": "Qwen/Qwen-Image",
"vae": "Qwen/Qwen-Image"
},
"lora": {
"rank": 32,
"target": "dit",
"base_weights": "frozen (adapter-only)"
},
"training_data": {
"hf_dataset": "https://huggingface.co/datasets/fasoo/korean-text-rendering-data",
"recipe_rows": 45482,
"validation_rows": 478,
"composition": {
"atomic_text": 9667,
"atomic_text_new": 27287,
"infographic (repeat x4)": 8528
}
}
}
|