Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao authored Aug 17, 2022
1 parent 1e86782 commit 6bd664f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,10 @@ from discoart import create, go_big
docs = create()
a_big_doc = go_big(docs[0])
a_big_doc.display()
```


## Feature changes
- DiscoArt does not support video generation and `image_prompt` (which was marked as ineffective in DD 5.4).
- Due to no video support, `text_prompts` in DiscoArt accepts a string or a list of strings, not a dictionary; i.e. no frame index `0:` or `100:`.
Expand Down

0 comments on commit 6bd664f

Please sign in to comment.