Update/Upload model card for LoRA
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ tags:
|
|
12 |
# - generated_image_text # 更具体的标签
|
13 |
library_name: diffusers # 因为你提到了 Diffusers
|
14 |
pipeline_tag: text-to-image # 或者更具体的任务标签
|
|
|
|
|
15 |
# datasets: # 如果你愿意,可以列出主要的训练数据集,即使它们尚未公开发布
|
16 |
# - your-custom-training-dataset-name
|
17 |
# metrics: # 如果你有评估指标
|
@@ -109,6 +111,10 @@ python demo.py
|
|
109 |
|
110 |
Our code is modified based on [Diffusers](https://github.com/huggingface/diffusers). We adopt [black-forest-labs/FLUX.1-Fill-dev](https://huggingface.co/black-forest-labs/FLUX.1-Fill-dev) as the base model. Thanks to all the contributors for the helpful discussions!
|
111 |
|
|
|
|
|
|
|
|
|
112 |
## Citation
|
113 |
|
114 |
```bibtex
|
|
|
12 |
# - generated_image_text # 更具体的标签
|
13 |
library_name: diffusers # 因为你提到了 Diffusers
|
14 |
pipeline_tag: text-to-image # 或者更具体的任务标签
|
15 |
+
base_model:
|
16 |
+
- black-forest-labs/FLUX.1-Fill-dev
|
17 |
# datasets: # 如果你愿意,可以列出主要的训练数据集,即使它们尚未公开发布
|
18 |
# - your-custom-training-dataset-name
|
19 |
# metrics: # 如果你有评估指标
|
|
|
111 |
|
112 |
Our code is modified based on [Diffusers](https://github.com/huggingface/diffusers). We adopt [black-forest-labs/FLUX.1-Fill-dev](https://huggingface.co/black-forest-labs/FLUX.1-Fill-dev) as the base model. Thanks to all the contributors for the helpful discussions!
|
113 |
|
114 |
+
## License
|
115 |
+
|
116 |
+
The use of this model, TextFlux, is governed by the **FLUX.1 [dev] Non-Commercial License Agreement** (or the specific version applicable to FLUX.1-Fill-dev, upon which TextFlux is based).
|
117 |
+
|
118 |
## Citation
|
119 |
|
120 |
```bibtex
|