Blue2Giant commited on
Commit
76d7dbd
ยท
verified ยท
1 Parent(s): 4793612

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