Downloads · 30 days
2
11% of all-time downloads
DanielHostings/Rio2
Rio2 is a text-to-image model from DanielHostings. 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
11% of all-time downloads
All-time downloads
19
Public
Repo size
23.7 MB
Likes
0
Public
Click a slice to open those files.
.safetensors23.7 MB · 100%
From the Hugging Face model README
These are DanielHostings/Rio2 DreamBooth LoRA weights for 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 Rio to trigger the image generation.
Download the *.safetensors LoRA in the Files & versions tab.
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained(stable-diffusion-3.5-large, torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('DanielHostings/Rio2', weight_name='pytorch_lora_weights.safetensors')
image = pipeline('Rio').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.
Trained on Replicate using: lucataco/stable-diffusion-3.5-large-lora-trainer
# 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]