These are jyp96/can DreamBooth LoRA weights for stabilityai/stable-diffusion-3-medium-diffusers.
The weights were trained using
DreamBooth with the
SD3 diffusers trainer.
Was LoRA for the text encoder enabled? False.
1from diffusers import AutoPipelineForText2Image
2import torch
3pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3-medium-diffusers, torch_dtype=torch.float16).to('cuda')
4pipeline.load_lora_weights('jyp96/can', weight_name='pytorch_lora_weights.safetensors')
5image = pipeline('A photo of sks can in a bucket').images[0]
For more details, including weighting, merging and fusing LoRAs, check the
documentation on loading LoRAs in diffusers
Please adhere to the licensing terms as described
here.