Instructions to use BioMike/classical_portrait_vae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BioMike/classical_portrait_vae with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="BioMike/classical_portrait_vae")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BioMike/classical_portrait_vae", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model_conv_vae_256_epoch_304.pth
Browse files
model_conv_vae_256_epoch_304.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5129aafa2ed48e0c234fe42353d69596867e1e74304292e752144bc3658654cf
|
| 3 |
+
size 118067756
|