Spaces:
Sleeping
Sleeping
InstantID For retaining facial identity
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from rembg import remove
|
|
| 16 |
from diffusers import StableDiffusionImg2ImgPipeline
|
| 17 |
from diffusers import StableDiffusionXLPipeline
|
| 18 |
import io
|
| 19 |
-
import os, sys, subprocess, warnings, logging
|
| 20 |
|
| 21 |
warnings.filterwarnings("ignore", category=UserWarning)
|
| 22 |
logging.getLogger("onnxruntime").setLevel(logging.ERROR)
|
|
|
|
| 16 |
from diffusers import StableDiffusionImg2ImgPipeline
|
| 17 |
from diffusers import StableDiffusionXLPipeline
|
| 18 |
import io
|
| 19 |
+
import os, sys, subprocess, warnings, logging
|
| 20 |
|
| 21 |
warnings.filterwarnings("ignore", category=UserWarning)
|
| 22 |
logging.getLogger("onnxruntime").setLevel(logging.ERROR)
|