Downloads · 30 days
15
17% of all-time downloads
dashabalashova/trained-sd3-lora
trained-sd3-lora is a text-to-image model from dashabalashova. Use it when you need an image from a text prompt. It is set up for diffusers. The card lists the license as other.
should probably proofread and complete it, then remove this comment. --
Downloads · 30 days
15
17% of all-time downloads
All-time downloads
87
Public
Repo size
38.8 MB
Likes
0
Public
Click a slice to open those files.
.bin19.1 MB · 49%
From the Hugging Face model README
These are dashabalashova/trained-sd3-lora DreamBooth LoRA weights for stabilityai/stable-diffusion-3.5-medium.
The weights were trained using DreamBooth with the SD3 diffusers trainer.
Was LoRA for the text encoder enabled? False.
You should use a photo of sks dog to trigger the image generation.
Download the *.safetensors LoRA in the Files & versions tab.
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3.5-medium, torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('dashabalashova/trained-sd3-lora', weight_name='pytorch_lora_weights.safetensors')
image = pipeline('A photo of sks dog in a bucket').images[0]
diffusers_lora_weights.safetensors here 💾.
models/Lora folder.<lora:your_new_name:1> to your prompt. On ComfyUI just load it as a regular LoRA.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.
# TODO: add an example code snippet for running this diffusion pipeline
[TODO: provide examples of latent issues and potential remediations]
[TODO: describe the data used to train the model]