v0.2.0, MinDalleTorch -> MinDalle, breaking change

This commit is contained in:
Brett Kuprel
2022-07-01 19:44:24 -04:00
parent 2080e596c3
commit 35e97768a5
10 changed files with 43 additions and 45 deletions
Vendored
+3 -3
View File
@@ -22,12 +22,12 @@ $ pip install min-dalle
### Python
To load a model once and generate multiple times, first initialize `MinDalleTorch`.
To load a model once and generate multiple times, first initialize `MinDalle`.
```python
from min_dalle import MinDalleTorch
from min_dalle import MinDalle
model = MinDalleTorch(
model = MinDalle(
is_mega=True,
is_reusable=True,
models_root='./pretrained'