Spaces:
Running
Running
OmPrakashSingh1704
commited on
Commit
·
eb6746a
1
Parent(s):
64496a7
options/Banner_Model/Image2Image.py
CHANGED
@@ -7,7 +7,7 @@ import torch
|
|
7 |
# from .pipeline_flux_controlnet_inpaint import FluxControlNetInpaintingPipeline
|
8 |
from typing import Tuple
|
9 |
from diffusers import FluxInpaintPipeline
|
10 |
-
|
11 |
|
12 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
13 |
print(f"Using device for I2I: {DEVICE}")
|
|
|
7 |
# from .pipeline_flux_controlnet_inpaint import FluxControlNetInpaintingPipeline
|
8 |
from typing import Tuple
|
9 |
from diffusers import FluxInpaintPipeline
|
10 |
+
import gradio as gr
|
11 |
|
12 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
13 |
print(f"Using device for I2I: {DEVICE}")
|
options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc
CHANGED
Binary files a/options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc and b/options/Banner_Model/__pycache__/Image2Image.cpython-310.pyc differ
|
|