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