retwpay commited on
Commit
a9bfa3e
·
verified ·
1 Parent(s): 935ad9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/pornmasterPro_realismILV4",
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