Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
|
23 |
|
24 |
if torch.cuda.is_available():
|
25 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
26 |
-
"
|
27 |
torch_dtype=torch.float16,
|
28 |
use_safetensors=True,
|
29 |
add_watermarker=False
|
|
|
23 |
|
24 |
if torch.cuda.is_available():
|
25 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
26 |
+
"John6666/noobai-xl-nai-xl-epsilonpred075version-sdxl",
|
27 |
torch_dtype=torch.float16,
|
28 |
use_safetensors=True,
|
29 |
add_watermarker=False
|