File size: 993 Bytes
76d7dbd 7bc7b99 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
base_model: Qwen/Qwen-Image-Edit
tags:
- lora
- image-editing
- cref
- sref
---
# FreeStyle Checkpoints
This repository contains LoRA checkpoints for FreeStyle CRef/SRef image editing.
## Checkpoint Folders
| Folder | What it is | Inference note |
| --- | --- | --- |
| `freestyle-sref-14000-no-rope/` | SRef-only checkpoint at step 14000. | Style-reference weights only. Use the standard non-RoPE inference path. |
| `freestyle-cref-sref-36000-no-rope/` | Joint CRef + SRef checkpoint at step 36000. | Use the standard non-RoPE inference path. |
| `freestyle-cref-sref-40000-rope/` | Joint CRef + SRef checkpoint at step 40000. | This checkpoint must be used with the RoPE-modulated inference script. Using a non-RoPE inference script can give incorrect results. |
Each folder contains a `model.safetensors` LoRA weight file.
The previous `freestyle-cref-sref-40000-no-rope/` folder name was corrected to `freestyle-cref-sref-40000-rope/` to reflect the RoPE inference requirement.
|