Instructions to use maugliai/compcard_pose_lora_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use maugliai/compcard_pose_lora_v1 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("maugliai/compcard_pose_lora_v1") prompt = "compcard_pose_v1, a hyperrealistic 2x2 grid actor compcard on a white seamless background. [layout — mandatory 2x2 compcard grid] top-left: tight headshot frontal, neutral expression, direct eye contact, 85mm portrait top-right: clean right profile, head and shoulders, relaxed, 85mm bottom-left: half body (waist-up), arms relaxed or lightly crossed, subtle charisma, 50mm bottom-right: full body, balanced stance, hands visible, feet fully in frame, 35mm Each quadrant shows the SAME persona, identical in face, hair, clothes, and anchors, only the camera angle and framing changes. Style: hyperrealism, photorealistic portrait photography, cinematic sharpness, natural skin texture, true colors. Persona: male, 30y, blogger rapper crossfitter, russian heritage with afro-russian roots, modern street poet mixing classic verse with trap beats Face & hair: oval face with high forehead, pronounced cheekbones, straight medium-width nose, full lips, thick dark eyebrows, deep almond-shaped dark brown eyes with expressive gaze, medium-length thick curly dark brown hair with natural volume, distinct wide sideburns, accessory: thin gold hoop earring on left ear Body: mesomorph, athletic crossfit build, broad shoulders, defined arms, medium height, warm olive-brown skin, subtle wrist tattoo: quill icon on right wrist Clothes: black bomber jacket over white oversized tee, slim black jeans, clean white sneakers, thin gold chain, smartwatch, palette: black, white, gold, deep burgundy Mood: charismatic, witty, confident, lyrical, slightly provocative performer energy Environment: minimal studio, white seamless, no props unless wearable Key persona feautures: high forehead, distinct sideburns, curly dark hair, black bomber + gold chain, confident direct gaze [style] studio daylight, soft shadows, crisp focus, no vignette, no borders, no text, no watermark" 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!