Instructions to use fernandabufon/ft_stable_diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fernandabufon/ft_stable_diffusion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="fernandabufon/ft_stable_diffusion") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("fernandabufon/ft_stable_diffusion") model = AutoModelForImageClassification.from_pretrained("fernandabufon/ft_stable_diffusion") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343245508
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3a9b4dcd49cfd344ca400e3d2b478c820e432718ec8d6e6bf2b7a2797c15c04
|
| 3 |
size 343245508
|
runs/Dec15_00-55-10_9550c69afa42/events.out.tfevents.1734224114.9550c69afa42.1078.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5ebd1b2a34bdbd04cb1aeed680ebbf5b592e367fcccca0333f6b1bff0c562b8
|
| 3 |
+
size 6716
|