Maekami commited on
Commit
fd85a21
·
1 Parent(s): d72ff63

add readme

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ base_model: stabilityai/stable-diffusion-3.5-medium
4
+ tags:
5
+ - flow-dppo
6
+ - unirl
7
+ - stable-diffusion-3.5
8
+ - stable-diffusion-3.5-medium
9
+ - arxiv:2606.11025
10
+
11
+ ---
12
+
13
+ # SD3.5 Medium Flow-DPPO
14
+
15
+ This repository hosts a Flow-DPPO checkpoint trained from Stable Diffusion 3.5 Medium using the UniRL Flow-DPPO recipe.
16
+
17
+ ## Links
18
+
19
+ * Paper: https://huggingface.co/papers/2606.11025
20
+ * Code: https://github.com/Tencent-Hunyuan/UniRL
21
+ * Base model: https://huggingface.co/stabilityai/stable-diffusion-3.5-medium
22
+
23
+ ## Notes
24
+
25
+ This checkpoint is provided as a community-contributed artifact for research use. It follows the usage and limitations of the Stable Diffusion 3.5 Medium base model.