patrickvonplaten commited on
Commit
5d1ddad
1 Parent(s): 585a602

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -9,6 +9,9 @@ tags:
9
 
10
  # How-to-use
11
 
 
 
 
12
  ```py
13
  import torch
14
  from diffusers import AutoPipelineForText2Image
 
9
 
10
  # How-to-use
11
 
12
+ By using this pipeline with `AutoPipelineForText2Image`, the required prior pipeline: https://huggingface.co/warp-diffusion/wuerstchen-prior will automatically be downloaded
13
+ and run.
14
+
15
  ```py
16
  import torch
17
  from diffusers import AutoPipelineForText2Image