My Flux Face LoRA Model
This is a custom LoRA model trained for face generation using Stable Diffusion.
Model Details
- Base Model: runwayml/stable-diffusion-v1-5
- Training Type: LoRA
- Resolution: 512x512
- Trigger Word: "xyz person"
License
This model is for non-commercial use only.
Usage
from diffusers import StableDiffusionPipeline
import torch
model_id = "Scalino84/my-flux-face-v2"
pipe = StableDiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", torch_dtype=torch.float16)
pipe.load_lora_weights(model_id)
prompt = "a photo of xyz person, professional headshot"
image = pipe(prompt).images[0]
- Downloads last month
- 35
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.
Model tree for Scalino84/my-flux-face-v2
Base model
runwayml/stable-diffusion-v1-5