Instructions to use FunkingGod/AniReal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FunkingGod/AniReal with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("FunkingGod/AniReal") prompt = "AniReal A stylized portrait of two individuals, a man and a woman, standing side by side against a mural graffiti background. The Malay man is dressed in a white hoodie and black sweatpants, paired with white sneakers. He has a beard and is good looking directly at the camera. The woman is animated, wearing a light green t-shirt with a pink and blue graphic, red pants, and burgundy boots with black laces. She has orange hair, green earrings, and is striking a playful pose with one hand raised to her head. The background is minimalistic, with a concrete floor. The style of the image is contemporary with a touch of anime influence, characterized by its detailed facial features, vibrant colors, and exaggerated poses." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: >- | |
| AniReal A stylized portrait of two individuals, a man and a woman, standing | |
| side by side against a mural graffiti background. The Malay man is dressed | |
| in a white hoodie and black sweatpants, paired with white sneakers. He has a | |
| beard and is good looking directly at the camera. The woman is animated, | |
| wearing a light green t-shirt with a pink and blue graphic, red pants, and | |
| burgundy boots with black laces. She has orange hair, green earrings, and is | |
| striking a playful pose with one hand raised to her head. The background is | |
| minimalistic, with a concrete floor. The style of the image is contemporary | |
| with a touch of anime influence, characterized by its detailed facial | |
| features, vibrant colors, and exaggerated poses. | |
| output: | |
| url: images/1000114095.png | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: AniReal | |
| # AniReal | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `AniReal` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/FunkingGod/AniReal/tree/main) them in the Files & versions tab. | |