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

ThalisAI
/
tilt-shift-flux-lora

Text-to-Image
Diffusers
English
flux
lora
stable-diffusion
tilt-shift
miniature
diorama
style
Model card Files Files and versions
xet
Community

Instructions to use ThalisAI/tilt-shift-flux-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ThalisAI/tilt-shift-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("ThalisAI/tilt-shift-flux-lora")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
tilt-shift-flux-lora
326 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
ThalisAI's picture
ThalisAI
Add showcase image: tilt-shift-library-01.png
70117cd verified 3 months ago
  • images
    Add showcase image: tilt-shift-library-01.png 3 months ago
  • .gitattributes
    1.94 kB
    Add showcase image: tilt-shift-library-01.png 3 months ago
  • README.md
    2.58 kB
    Update model card with correct Flux Dev license 3 months ago
  • tilt-shift-v01-flux.safetensors
    317 MB
    xet
    Add LoRA safetensors (SHA256 matches Civitai version 1618478) 3 months ago