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
Add 2 files
Browse files
images/00d8f10f-5038-4e0f-bb58-0b885ddc0cc5___RS_Early.B 8722.JPG
ADDED
|
|
Git LFS Details
|
model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3737bff8929a120e53e4376a3e306dcb504c41af605c4d099730a56fef8393f8
|
| 3 |
+
size 2285020
|