How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Eculid/sd3.5-flowdppo", torch_dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

SD3.5 Medium Flow-DPPO

This repository hosts a Flow-DPPO checkpoint trained from Stable Diffusion 3.5 Medium using the UniRL Flow-DPPO recipe.

Links

Notes

This checkpoint is provided as a community-contributed artifact for research use. It follows the usage and limitations of the Stable Diffusion 3.5 Medium base model.

Downloads last month
5
Safetensors
Model size
2B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Eculid/sd3.5-flowdppo

Finetuned
(76)
this model

Paper for Eculid/sd3.5-flowdppo