Instructions to use juliagsy/imagic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use juliagsy/imagic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="juliagsy/imagic", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("juliagsy/imagic", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload imagic_state_dict.bin
Browse files- imagic_state_dict.bin +3 -0
imagic_state_dict.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73d7f12d62e2c366dc44b5933d3b3a37ca431d31d24488ece446fd4d02b0223b
|
| 3 |
+
size 2710473818
|