Update README.md
Browse files
README.md
CHANGED
@@ -73,6 +73,15 @@ By submitting the form above, you agree to BRIA’s [Privacy policy](https://bri
|
|
73 |
|
74 |
### How To Use
|
75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
```python
|
77 |
from diffusers import (
|
78 |
AutoencoderKL,
|
|
|
73 |
|
74 |
### How To Use
|
75 |
|
76 |
+
Tested with:
|
77 |
+
|
78 |
+
```python
|
79 |
+
diffusers==0.27.2
|
80 |
+
transformers==4.47.1
|
81 |
+
torch==2.3.0 (on CUDA 12.1)
|
82 |
+
peft==0.14.0
|
83 |
+
```
|
84 |
+
|
85 |
```python
|
86 |
from diffusers import (
|
87 |
AutoencoderKL,
|