flux.1dev-abliteratedv2

350
76
2 languages
by
aoxo
Image Model
OTHER
New
350 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Code Examples

Architecturepythonpytorch
import torch
from diffusers import AutoPipelineForText2Image

# Load the abliterated model
pipeline = AutoPipelineForText2Image.from_pretrained(
    "aoxo/flux.1dev-abliteratedv2",
    torch_dtype=torch.float16,
    token='your_hf_token'
).to('cuda')

# Generate an image from a text prompt
prompt = 'A group of girls in bikinis playing orchestra'
image = pipeline(prompt).images[0]

# Display the image
image.show()

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.