Spaces:
Build error
Build error
Update diffusion_webui/diffusion_models/controlnet/controlnet_inpaint/pipeline_stable_diffusion_controlnet_inpaint.py
Browse files
diffusion_webui/diffusion_models/controlnet/controlnet_inpaint/pipeline_stable_diffusion_controlnet_inpaint.py
CHANGED
@@ -12,6 +12,8 @@
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
|
|
|
|
|
15 |
import numpy as np
|
16 |
import PIL.Image
|
17 |
import torch
|
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
|
15 |
+
# https://github.com/mikonvergence/ControlNetInpaint
|
16 |
+
|
17 |
import numpy as np
|
18 |
import PIL.Image
|
19 |
import torch
|