Spaces:
Running
Running
hysts
commited on
Commit
•
0e88f89
1
Parent(s):
02c2b6d
Update
Browse files- gradio_canny2image.py +1 -1
- gradio_depth2image.py +1 -1
- gradio_fake_scribble2image.py +1 -1
- gradio_hed2image.py +1 -1
- gradio_hough2image.py +1 -1
- gradio_normal2image.py +1 -1
- gradio_pose2image.py +1 -1
- gradio_scribble2image.py +1 -1
- gradio_scribble2image_interactive.py +1 -1
- gradio_seg2image.py +1 -1
- model.py +1 -1
gradio_canny2image.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_canny2image.py
|
2 |
-
# The original license file is LICENSE.ControlNet this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_canny2image.py
|
2 |
+
# The original license file is LICENSE.ControlNet in this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
gradio_depth2image.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_depth2image.py
|
2 |
-
# The original license file is LICENSE.ControlNet this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_depth2image.py
|
2 |
+
# The original license file is LICENSE.ControlNet in this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
gradio_fake_scribble2image.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_fake_scribble2image.py
|
2 |
-
# The original license file is LICENSE.ControlNet this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_fake_scribble2image.py
|
2 |
+
# The original license file is LICENSE.ControlNet in this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
gradio_hed2image.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_hed2image.py
|
2 |
-
# The original license file is LICENSE.ControlNet this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_hed2image.py
|
2 |
+
# The original license file is LICENSE.ControlNet in this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
gradio_hough2image.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_hough2image.py
|
2 |
-
# The original license file is LICENSE.ControlNet this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_hough2image.py
|
2 |
+
# The original license file is LICENSE.ControlNet in this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
gradio_normal2image.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_normal2image.py
|
2 |
-
# The original license file is LICENSE.ControlNet this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_normal2image.py
|
2 |
+
# The original license file is LICENSE.ControlNet in this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
gradio_pose2image.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_pose2image.py
|
2 |
-
# The original license file is LICENSE.ControlNet this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_pose2image.py
|
2 |
+
# The original license file is LICENSE.ControlNet in this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
gradio_scribble2image.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_scribble2image.py
|
2 |
-
# The original license file is LICENSE.ControlNet this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_scribble2image.py
|
2 |
+
# The original license file is LICENSE.ControlNet in this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
gradio_scribble2image_interactive.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_scribble2image_interactive.py
|
2 |
-
# The original license file is LICENSE.ControlNet this repo.
|
3 |
import gradio as gr
|
4 |
import numpy as np
|
5 |
|
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_scribble2image_interactive.py
|
2 |
+
# The original license file is LICENSE.ControlNet in this repo.
|
3 |
import gradio as gr
|
4 |
import numpy as np
|
5 |
|
gradio_seg2image.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_seg2image.py
|
2 |
-
# The original license file is LICENSE.ControlNet this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
|
|
1 |
# This file is adapted from https://github.com/lllyasviel/ControlNet/blob/f4748e3630d8141d7765e2bd9b1e348f47847707/gradio_seg2image.py
|
2 |
+
# The original license file is LICENSE.ControlNet in this repo.
|
3 |
import gradio as gr
|
4 |
|
5 |
|
model.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# This file is adapted from gradio_*.py in https://github.com/lllyasviel/ControlNet/tree/f4748e3630d8141d7765e2bd9b1e348f47847707
|
2 |
-
# The original license file is LICENSE.ControlNet this repo.
|
3 |
from __future__ import annotations
|
4 |
|
5 |
import pathlib
|
|
|
1 |
# This file is adapted from gradio_*.py in https://github.com/lllyasviel/ControlNet/tree/f4748e3630d8141d7765e2bd9b1e348f47847707
|
2 |
+
# The original license file is LICENSE.ControlNet in this repo.
|
3 |
from __future__ import annotations
|
4 |
|
5 |
import pathlib
|