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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

prithivMLmods
/
Past-Present-Deep-Mix-Flux-LoRA

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

Instructions to use prithivMLmods/Past-Present-Deep-Mix-Flux-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use prithivMLmods/Past-Present-Deep-Mix-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/Past-Present-Deep-Mix-Flux-LoRA")
    
    prompt = "Mixing Past and Present, a human hand is holding a small, square, black-and-white photograph of a cityscape. The photograph is taken from a low angle, looking up at the viewer. The hand is positioned in front of a gray road with white lines painted on it. To the left of the photograph is a black metal fence, and to the right of the fence is a tall brick building with balconies and balconies. The building is a light brown color, and there are cars parked on the street. The sky is blue, dotted with white clouds, adding a pop of color to the scene."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Past-Present-Deep-Mix-Flux-LoRA / images
342 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
prithivMLmods's picture
prithivMLmods
Delete images/71678990-cf49-40b5-82f6-e7af58d08c75.jpg
b818f68 verified almost 2 years ago
  • PP1.webp
    133 kB
    xet
    Upload 3 files almost 2 years ago
  • PP2.webp
    127 kB
    xet
    Upload 3 files almost 2 years ago
  • PP3.webp
    82.2 kB
    xet
    Upload 3 files almost 2 years ago