Rypo
commited on
Commit
·
34dc9d8
1
Parent(s):
628b5d3
fix typo
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ See the [original model card](https://huggingface.co/Shitao/OmniGen-v1) for more
|
|
16 |
Set up your environment by following the original [Quick Start Guide](https://huggingface.co/Shitao/OmniGen-v1#5-quick-start) before getting started.
|
17 |
|
18 |
> [!IMPORTANT]
|
19 |
-
> NOTE: This feature is not
|
20 |
|
21 |
```python
|
22 |
from OmniGen import OmniGenPipeline, OmniGen
|
|
|
16 |
Set up your environment by following the original [Quick Start Guide](https://huggingface.co/Shitao/OmniGen-v1#5-quick-start) before getting started.
|
17 |
|
18 |
> [!IMPORTANT]
|
19 |
+
> NOTE: This feature is not officially supported yet. You'll need to install the repo from [this pull request](https://github.com/VectorSpaceLab/OmniGen/pull/151).
|
20 |
|
21 |
```python
|
22 |
from OmniGen import OmniGenPipeline, OmniGen
|