Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import PIL.Image
|
|
6 |
import numpy as np
|
7 |
from PIL import Image, ImageOps
|
8 |
import os
|
9 |
-
|
10 |
pipe = StableDiffusion3InstructPix2PixPipeline.from_pretrained("BleachNick/SD3_UltraEdit_w_mask", torch_dtype=torch.float16).to("cuda")
|
11 |
|
12 |
|
|
|
6 |
import numpy as np
|
7 |
from PIL import Image, ImageOps
|
8 |
import os
|
9 |
+
print(gr.__version__)
|
10 |
pipe = StableDiffusion3InstructPix2PixPipeline.from_pretrained("BleachNick/SD3_UltraEdit_w_mask", torch_dtype=torch.float16).to("cuda")
|
11 |
|
12 |
|