vumichien commited on
Commit
b6f2278
·
1 Parent(s): b218cd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -104,7 +104,13 @@ apply_hed = HEDdetector()
104
 
105
  def main():
106
  lottie_penguin = load_lottieurl('https://assets5.lottiefiles.com/datafiles/B8q1AyJ5t1wb5S8a2ggTqYNxS1WiKN9mjS76TBpw/articulation/articulation.json')
107
- st.header("Generate image with ControlNet")
 
 
 
 
 
 
108
  with st.sidebar:
109
  st_lottie(lottie_penguin, height=200)
110
  choose = option_menu("Generate image", ["Canvas", "Upload"],
 
104
 
105
  def main():
106
  lottie_penguin = load_lottieurl('https://assets5.lottiefiles.com/datafiles/B8q1AyJ5t1wb5S8a2ggTqYNxS1WiKN9mjS76TBpw/articulation/articulation.json')
107
+ st.header('Draw and generate image with ControlNet')
108
+ st.markdown('''
109
+ ##### Step 1a. Draw your image with canvas
110
+ ##### Step 1b. You also can upload image directly by select Upload in side bar
111
+ ##### Step 2. Input prompt to instruct model (You can also change some config with advanced option if need)
112
+ ##### Step 3. Generate and enjoy
113
+ ''')
114
  with st.sidebar:
115
  st_lottie(lottie_penguin, height=200)
116
  choose = option_menu("Generate image", ["Canvas", "Upload"],