TrpFrog-Diffusion
Collection
Models for generating images of TrpFrog.
•
9 items
•
Updated
•
1
These are Prgckwb/trpfrog-sd3.5-large-lora DreamBooth LoRA weights for stabilityai/stable-diffusion-3.5-large.
The weights were trained using DreamBooth with the SD3 diffusers trainer.
Was LoRA for the text encoder enabled? False.
You should use an icon of trpfrog
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.5-large',
torch_dtype=torch.float16
).to('cuda')
pipeline.load_lora_weights(
'Prgckwb/trpfrog-sd3.5-large-lora',
weight_name='pytorch_lora_weights.safetensors'
)
image = pipeline('an icon of trpfrog').images[0]
image.save('trpfrog.png')
pytorch_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.
Base model
stabilityai/stable-diffusion-3.5-large