abhishek HF staff commited on
Commit
ec8f7b0
1 Parent(s): ec08a0d

Update controlnet_inpaint.py

Browse files
Files changed (1) hide show
  1. 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