Super Realistic Anthropomorphic Animal Photography
Model description
V2.0
Welcome to return to the picture!
Recommended parameters:
CFG: 1-4, related to anime and realism
Weight: 0.8-1.2
Trigger word: animanflux
Animal type: fly in the sky, run on the ground, swim in the water, whatever comes out.
Manga style, realistic style can be switched very well, using manga and realistic type of prompt word to distinguish.
There is no problem with compatibility with other models in the current test.
By the way, the model is lora trained by the new dev model, so the limb degradation is almost negligible.
And the anthropomorphic hands and feet of the animal retain the animal's features very well, except in individual cases. For example, if an anthropomorphic horse rides a horse, there is a probability that the hands and feet will be human.
The model is trained by hundreds of anime-style and hyper-realistic pictures of anthropomorphic animals, which are labeled with a palace grid splicing. In order to ensure the generalization and fitting effect of the model, rank128, A100 trained.
V1.0
Welcome to return to the picture!
Recommended parameters: (recommended parameters are only my common parameters, you can use your favorite parameters)
CFG: 1
Weight: 0.8-1.2
Trigger word: animanflux
Animal species: Flying in the sky, running on the ground, swimming in the water just come out.
This version is ultra-realistic photography style performance friendly, V2.0 will be able to generate painting style, both.
Model usage statement:
1. You may not host this model and its derivative versions (such as the Fusion Model version) on websites/applications that plan to earn revenue or donations. If you need to use this model and its derivative versions for commercial purposes (e.g. generative services, selling images, using the images in articles or publications that are publicly available on short-form video platforms, etc.), please contact me via the site. 2;
2. you may not sell the images generated from this model directly, unless you have modified the images manually to a sufficient degree that they can be fully recognized as your personal work in a legal sense. If you violate this rule, you will be held personally responsible for any legal consequences, and I will not be held liable for them;
3. You may not use the model to intentionally create or share illegal or harmful content for distribution and output, please observe public order and morality and use the model for positive and positive purposes.
4. Prohibit the integration of my model
Trigger words
You should use animanflux to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
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/super-realistic-anthropomorphic-animal-photography', weight_name='animan_V2.0_sampson.safetensors')
image = pipeline('This is a surrealistic realistic photography with a Chinese style characterized by Confucianism and Taoism elegance. A realistic photograph captures an anthropomorphic camel in traditional Chinese Tang Dynasty traveler's attire, in the vast desert, its patient demeanor a symbol of the long journey ahead. , ,animanflux, ').images[0]