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

  • Log In
  • Sign Up

prithivMLmods
/
Flux-C33-Design-LoRA

Text-to-Image
Diffusers
lora
template:diffusion-lora
3:2
Smile
Art
Design
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use prithivMLmods/Flux-C33-Design-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/Flux-C33-Design-LoRA")
    
    prompt = "C33 Design, a close-up shot captures a vibrant blue smiley face, adorned with a black hat adorned with two yellow buttons. The hat is adorned with an eye-level yellow circle with a smiling face, adding a pop of color to the scene. The eyes are glowing blue, creating a striking contrast to the black hat. The helmet is adorned by a black strap, adding depth to the composition. The background is a muted gray, adding to the overall composition."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Flux-C33-Design-LoRA
616 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
prithivMLmods's picture
prithivMLmods
Update README.md
cbfa254 verified over 1 year ago
  • images
    Upload 4 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • C33.safetensors
    613 MB
    xet
    Add 2 files over 1 year ago
  • README.md
    3.91 kB
    Update README.md over 1 year ago