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