Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
| 13 |
|
| 14 |
# Make sure to use torch.float16 consistently throughout the pipeline
|
| 15 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
| 16 |
-
"votepurchase/
|
| 17 |
torch_dtype=torch.float16,
|
| 18 |
variant="fp16", # Explicitly use fp16 variant
|
| 19 |
use_safetensors=True # Use safetensors if available
|
|
|
|
| 13 |
|
| 14 |
# Make sure to use torch.float16 consistently throughout the pipeline
|
| 15 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
| 16 |
+
"votepurchase/novaAnimeXL_ilV110",
|
| 17 |
torch_dtype=torch.float16,
|
| 18 |
variant="fp16", # Explicitly use fp16 variant
|
| 19 |
use_safetensors=True # Use safetensors if available
|