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

  • Log In
  • Sign Up

prithivMLmods
/
Flux.1-Dev-Realtime-Toon-Mix

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

Instructions to use prithivMLmods/Flux.1-Dev-Realtime-Toon-Mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use prithivMLmods/Flux.1-Dev-Realtime-Toon-Mix 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/Flux.1-Dev-Realtime-Toon-Mix")
    
    prompt = "toon mix, a medium-haired woman, dressed in a white shirt and dark-colored bikini, is adorned with a white scarf tied around her waist. She is holding a gray bottle, her right hand resting on her hip. Her left hand is wrapped around the bottle, adding a pop of color to her body. Shes wearing a pink sun visor, and her brown hair cascades over her shoulders. The backdrop, a rocky cliff, is a stark contrast to the blue sky, dotted with white stars."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Flux.1-Dev-Realtime-Toon-Mix
622 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
prithivMLmods's picture
prithivMLmods
Update README.md
212bb53 verified over 1 year ago
  • images
    Delete images/6f62df725e7124cf10537144cfcd41f3.jpg over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    5.8 kB
    Update README.md over 1 year ago
  • toon-mix.safetensors
    613 MB
    xet
    Add 2 files over 1 year ago