Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

prithivMLmods
/
Yellow-Pop-Flux-Dev-LoRA

Text-to-Image
Diffusers
lora
template:diffusion-lora
Yellow-Pop
Theme
Flux-Dev
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use prithivMLmods/Yellow-Pop-Flux-Dev-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/Yellow-Pop-Flux-Dev-LoRA")
    
    prompt = "Yellow Pop, A medium-sized bulldog stands in front of a vibrant pink background. The bulldogs face is prominently displayed, with its mouth slightly open. Its eyes are wide open, and its ears are perked up. Its mouth is slightly open, revealing a black nose. Its muzzle is adorned with small black dots, adding a pop of color to the scene. The dogs coat is a light brown, with a purple collared shirt underneath it. The coat has a black collar with a few buttons on it."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Yellow-Pop-Flux-Dev-LoRA
617 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
prithivMLmods's picture
prithivMLmods
Update README.md
cd99246 verified over 1 year ago
  • images
    Delete images/8791c32d-179a-4d70-a9d8-b23c91ef69f4.webp over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    3.32 kB
    Update README.md over 1 year ago
  • Yellow_Pop.safetensors
    613 MB
    xet
    Add 2 files over 1 year ago