nroggendorff commited on
Commit
faed98b
1 Parent(s): 8d55fdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
  from diffusers import StableDiffusionXLPipeline
6
 
7
  pipeline = StableDiffusionXLPipeline.from_pretrained(
8
- "stablediffusionapi/epicrealism-xl", use_safetensors=True#, variant="fp16"#, torch_dtype=torch.float16
9
  ).to("cuda")
10
 
11
  @spaces.GPU
 
5
  from diffusers import StableDiffusionXLPipeline
6
 
7
  pipeline = StableDiffusionXLPipeline.from_pretrained(
8
+ "stablediffusionapi/epicrealism-xl"#, use_safetensors=True#, variant="fp16"#, torch_dtype=torch.float16
9
  ).to("cuda")
10
 
11
  @spaces.GPU