Emma Watson / Hermione Granger - [Flux, Pony, SD1.5]
(CivitAI)
Model description
IMPORTANT:
The default model that's available for download is overtrained and will steer heavily toward the default appearance. The prompt adherence to words that change that is very low. To get a more versatile checkpoint, please use one of the other checkpoints that are included in the attached zip file - the lower you go, the more malleable it will get (likeness will also reduce by a bit).
Will rework the training workflow and try to get a better model out soon.
Flux Retrained
Retrained model with the same dataset. I have uploaded the 4000th epoch but some of the earlier epochs might be better. Generating a single image takes >2 minutes on my device so haven't been able to do a good comparison.
Depending on the feedback on this version, will test and release earlier step.
NOTE: I have added multiple checkpoints in a zip file to the model. The default version will have very strong likeness but if you'd like to test earlier steps for better variance, feel free to find a step you like. If you manage to get better gens out of any of the other checkpoints, please post them here and share your params in the comments.
Flux
Recommended strength is 1.
This version was trained (21, 25 images) on Flux.1 Dev. Picked the last model at 4000 steps. Trained on an A40 on runpod - took 3 hours.
I tried running it on schnell but it didn't work, if somebody can figure out how to run it on schnell/schnell-dev-merge, that'd be great - reach out.
Pony
This version was trained (18, 23 images) - (24, 16 repeats) on Pony Realism. Picked the 6th epoch.
The face likeness is pretty good IMO, further training did not improve it.
I have included an image where I used facedetailer/inpainting for the face with my SD 1.5 model. This provides the best output IMO.
Also added a comparison of Pony facedetailer vs 1.5.
V2
LORA trained on 30 publicly available images of Emma Watson.
This model comes with an optional trigger word h3rm10n3
to replicate Hermione Granger from the Harry Potter movies.
Trained on base SD 1.5, should work with most models.
Use ADetailer if details are lost and strength of 0.8 should work on most prompts.
Consider leaving a review if you like the model. All feedback is appreciated.
V1
LORA trained on 90 publicly available images of Emma Watson.
Trained on base SD 1.5, should work with most realistic models.
Use ADetailer if details are lost and strength of 1 should work on most prompts.
Trigger words
You should use 3mm4w
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/emma-watson-hermione-granger-flux-pony-sd1-5', weight_name='3mm4w-flux.safetensors')
image = pipeline('3mm4w, candid photo of a young woman wearing a yellow sports jacket and a graphic tee smiling and looking at the viewer, upper body focus').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 51
Model tree for Keltezaa/emma-watson-hermione-granger-flux-pony-sd1-5
Base model
black-forest-labs/FLUX.1-dev