ehristoforu commited on
Commit
096c8e0
1 Parent(s): 9dbc715

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ ENABLE_CPU_OFFLOAD = 0
38
 
39
  if torch.cuda.is_available():
40
  pipe = StableDiffusionXLPipeline.from_pretrained(
41
- "fluently/Fluently-XL-v2",
42
  torch_dtype=torch.float16,
43
  use_safetensors=True,
44
  )
 
38
 
39
  if torch.cuda.is_available():
40
  pipe = StableDiffusionXLPipeline.from_pretrained(
41
+ "fluently/Fluently-XL-v4",
42
  torch_dtype=torch.float16,
43
  use_safetensors=True,
44
  )