From b8bf2b116e415dbaac8872009ad82bf156caa5fa Mon Sep 17 00:00:00 2001 From: lunarring <78172771+lunarring@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:40:01 +0100 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3f7e75..e4c1581 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,22 @@ To run a transition between two prompts where you want some part of the image to ## Example 3: Multi transition To run multiple transition between K prompts, resulting in a stitched video, run `example3_multitrans.py` -# Relevant parameters +# Customization + +## Most relevant parameters + +set_height + + +## Set up the branching structure + +There are three ways to change the branching structure. +### Use a preset +```python +quality = 'medium' #choose from lowest, low, medium, high, ultra +depth_strength = 0.5 # see above (Most relevant parameters) +lb.load_branching_profile(quality, depth_strength) +``` # Installation