Update README.md
Browse files
README.md
CHANGED
@@ -47,6 +47,8 @@ Special VAE used for training: [madebyollin/sdxl-vae-fp16-fix](https://huggingfa
|
|
47 |
|
48 |
#### How to use
|
49 |
|
|
|
|
|
50 |
```python
|
51 |
from diffusers import DiffusionPipeline
|
52 |
import torch
|
|
|
47 |
|
48 |
#### How to use
|
49 |
|
50 |
+
[COLAB Notebook Here](https://colab.research.google.com/drive/1SMLhqfW2xjOK8Ep3R2FGT-xUyX50DgZh?usp=sharing)
|
51 |
+
|
52 |
```python
|
53 |
from diffusers import DiffusionPipeline
|
54 |
import torch
|