styling, require a code for prompts, admin privs, ordering, filtering, jump-to-page
This commit is contained in:
@@ -6,3 +6,4 @@ tqdm==4.64.0
|
||||
openvino==2022.1.0
|
||||
huggingface_hub==0.9.0
|
||||
scipy==1.9.0
|
||||
ftfy==6.1.1
|
||||
|
@@ -42,8 +42,8 @@ class StableDiffusion:
|
||||
self.latent_shape = tuple(self._unet.inputs[0].shape)[1:]
|
||||
# decoder
|
||||
self._vae = self.core.read_model(
|
||||
hf_hub_download(repo_id=model, filename="vae.xml"),
|
||||
hf_hub_download(repo_id=model, filename="vae.bin")
|
||||
hf_hub_download(repo_id=model, filename="vae_decoder.xml"),
|
||||
hf_hub_download(repo_id=model, filename="vae_decoder.bin")
|
||||
)
|
||||
self.vae = self.core.compile_model(self._vae, device)
|
||||
|
||||
|
Reference in New Issue
Block a user