Blue2Giant's picture
Remove Chinese section from README
7bc7b99 verified
|
Raw
History Blame Contribute Delete
993 Bytes
---
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.