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
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.