Skip to content

Commit

Permalink
sd 1.5 model
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaehsan committed Nov 22, 2023
1 parent e1b07d0 commit 47677b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def setup(self):

vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-mse")
self.pipe = StableDiffusionPipeline.from_pretrained(
"SG161222/Realistic_Vision_V5.0_noVAE", torch_dtype=torch.float16,
"runwayml/stable-diffusion-v1-5", torch_dtype=torch.float16,
# local_files_only=True,
vae= vae
)
Expand Down

0 comments on commit 47677b5

Please sign in to comment.