diff --git a/FEATURES.md b/FEATURES.md index f15c396..2044f35 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -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:`.