Alexander Bagus commited on
Commit
0a77f65
·
1 Parent(s): 3f5ca3c
Files changed (2) hide show
  1. app.py +1 -1
  2. static/footer.md +11 -0
app.py CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks(css=css) as demo:
252
 
253
 
254
  gr.Examples(examples=examples, inputs=[input_image, prompt, control_mode])
255
- gr.HTML(read_file("static/footer.html"))
256
 
257
  run_button.click(
258
  fn=prepare,
 
252
 
253
 
254
  gr.Examples(examples=examples, inputs=[input_image, prompt, control_mode])
255
+ gr.Markdown(read_file("static/footer.html"))
256
 
257
  run_button.click(
258
  fn=prepare,
static/footer.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ## Usage
3
+ - **Polish Prompt**: ZIT need a detailed prompt, which can be provided by enabling polish prompt.
4
+ - **Context Scale**: higher the value, higher the detail preservation. The recommended control_context_scale range is 0.65 to 0.80.
5
+
6
+ ## References
7
+ - **alibaba-pai**: <https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union>
8
+ - **Tongyi-MAI**: <https://huggingface.co/Tongyi-MAI/Z-Image-Turbo>
9
+ - **VideoX-Fun**: <https://github.com/aigc-apps/VideoX-Fun>
10
+
11
+ <!-- https://github.com/comfyanonymous/ComfyUI/pull/11062 -->