sayakpaul HF staff commited on
Commit
3438ea3
1 Parent(s): 1c14800

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Welcome to 🤗 Diffusers Benchmarks!
2
+
3
+ This is dataset where we keep track of the inference latency and memory information of the core pipelines in the `diffusers` library.
4
+
5
+ Currently, the core pipelines are the following:
6
+
7
+ * Stable Diffusion and its derivatives such as ControlNet, T2I Adapter, Image-to-Image, Inpainting
8
+ * Stable Diffusion XL and its derivatives
9
+ * SSD-1B
10
+ * Kandinsky
11
+ * Würstchen
12
+ * LCM
13
+
14
+ *Note that we will continue to extend the list of core pipelines based on their API usage.*