Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

prithivMLmods
/
Ton618-Tarot-Cards-Flux-LoRA

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

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

  • Libraries
  • Diffusers

    How to use prithivMLmods/Ton618-Tarot-Cards-Flux-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/Ton618-Tarot-Cards-Flux-LoRA")
    
    prompt = "Tarot Card, A poster of a man standing on the edge of a cliff. The man is facing a body of water that is surrounded by mountains and trees. The sun is setting in the background and the sun is casting a shadow on the left side of the image. The mountains are covered in snow and the sky is a light blue color. There are white clouds in the upper right corner of the sun. The bottom of the poster is black with white text that reads \"explore the uncharted\" in white letters."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Ton618-Tarot-Cards-Flux-LoRA
613 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
prithivMLmods's picture
prithivMLmods
Update README.md
f10e319 verified over 1 year ago
  • images
    Upload c4.webp over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    6.01 kB
    Update README.md over 1 year ago
  • Tarot-card.safetensors
    613 MB
    xet
    Add 2 files over 1 year ago