CoolFace
Modelpublic

davisbro/flux-multi-angle

sourceHugging Faceotherupdated 2y agoView on Hugging Face
25likes48downloads
Model Card

Create unique multi angle composite photos with Y2K and 90s vibes

<Gallery />

Model description

Use "TOK" to trigger style, multiple angle portraits, with 90s and Y2K and throwback nostalgia.

You can also run the model on Replicate. https://replicate.com/davisbrown/flux-multi-angle

Trigger words

It would help if you used in the style of TOK for better style preservation. It is best to place the trigger words first and describe 90s or Y2K elements in your scene like clothing or expressive elements.

Or prefix your prompts with A TOK composite photo of a person posing at different angles for better results. Experiment with other prompting approaches to get wacky and experiment.

Flux Multi Angle

Trained on Replicate using: https://replicate.com/ostris/flux-dev-lora-trainer/train

Use it with the 🧨 diffusers library

py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('davisbro/flux-multi-angle', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

License

Please adhere to the licensing terms as described here.