ChenDY commited on
Commit
2e0351f
·
verified ·
1 Parent(s): e598e60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -115,7 +115,11 @@ margin: 0 auto;
115
 
116
  with gr.Blocks(css=css, theme=theme) as demo:
117
  gr.Markdown('''# Normalized Attention Guidance (NAG) Flux-Schnell
118
- Implementation of [Normalized Attention Guidance](https://chendaryen.github.io/NAG.github.io/)
 
 
 
 
119
  ''')
120
  with gr.Group():
121
  prompt = gr.Textbox(
 
115
 
116
  with gr.Blocks(css=css, theme=theme) as demo:
117
  gr.Markdown('''# Normalized Attention Guidance (NAG) Flux-Schnell
118
+ NAG demos: [LTX Video Fast](https://huggingface.co/spaces/ChenDY/NAG_ltx-video-distilled), [4-Step Wan2.1](https://huggingface.co/spaces/ChenDY/NAG_wan2-1-fast), [FLUX.1-dev](https://huggingface.co/spaces/ChenDY/NAG_FLUX.1-dev)
119
+
120
+ Implementation of [Normalized Attention Guidance](https://chendaryen.github.io/NAG.github.io/).
121
+
122
+ [Paper](https://arxiv.org/abs/2505.21179), [GitHub](https://github.com/ChenDarYen/Normalized-Attention-Guidance), [ComfyUI](https://github.com/ChenDarYen/ComfyUI-NAG)
123
  ''')
124
  with gr.Group():
125
  prompt = gr.Textbox(