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