MachineDelusions Claude commited on
Commit
6ebdadd
·
1 Parent(s): ab3761c

Make images larger and clickable

Browse files

- Wrapped images in anchor tags to view full size
- Increased width from 48% to 49% for larger display

🤖 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
- <img src="example-images/example-2.jpg" width="48%" />
11
- <img src="example-images/example-4.jpg" width="48%" />
12
  </p>
13
 
14
  <p align="center">
15
- <img src="example-images/example-5.jpg" width="48%" />
16
- <img src="example-images/example-3-6.jpg" width="48%" />
17
  </p>
 
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>