jokerbit commited on
Commit
3229132
·
verified ·
1 Parent(s): 8498d2f

Upload src/pipeline.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. src/pipeline.py +1 -1
src/pipeline.py CHANGED
@@ -40,7 +40,7 @@ def load_pipeline() -> Pipeline:
40
  torch_dtype=torch.bfloat16)
41
  vae = AutoencoderTiny.from_pretrained(
42
  TinyVAE,
43
- TinyVAE_REV,
44
  local_files_only=True,
45
  torch_dtype=torch.bfloat16)
46
 
 
40
  torch_dtype=torch.bfloat16)
41
  vae = AutoencoderTiny.from_pretrained(
42
  TinyVAE,
43
+ revision=TinyVAE_REV,
44
  local_files_only=True,
45
  torch_dtype=torch.bfloat16)
46