lividtm Claude commited on
Commit
85e27f8
·
1 Parent(s): 6ebdadd

Fix image links to use full Hugging Face URLs

Browse files

- Updated anchor hrefs to use HF resolve URLs
- Prevents 404 errors when clicking images

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -7,11 +7,11 @@ LoRA adapters for Qwen Edit 2509, trained on 2K resolution image pairs.
7
  Transforms images between day and night lighting while preserving scene details.
8
 
9
  <p align="center">
10
- <a href="example-images/example-2.jpg"><img src="example-images/example-2.jpg" width="49%" /></a>
11
- <a href="example-images/example-4.jpg"><img src="example-images/example-4.jpg" width="49%" /></a>
12
  </p>
13
 
14
  <p align="center">
15
- <a href="example-images/example-5.jpg"><img src="example-images/example-5.jpg" width="49%" /></a>
16
- <a href="example-images/example-3-6.jpg"><img src="example-images/example-3-6.jpg" width="49%" /></a>
17
  </p>
 
7
  Transforms images between day and night lighting while preserving scene details.
8
 
9
  <p align="center">
10
+ <a href="https://huggingface.co/lividtm/Qwen-Edit-Loras/resolve/main/example-images/example-2.jpg"><img src="example-images/example-2.jpg" width="49%" /></a>
11
+ <a href="https://huggingface.co/lividtm/Qwen-Edit-Loras/resolve/main/example-images/example-4.jpg"><img src="example-images/example-4.jpg" width="49%" /></a>
12
  </p>
13
 
14
  <p align="center">
15
+ <a href="https://huggingface.co/lividtm/Qwen-Edit-Loras/resolve/main/example-images/example-5.jpg"><img src="example-images/example-5.jpg" width="49%" /></a>
16
+ <a href="https://huggingface.co/lividtm/Qwen-Edit-Loras/resolve/main/example-images/example-3-6.jpg"><img src="example-images/example-3-6.jpg" width="49%" /></a>
17
  </p>