Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,11 @@ margin: 0 auto;
|
|
114 |
|
115 |
with gr.Blocks(css=css, theme=theme) as demo:
|
116 |
gr.Markdown('''# Normalized Attention Guidance (NAG) Flux-Dev
|
117 |
-
|
|
|
|
|
|
|
|
|
118 |
''')
|
119 |
with gr.Group():
|
120 |
prompt = gr.Textbox(
|
|
|
114 |
|
115 |
with gr.Blocks(css=css, theme=theme) as demo:
|
116 |
gr.Markdown('''# Normalized Attention Guidance (NAG) Flux-Dev
|
117 |
+
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-schnell](https://huggingface.co/spaces/ChenDY/NAG_FLUX.1-schnell)
|
118 |
+
|
119 |
+
Implementation of [Normalized Attention Guidance](https://chendaryen.github.io/NAG.github.io/).
|
120 |
+
|
121 |
+
[Paper](https://arxiv.org/abs/2505.21179), [GitHub](https://github.com/ChenDarYen/Normalized-Attention-Guidance), [ComfyUI](https://github.com/ChenDarYen/ComfyUI-NAG)
|
122 |
''')
|
123 |
with gr.Group():
|
124 |
prompt = gr.Textbox(
|