patrickvonplaten
commited on
Commit
•
c1e8b26
1
Parent(s):
44356d2
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ license: mit
|
|
4 |
|
5 |
## How to run
|
6 |
|
|
|
|
|
7 |
```python
|
8 |
import torch
|
9 |
from diffusers import AutoPipelineForText2Image
|
|
|
4 |
|
5 |
## How to run
|
6 |
|
7 |
+
**Note**: This is only a single prior model checkpoint and has to be run with https://huggingface.co/warp-diffusion/wuerstchen
|
8 |
+
|
9 |
```python
|
10 |
import torch
|
11 |
from diffusers import AutoPipelineForText2Image
|