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", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload checkpoint_128x128_epoch_90.pth
Browse files
checkpoint_128x128_epoch_90.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca256a8a46816b9fb0bda7191d9b32dd389bd1e24fd3dda76ea497dff8f061fb
|
| 3 |
+
size 51476143
|