These are Alched/tok11 DreamBooth LoRA weights for stable-diffusion-3.5-large.
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(stable-diffusion-3.5-large, torch_dtype=torch.float16).to('cuda')
4pipeline.load_lora_weights('Alched/tok11', weight_name='pytorch_lora_weights.safetensors')
5image = pipeline('TOK, woman').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.