Instructions to use maxspire/trained-sd3-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use maxspire/trained-sd3-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("maxspire/trained-sd3-lora", dtype=torch.bfloat16, device_map="cuda") prompt = "A photo of sks dog in a bucket" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 132 Bytes
e8b6dd9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:06d044bfc5f25d596112a29e67db4a81a8d862cd80f11fea00ed29f463d4dab3
size 1105041
|