IDKiro commited on
Commit
780576d
1 Parent(s): 846ae49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
- license: openrail
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: openrail++
3
+ tags:
4
+ - text-to-image
5
+ - stable-diffusion
6
+ library_name: diffusers
7
+ inference: false
8
  ---
9
+
10
+ # SDXS-512-DreamShaper-Anime
11
+
12
+ SDXS is a model that can generate high-resolution images in real-time based on prompt texts, trained using score distillation and feature matching.
13
+ For more information, please refer to our research paper: [SDXS: Real-Time One-Step Latent Diffusion Models with Image Conditions](https://arxiv.org/abs/2403.16627).
14
+ We open-source the model as part of the research.
15
+
16
+ SDXS-512-DreamShaper-Anime is the anime-style LoRA for [SDXS-512-DreamShaper](https://huggingface.co/IDKiro/sdxs-512-dreamshaper).
17
+ Watch [our repo](https://github.com/IDKiro/sdxs) for any updates.
18
+
19
+ ## Cite Our Work
20
+
21
+ ```
22
+ @article{song2024sdxs,
23
+ author = {Yuda Song, Zehao Sun, Xuanwu Yin},
24
+ title = {SDXS: Real-Time One-Step Latent Diffusion Models with Image Conditions},
25
+ journal = {arxiv},
26
+ year = {2024},
27
+ }
28
+ ```