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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("shansuja/road_classification") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
sp_test1
- Prompt
- -
Download model
Weights for this model are available in PyTorch format.
Download them in the Files & versions tab.
Model tree for shansuja/road_classification
Base model
tensor-diffusion/Ether-Blu-Mix-V5