Downloads · 30 days
2
12% of all-time downloads
DarkMoonDragon/trained-sd3
trained-sd3 is a text-to-image model from DarkMoonDragon. 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
2
12% of all-time downloads
All-time downloads
17
Public
Parameters
2.1B
47.2 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors39.3 GB · 71%
From the Hugging Face model README
These are DarkMoonDragon/trained-sd3 DreamBooth weights for stabilityai/stable-diffusion-3-medium-diffusers.
The weights were trained using DreamBooth with the SD3 diffusers trainer.
Was the text encoder fine-tuned? False.
You should use a photo of sks dog to trigger the image generation.
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('DarkMoonDragon/trained-sd3', torch_dtype=torch.float16).to('cuda')
image = pipeline('A photo of sks dog in a bucket').images[0]
Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md).
# 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]