Instructions to use miaaiart/special-agent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use miaaiart/special-agent 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/special-agent") prompt = "special agent, A high-resolution photograph depicts a beautiful miaohwx woman with long, black hair, kneeling on the floor, holding a black submachine gun. She wears a black, lacy bralette and a black leather trench coat, which is open to reveal her midriff. Her skin is smooth and fair, and she has a sultry expression. The lighting is soft, casting gentle shadows, and the background is a plain, grey studio setting. The camera angle is slightly low, emphasizing her pose and the gun." 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!