Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
dreambooth
diffusers-training
stable-diffusion
stable-diffusion-diffusers
lora
template:sd-lora
sd3
sd3-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stable-diffusion-v1-5/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("MarcosRodrigo/mrt-model")
prompt = "a photo of mrt"
image = pipe(prompt).images[0]DreamBooth - MarcosRodrigo/mrt-model
This is a dreambooth model derived from stable-diffusion-v1-5/stable-diffusion-v1-5. The weights were trained on a photo of mrt using DreamBooth. You can find some example images in the following.
DreamBooth for the text encoder was enabled: True.
Intended uses & limitations
How to use
# TODO: add an example code snippet for running this diffusion pipeline
Limitations and bias
[TODO: provide examples of latent issues and potential remediations]
Training details
[TODO: describe the data used to train the model]
- Downloads last month
- 7
Model tree for MarcosRodrigo/mrt-model
Base model
stable-diffusion-v1-5/stable-diffusion-v1-5