Oysiyl commited on
Commit
a838fa8
·
verified ·
1 Parent(s): 1e8deb9

Update README: Show scale progression per checkpoint (5 images showing all 7 scales each)

Browse files
Files changed (1) hide show
  1. README.md +11 -14
README.md CHANGED
@@ -286,25 +286,22 @@ The model includes checkpoints from throughout training:
286
 
287
  ### Visual Comparison
288
 
289
- Each comparison shows QR input + all 5 checkpoints (25%, 50%, 75%, 99%, 100%) at different conditioning scales:
290
 
291
- #### Scale 0.25 (Subtle Control)
292
- ![Scale 0.25](https://huggingface.co/Oysiyl/controlnet-lora-brightness-sdxl/resolve/main/examples/controlnet_lora_checkpoint_comparison_scale_0.25.png)
293
 
294
- #### Scale 0.5 (Light Control)
295
- ![Scale 0.5](https://huggingface.co/Oysiyl/controlnet-lora-brightness-sdxl/resolve/main/examples/controlnet_lora_checkpoint_comparison_scale_0.5.png)
296
 
297
- #### Scale 0.7 (Moderate Control)
298
- ![Scale 0.7](https://huggingface.co/Oysiyl/controlnet-lora-brightness-sdxl/resolve/main/examples/controlnet_lora_checkpoint_comparison_scale_0.7.png)
299
 
300
- #### Scale 1.0 (Balanced Control - Recommended)
301
- ![Scale 1.0](https://huggingface.co/Oysiyl/controlnet-lora-brightness-sdxl/resolve/main/examples/controlnet_lora_checkpoint_comparison_scale_1.0.png)
302
 
303
- #### Scale 1.25 (Strong Control)
304
- ![Scale 1.25](https://huggingface.co/Oysiyl/controlnet-lora-brightness-sdxl/resolve/main/examples/controlnet_lora_checkpoint_comparison_scale_1.25.png)
305
-
306
- #### Scale 1.5 (Very Strong Control)
307
- ![Scale 1.5](https://huggingface.co/Oysiyl/controlnet-lora-brightness-sdxl/resolve/main/examples/controlnet_lora_checkpoint_comparison_scale_1.5.png)
308
 
309
  ### Key Observations
310
 
 
286
 
287
  ### Visual Comparison
288
 
289
+ Each comparison shows QR input + all 7 conditioning scales (0.25, 0.5, 0.7, 0.75, 1.0, 1.25, 1.5) for a specific checkpoint:
290
 
291
+ #### Checkpoint 78 (25% trained, 2,500 samples)
292
+ ![Checkpoint-78 Scale Progression](https://huggingface.co/Oysiyl/controlnet-lora-brightness-sdxl/resolve/main/examples/controlnet_lora_scale_comparison_checkpoint-78.png)
293
 
294
+ #### Checkpoint 156 (50% trained, 5,000 samples)
295
+ ![Checkpoint-156 Scale Progression](https://huggingface.co/Oysiyl/controlnet-lora-brightness-sdxl/resolve/main/examples/controlnet_lora_scale_comparison_checkpoint-156.png)
296
 
297
+ #### Checkpoint 234 (75% trained, 7,500 samples)
298
+ ![Checkpoint-234 Scale Progression](https://huggingface.co/Oysiyl/controlnet-lora-brightness-sdxl/resolve/main/examples/controlnet_lora_scale_comparison_checkpoint-234.png)
299
 
300
+ #### Checkpoint 312 (99% trained, 9,984 samples)
301
+ ![Checkpoint-312 Scale Progression](https://huggingface.co/Oysiyl/controlnet-lora-brightness-sdxl/resolve/main/examples/controlnet_lora_scale_comparison_checkpoint-312.png)
302
 
303
+ #### Final Model (100% trained, 10,000 samples) - Recommended
304
+ ![Final Model Scale Progression](https://huggingface.co/Oysiyl/controlnet-lora-brightness-sdxl/resolve/main/examples/controlnet_lora_scale_comparison_final.png)
 
 
 
305
 
306
  ### Key Observations
307