Rename 40000 checkpoint folder and add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen-Image-Edit
|
| 3 |
+
tags:
|
| 4 |
+
- lora
|
| 5 |
+
- image-editing
|
| 6 |
+
- cref
|
| 7 |
+
- sref
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# FreeStyle Checkpoints
|
| 11 |
+
|
| 12 |
+
This repository contains LoRA checkpoints for FreeStyle CRef/SRef image editing.
|
| 13 |
+
|
| 14 |
+
## Checkpoint Folders
|
| 15 |
+
|
| 16 |
+
| Folder | What it is | Inference note |
|
| 17 |
+
| --- | --- | --- |
|
| 18 |
+
| `freestyle-sref-14000-no-rope/` | SRef-only checkpoint at step 14000. | Style-reference weights only. Use the standard non-RoPE inference path. |
|
| 19 |
+
| `freestyle-cref-sref-36000-no-rope/` | Joint CRef + SRef checkpoint at step 36000. | Use the standard non-RoPE inference path. |
|
| 20 |
+
| `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. |
|
| 21 |
+
|
| 22 |
+
Each folder contains a `model.safetensors` LoRA weight file.
|
| 23 |
+
|
| 24 |
+
## ไธญๆ่ฏดๆ
|
| 25 |
+
|
| 26 |
+
- `freestyle-sref-14000-no-rope/`๏ผ14000 step ็ **SRef-only** ๆ้๏ผๅชๅ
ๅซ้ฃๆ ผๅ่่ฝๅใ
|
| 27 |
+
- `freestyle-cref-sref-36000-no-rope/`๏ผ36000 step ็ **CRef + SRef** ่ๅๆ้๏ผไฝฟ็จๆฎ้ non-RoPE ๆจ็่ๆฌใ
|
| 28 |
+
- `freestyle-cref-sref-40000-rope/`๏ผ40000 step ็ **CRef + SRef** ่ๅๆ้๏ผ้่ฆไฝฟ็จ **RoPE ่ฐๅถ็ๆจ็่ๆฌ** ๆ่ฝๆญฃ็กฎ่ฟ่ก๏ผไธ่ฆ็จๆฎ้ non-RoPE ๆจ็่ๆฌๅ ่ฝฝ่ฟไธชๆ้ใ
|
| 29 |
+
|
| 30 |
+
The previous `freestyle-cref-sref-40000-no-rope/` folder name was corrected to `freestyle-cref-sref-40000-rope/` to reflect this requirement.
|
{freestyle-cref-sref-40000-no-rope โ freestyle-cref-sref-40000-rope}/model.safetensors
RENAMED
|
File without changes
|