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

  • Log In
  • Sign Up

prithivMLmods
/
CAnime-LoRA

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

Instructions to use prithivMLmods/CAnime-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use prithivMLmods/CAnime-LoRA 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("prithivMLmods/CAnime-LoRA")
    
    prompt = "CAnime, An animated portrait of a young man in a bright orange jacket with a light blue shirt underneath. The mans eyes are closed, and his lips are slightly parted. His hair is a vibrant orange, and he is wearing a pair of light blue jeans. The background is a pale blue, and there is a large circular blue circle in the background."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
CAnime-LoRA
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
prithivMLmods's picture
prithivMLmods
Update README.md
be69228 verified over 1 year ago
  • images
    Delete images/f9d4a0d4-2b58-4732-99d4-0af43b2067cd.webp over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • CAnime.safetensors
    613 MB
    xet
    Add 2 files over 1 year ago
  • README.md
    3.5 kB
    Update README.md over 1 year ago