Downloads · 30 days
12
5% of all-time downloads
jyp96/fancy_boot
fancy_boot is a text-to-image model from jyp96. 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
12
5% of all-time downloads
All-time downloads
227
Public
Repo size
2.5 GB
Likes
0
Public
Click a slice to open those files.
.bin95.5 MB · 61%
From the Hugging Face model README
These are jyp96/fancy_boot 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? False.
You should use a photo of sks fancy_boot 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('jyp96/fancy_boot', weight_name='pytorch_lora_weights.safetensors')
image = pipeline('A photo of sks fancy_boot 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]