Picasoe
Collection
2 items
•
Updated
•
1
Picasoe is a text-to-image model that features improved performance in image quality, typography, complex prompt understanding, and resource-efficiency.
The model is available via HuggingFace Inference API
from huggingface_hub import InferenceClient
client = InferenceClient(
provider="hf-inference",
api_key="hf_xxxxxxxxxxxxxxxxxxxxxxxx"
)
image = client.text_to_image(
"Astronaut riding a horse",
model="robiai/picasoe"
)
Base model
black-forest-labs/FLUX.1-dev