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
/
Canopus-Clothing-Flux-LoRA

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
Flux
florence2-en(natural language & English)
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use prithivMLmods/Canopus-Clothing-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/Canopus-Clothing-Flux-LoRA")
    
    prompt = "Blue corduroy overalls psd mockup, in the style of gothic dark and moody tones, natural materials, tinycore, use of fabric, dark white and black, unpolished authenticity, multi-layered --ar 68:101 --v 5"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Canopus-Clothing-Flux-LoRA
620 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
prithivMLmods's picture
prithivMLmods
Update README.md
37d6cb9 verified about 2 years ago
  • base
    Create base/demo.txt about 2 years ago
  • images
    Delete images/demo.txt about 2 years ago
  • .gitattributes
    2.31 kB
    initial commit about 2 years ago
  • Canopus-Clothing-Flux-Dev-Florence2-LoRA.safetensors
    613 MB
    xet
    Add 4 files about 2 years ago
  • README.md
    4.82 kB
    Update README.md about 2 years ago