IDKiro commited on
Commit
cd34167
1 Parent(s): e22dfba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -7,14 +7,19 @@ library_name: diffusers
7
  inference: false
8
  ---
9
 
10
- # SDXS-512-DreamShaper
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-Sketch is the sketch-to-image ControlNet 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
 
 
7
  inference: false
8
  ---
9
 
10
+ # SDXS-512-DreamShaper-Sketch
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-Sketch is the sketch-to-image **ControlNet** for [SDXS-512-DreamShaper](https://huggingface.co/IDKiro/sdxs-512-dreamshaper).
17
+ Watch [our repo](https://github.com/IDKiro/sdxs) for any updates.
18
+ See our [Demo Code](https://huggingface.co/spaces/IDKiro/SDXS-512-DreamShaper-Sketch/tree/main) to use the model.
19
+
20
+ <p align="left" >
21
+ <img src="sketch.gif" width="800" />
22
+ </p>
23
 
24
  ## Cite Our Work
25