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

Motas
/
Retro_Flux_Loras

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

Instructions to use Motas/Retro_Flux_Loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Motas/Retro_Flux_Loras 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("Motas/Retro_Flux_Loras")
    
    prompt = "The image is a digital illustration in a detailed, vibrant, high contrast, semi-realistic art style with 90s retro futuristic anime-inspired elements. Featuring a young woman with blonde hair and a serene expression. She has long, voluminous, wavy blonde hair cascading around her face and shoulders. Her face is small, cute and soft with full, slightly parted lips. She wears a high-tech, futuristic armor that covers her torso, with intricate metallic patterns and a prominent, circular blue light on her chest, suggesting advanced technology and possibly cyborg elements. Surrounding her, there are vivid, red roses, some in bloom and others in bud, creating a contrast of softness and hardness. The background appears to be a complex, mechanical environment with metallic structures and glowing lights, indicating a futuristic, perhaps post-apocalyptic setting. The composition is dramatic with strong filmic effects, color grading."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Retro_Flux_Loras
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Motas's picture
Motas
Upload PB.C_FLUX.safetensors
665e715 verified over 1 year ago
  • images
    Add 4 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • PB.C_FLUX.safetensors
    230 MB
    xet
    Upload PB.C_FLUX.safetensors over 1 year ago
  • README.md
    1.7 kB
    initial commit over 1 year ago
  • RetroAnimeFluxV1.safetensors
    1.08 GB
    xet
    Add 4 files over 1 year ago
  • rogiFLUX.safetensors
    613 MB
    xet
    Add 4 files over 1 year ago