Instructions to use Jonjew/GenieCosplayCFH with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/GenieCosplayCFH 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("Jonjew/GenieCosplayCFH") prompt = "G3n13_Co5pL@y, a tall, fit woman wearing the G3n13_Co5pL@y outfit in bold pink with gold trim, standing full-body, front-facing, long braided blonde hair draped over one shoulder. She wears a sculpted bold pink bra with thin gold straps and a center gold chain running from her black choker down her chest. Her high-cut black bottoms feature a gold-edged waistband and gold hip chains, paired with a sheer pink pleated skirt split at both sides to reveal her legs. She also wears a gold wrist cuff and black gladiator heels. She stands confidently in an ornate genie-themed setting, surrounded by glowing lanterns, swirling colored smoke, and an elaborate arched palace interior with rich fabrics and mystical artifacts. Soft golden light and warm shadows enhance her curves and the metallic details of her outfit. The atmosphere is exotic and magical, blending fantasy and seduction in a high-resolution, ultra-detailed cinematic scene." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View model card