worstcoder commited on
Commit
62095ad
·
verified ·
1 Parent(s): 4399e8e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - stabilityai/stable-diffusion-3.5-medium
4
+ library_name: peft
5
+ ---
6
+
7
+ # Model Card
8
+
9
+
10
+ ## Model Details
11
+
12
+ ### Model Description
13
+
14
+ This is a reproduced LoRA of SD3.5-Medium, post-trained with DiffusionNFT on multiple reward models.
15
+
16
+ ### Model Sources
17
+
18
+ <!-- Provide the basic links for the model. -->
19
+
20
+ - **Repository:** https://github.com/NVlabs/DiffusionNFT
21
+ - **Paper:** http://arxiv.org/abs/2509.16117
22
+
23
+ ## Uses
24
+
25
+ Please refer to the evaluation script in GitHub.