salso commited on
Commit
140a3c5
·
verified ·
1 Parent(s): 10ec438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -532,9 +532,10 @@ with gr.Blocks(css=css) as demo:
532
  4. Adjust the sliders to control the effect strength
533
  5. Click "Generate" to create your image
534
 
535
- ## About
536
- This demo uses FLUX.1-Redux-dev for style transfer, FLUX.1-Depth-dev for depth-guided generation,
537
- and XLabs Canny for edge detection and structure preservation.
 
538
  """
539
  )
540
 
 
532
  4. Adjust the sliders to control the effect strength
533
  5. Click "Generate" to create your image
534
 
535
+ ## Follow us for more
536
+ If you enjoyed this project, you may also like ZenCtrl, our open-source agentic visual control toolkit for generative image pipelines that we are developing.
537
+ ZenCtrl space : https://huggingface.co/spaces/fotographerai/ZenCtrl and
538
+ Discord : https://discord.com/invite/b9RuYQ3F8k
539
  """
540
  )
541