Downloads · 30 days
5
6% of all-time downloads
SteveWCG/trained-6
trained-6 is a text-to-image model from SteveWCG. 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
5
6% of all-time downloads
All-time downloads
90
Public
Repo size
485 MB
Likes
0
Public
Click a slice to open those files.
.bin127 MB · 52%
From the Hugging Face model README
These are SteveWCG/trained-6 DreamBooth LoRA weights for stabilityai/stable-diffusion-3-medium-diffusers.
The weights were trained using DreamBooth with the SD3 diffusers trainer.
Was LoRA for the text encoder enabled? True.
You should use A narrow pathway accommodates a bike lane, fully surrounded by greenery on both sides, within the suburban area. 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-medium-diffusers, torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('SteveWCG/trained-6', weight_name='pytorch_lora_weights.safetensors')
image = pipeline('A photo of a narrow pathway accommodates a bike lane, fully surrounded by greenery on both sides, within the suburban area. ').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]