Edit model card

Merge of SDXL Turbo & SDXL DPO

Prompt
rusty robot cartoon

Read their licences before using it.

*.safetensors for AUTOMATIC1111, ComfyUI, InvokeAI

Download *.safetensors file

Use it with 🧨 diffusers

from diffusers import AutoPipelineForText2Image
import torch
        
pipeline = AutoPipelineForText2Image.from_pretrained('thibaud/sdxl_dpo_turbo', torch_dtype=torch.float16).to('cuda')        
image = pipeline('A mecha robot in a favela', num_inference_steps=2).images[0]
Downloads last month
93
Inference Examples
Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Spaces using thibaud/sdxl_dpo_turbo 3