How to use from the
Use from the
Diffusers library
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]

sp_test1

Prompt
-

Download model

Weights for this model are available in PyTorch format.

Download them in the Files & versions tab.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for shansuja/road_classification

Adapter
(1)
this model