Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
main.py
CHANGED
|
@@ -122,11 +122,16 @@ with gr.Blocks() as demo:
|
|
| 122 |
gr.Markdown("""
|
| 123 |
# ComfyDeploy Gradio Interface
|
| 124 |
|
| 125 |
-
This is a Gradio interface for a
|
| 126 |
|
| 127 |
Model Using
|
|
|
|
|
|
|
|
|
|
| 128 |
|
| 129 |
To clone this workflow, visit: [ComfyDeploy Gradio Flux](https://www.comfydeploy.com/share/comfy-deploy-gradio-flux)
|
|
|
|
|
|
|
| 130 |
""")
|
| 131 |
|
| 132 |
with gr.Row():
|
|
|
|
| 122 |
gr.Markdown("""
|
| 123 |
# ComfyDeploy Gradio Interface
|
| 124 |
|
| 125 |
+
This is a demo Gradio interface for a ComfyUI workflow deployed on ComfyDeploy.
|
| 126 |
|
| 127 |
Model Using
|
| 128 |
+
- flux dev [non commercial]
|
| 129 |
+
- Workflow Modified from markury - https://civitai.com/models/618997/simpleadvanced-flux1-comfyui-workflows
|
| 130 |
+
- Lora form ogkai, nux -https://civitai.com/models/636355/flux-detailer
|
| 131 |
|
| 132 |
To clone this workflow, visit: [ComfyDeploy Gradio Flux](https://www.comfydeploy.com/share/comfy-deploy-gradio-flux)
|
| 133 |
+
|
| 134 |
+
ComfyDeploy deploy any ComfyUI workflow, install any custom nodes and models. *subject to individual custom nodes and models licenses*
|
| 135 |
""")
|
| 136 |
|
| 137 |
with gr.Row():
|