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
/
Flux.1-Dev-Poster-HQ-LoRA

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

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

  • Libraries
  • Diffusers

    How to use prithivMLmods/Flux.1-Dev-Poster-HQ-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/Flux.1-Dev-Poster-HQ-LoRA")
    
    prompt = "poster foss, Captured in a light brown, cartoon-like poster, the main focal point of the image is a portrait of a man in a brown collared shirt with the word \"LOKI\" written in bold black letters on the front. The mans face is covered in dark brown hair, and he is wearing a black collar around his neck. His eyes are squinted and he has a serious expression on his face. To the left of the man, there is a red circle with the number 6 on it, and to the right of the circle, there are two smaller circular circles with the same number on it. The background of the poster is black, with the words \"TALES FROM THE TIME WARRIANCE AUTHORITY\" in white letters."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Flux.1-Dev-Poster-HQ-LoRA
618 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
prithivMLmods's picture
prithivMLmods
Update README.md
1331f81 verified over 1 year ago
  • images
    Delete images/44c7a58a42f882060fb77c6c0da807ba.jpg over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    3.35 kB
    Update README.md over 1 year ago
  • poster-foss.safetensors
    613 MB
    xet
    Add 2 files over 1 year ago