Spaces:
Runtime error
Runtime error
Update controlnet_inpaint.py
Browse files- controlnet_inpaint.py +1 -0
controlnet_inpaint.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
# Inspired by: https://github.com/haofanwang/ControlNet-for-Diffusers/
|
2 |
|
3 |
import inspect
|
|
|
1 |
+
# All the code in this file has been taken from: https://github.com/huggingface/diffusers/blob/main/examples/community/stable_diffusion_controlnet_inpaint.py
|
2 |
# Inspired by: https://github.com/haofanwang/ControlNet-for-Diffusers/
|
3 |
|
4 |
import inspect
|