YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)
# Stable Diffusion 3 Model - Fine-tuned

This model was fine-tuned based on **stabilityai/stable-diffusion-3-medium-diffusers** using the instance prompt:
`in the style of BEATRIX`.

## Training details:
- Base model: stabilityai/stable-diffusion-3-medium-diffusers
- Instance prompt: in the style of BEATRIX

## Usage:
```python
from diffusers import StableDiffusion3Pipeline

model_id = "boryanagm/trained-sd3-lora-miniature"
pipeline = StableDiffusion3Pipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipeline = pipeline.to("cuda")
image = pipeline("in the style of BEATRIX").images[0]
image.show()
```
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support