Instructions to use shansuja/road_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use shansuja/road_classification with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("shansuja/road_classification") - Diffusers
How to use shansuja/road_classification with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tensor-diffusion/Ether-Blu-Mix-V5", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("shansuja/road_classification") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ base_model: tensor-diffusion/Ether-Blu-Mix-V5
|
|
| 13 |
instance_prompt: null
|
| 14 |
license: apache-2.0
|
| 15 |
pipeline_tag: image-classification
|
| 16 |
-
library_name:
|
| 17 |
---
|
| 18 |
# sp_test1
|
| 19 |
|
|
|
|
| 13 |
instance_prompt: null
|
| 14 |
license: apache-2.0
|
| 15 |
pipeline_tag: image-classification
|
| 16 |
+
library_name: fastai
|
| 17 |
---
|
| 18 |
# sp_test1
|
| 19 |
|