Ferry1231 commited on
Commit ·
2e92dce
1
Parent(s): bdeda06
update model card
Browse files
README.md
CHANGED
|
@@ -155,36 +155,6 @@ image.save("arr_qwen_edit_example.png")
|
|
| 155 |
|
| 156 |
If your Diffusers version uses a different Qwen-Image-Edit pipeline class or call signature, keep the same adapter subfolder and follow the base model's official loading example.
|
| 157 |
|
| 158 |
-
## Effective Prompting
|
| 159 |
-
|
| 160 |
-
### FLUX Text-to-Image
|
| 161 |
-
|
| 162 |
-
The FLUX adapter works best with prompts that clearly specify:
|
| 163 |
-
|
| 164 |
-
- required objects and attributes;
|
| 165 |
-
- object counts;
|
| 166 |
-
- spatial relationships;
|
| 167 |
-
- style or medium;
|
| 168 |
-
- constraints that should not be ignored.
|
| 169 |
-
|
| 170 |
-
Example:
|
| 171 |
-
|
| 172 |
-
```text
|
| 173 |
-
A high-resolution product photo of two matte blue ceramic cups on a wooden table,
|
| 174 |
-
with the smaller cup to the left of the larger cup, soft window lighting.
|
| 175 |
-
```
|
| 176 |
-
|
| 177 |
-
### Qwen-Image-Edit
|
| 178 |
-
|
| 179 |
-
The Qwen-Image-Edit adapter works best with edit instructions that clearly separate the requested change from content that should remain unchanged.
|
| 180 |
-
|
| 181 |
-
Example:
|
| 182 |
-
|
| 183 |
-
```text
|
| 184 |
-
Change the shirt color to dark green while preserving the person's face, pose,
|
| 185 |
-
background, lighting, and all other clothing details.
|
| 186 |
-
```
|
| 187 |
-
|
| 188 |
## Training Details
|
| 189 |
|
| 190 |
ARR-RPO was trained with LoRA and pairwise online preference optimization.
|
|
|
|
| 155 |
|
| 156 |
If your Diffusers version uses a different Qwen-Image-Edit pipeline class or call signature, keep the same adapter subfolder and follow the base model's official loading example.
|
| 157 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 158 |
## Training Details
|
| 159 |
|
| 160 |
ARR-RPO was trained with LoRA and pairwise online preference optimization.
|