Spaces:
Runtime error
Runtime 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,13 +12,14 @@
|
|
| 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
|
| 20 |
from diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion_controlnet import *
|
| 21 |
|
|
|
|
|
|
|
| 22 |
EXAMPLE_DOC_STRING = """
|
| 23 |
Examples:
|
| 24 |
```py
|
|
|
|
| 12 |
# See the License for the specific language governing permissions and
|
| 13 |
# limitations under the License.
|
| 14 |
|
|
|
|
| 15 |
|
| 16 |
import numpy as np
|
| 17 |
import PIL.Image
|
| 18 |
import torch
|
| 19 |
from diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion_controlnet import *
|
| 20 |
|
| 21 |
+
# https://github.com/mikonvergence/ControlNetInpaint
|
| 22 |
+
|
| 23 |
EXAMPLE_DOC_STRING = """
|
| 24 |
Examples:
|
| 25 |
```py
|