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 5
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:c4ef331e67d9458adc3538bc1a63c3b8dea894a80e005e211d4a5081f894204e
|
| 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:c5eb2b231959d73c9fff8e0a70539f23aced7683266a919c63dd8757990cf004
|
| 3 |
+
size 7250
|