Add pipeline tag, library name, paper, and code links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,8 +1,12 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
4
  # OmniGen2-OpenSubject
5
 
6
  This repository provides an **open-source baseline** model, obtained by fine-tuning **OmniGen2** on the sampled 500k **OpenSubject** corpus and 100k internal T2I samples to maintain prompt-following ability. The model is optimized for **subject-driven image generation**, while maintaining general **prompt-following** ability.
7
 
8
- For usage examples of **OpenSubject**, please refer to: https://github.com/LAW1223/OpenSubject.
 
 
1
  ---
2
  license: apache-2.0
3
+ library_name: diffusers
4
+ pipeline_tag: image-to-image
5
  ---
6
+
7
  # OmniGen2-OpenSubject
8
 
9
  This repository provides an **open-source baseline** model, obtained by fine-tuning **OmniGen2** on the sampled 500k **OpenSubject** corpus and 100k internal T2I samples to maintain prompt-following ability. The model is optimized for **subject-driven image generation**, while maintaining general **prompt-following** ability.
10
 
11
+ - **Paper**: [OpenSubject: Leveraging Video-Derived Identity and Diversity Priors for Subject-driven Image Generation and Manipulation](https://huggingface.co/papers/2512.08294)
12
+ - **Code**: [https://github.com/LAW1223/OpenSubject](https://github.com/LAW1223/OpenSubject)