Instructions to use miaaiart/bone-outfit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use miaaiart/bone-outfit with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("miaaiart/bone-outfit") prompt = "bone outfit, A striking fashion runway scene featuring a confident woman wearing an avant-garde dress crafted entirely from sculpted bones. The dress is intricately designed, with bone elements arranged into elegant patterns, blending natural curves with artistic precision. The bodice features a corset-like structure made of rib-like segments, while the skirt flows with layered bone-like plates, creating a hauntingly beautiful silhouette. The model walks gracefully, her expression fierce and commanding. Her makeup is bold and dramatic, emphasizing cheekbones and dark eyes. The catwalk is illuminated with cold, moody lighting, enhancing the stark, ethereal atmosphere. The background features a minimalistic set with abstract organic forms that echo the bone-inspired theme, reinforcing the fashion-forward and artistic concept." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!