Instructions to use editmilliionss/analflux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use editmilliionss/analflux 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("editmilliionss/analflux") prompt = "a blonde woman with large breasts and a curvy figure. engaged in a sexual act on a red bar stool in a modern, brightly lit room with wooden floors and abstract art in the background. The woman is wearing blue thigh-high stockings and a garter belt. A man's lower body is seen with an erected penis penetrating the woman from behind. The camera angle is from the side, capturing their expressions and the intimate moment." 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!