From 6bd664f203109ccd08bf06e74732cd02be5b734c Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Wed, 17 Aug 2022 15:58:07 +0200 Subject: [PATCH] chore: fix docs --- FEATURES.md | 2 ++ 1 file changed, 2 insertions(+) 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:`.