Furry Enhancer
(CivitAI)
Model description
This Lora is made to enhance to ability / quality to create anthro and furry, and creatures with sdxl. but you can also use it to enhance also animals or fur clothing, etc.
its trained and tested on my models but it work on also on other types of models include some pony models . i highly recommend to use it with the following models.
: Midgard Pony, Ratatoskr , Bifröst Project , Fenrisxl ,Yggdrasil, Midgard
the lora can be used for SFW and NSFW.
Changelog:
V1 This is the first Version and still in WIP
i recommend using a strength of 0.7-0.9
to get realistic output use the trigger word "anthro"
for more digital art style "furry"
V2.84
added around 200+ more training images (around 800 total) and did a complete retain
more detailed
more specim
better nsfw part (man) wip
"emotions" ( wip)
I recommend using the Model Ratatoskr or Bifröst Project
Please be so kind and keep the Showcase clean of heavy NSFW Stuff and check out my other stuff too ;-)
and thanks to S1LV3RC01N for the help please check out her models too
V5.2
this version is completely new trained from ground up, over weeks. on the base of my Bifröst Project Model
better look
more supported models
more specimen
better in nsfw
etc
i will provide the complete wordlist in the future
can turn with a higher strength ( 1-1,3 ) basically any model into a furry model 👍😉
V6.1
Model got retained again with over 342K Steps and a Training time of 300+ Hours
More versatile
better details
better in NSFW
compatible with different types of model ( sdxl 1.0, lightning, hayper, turbo, pony)
the tagglist is inside the "training" folder i also included some example Pictures with comfy workflow embedded.
V1.0 Flux (Photoreal)
First Flux Version of the enhancer trained on parts of the SDXL Version of the enhancer but the tagging got optimized for flux. Its able to bring furries in nearly any Flux model.
note: it's "only" trained at 960 pictures yet.
Note: There will be 2 Versions: Photoreal, and Digital Art
the Digital Art is still in training and follow later.
it can do sfw and nsfw.
Have fun with this version of the Furry enhancer
I can recommend my Workflow for it.
Also please Check out my Flux Model Ratatoskr Flux
This disclaimer is not here without reasons. please have in mind this is like a virtual showroom and posting extreme stuff is like 💩 on my desk in real live 😉
made by Freek22
Trigger words
You should use Anthro
, Furry
, Photo
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/furry-enhancer', weight_name='Furry_Enhancer PhotoV3.420.safetensors')
image = pipeline('`Anthro`, `Furry`, `Photo`').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 20
Model tree for Keltezaa/furry-enhancer
Base model
black-forest-labs/FLUX.1-dev