Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

FunkingGod
/
AniReal

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

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
  • Draw Things
  • DiffusionBee
AniReal
614 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
FunkingGod's picture
FunkingGod
Add 2 files
8b41b0d verified over 1 year ago
  • images
    Add 2 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • AniRealLatest.safetensors
    613 MB
    xet
    Add 2 files over 1 year ago
  • README.md
    1.23 kB
    initial commit over 1 year ago