ehristoforu KingNish commited on
Commit
77dcd9a
1 Parent(s): 096c8e0

model changed from v4 to final (#10)

Browse files

- model changed from v4 to final (a53b8aca28ef4a59d375e880fa3d0e09c68b8d5d)


Co-authored-by: Nishith Jain <KingNish@users.noreply.huggingface.co>

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-v4",
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-Final",
42
  torch_dtype=torch.float16,
43
  use_safetensors=True,
44
  )