flux.1dev-abliterated
279
63
license:apache-2.0
by
aoxo
Image Model
OTHER
New
279 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-abliterated",
torch_dtype=torch.float16,
token='your_hf_token'
).to('cuda')
# Generate an image from a text prompt
prompt = 'A girl in bikinis sipping on a margarita'
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.