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

  • Log In
  • Sign Up

Andy-ML-And-AI
/
LIQGLASS

Text-to-Image
Diffusers
flux2
flux2-diffusers
image-to-image
lora
standard
macos
liquid-glass
icon-generation
apple-design
Model card Files Files and versions
xet
Community

Instructions to use Andy-ML-And-AI/LIQGLASS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Andy-ML-And-AI/LIQGLASS 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.2-klein-base-4B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Andy-ML-And-AI/LIQGLASS")
    
    prompt = "LIQGLASS, macOS Liquid Glass style icon, translucent frosted glass squircle shape, Safari browser app, compass symbol, blue tinted glass, specular highlight, inner glow, light refraction at edges, depth layering, soft shadow, Apple macOS design language, high detail"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
LIQGLASS
12.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Andy-ML-And-AI's picture
Andy-ML-And-AI
Upload app.py
4190256 verified about 1 month ago
  • assets
    Validation images auto-generated by SimpleTuner about 1 month ago
  • .gitattributes
    1.58 kB
    Validation images auto-generated by SimpleTuner about 1 month ago
  • README.md
    5.85 kB
    Update README.md about 1 month ago
  • app.py
    18.4 kB
    Upload app.py about 1 month ago
  • pytorch_lora_weights.safetensors
    11.8 MB
    xet
    Trained for 1 epochs and 800 steps. about 1 month ago