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

imagepipeline
/
Cute-Kawaii

Text-to-Image
Diffusers
imagepipeline
imagepipeline.io
ultra-realistic
lora
Model card Files Files and versions
xet
Community
2

Instructions to use imagepipeline/Cute-Kawaii with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use imagepipeline/Cute-Kawaii 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("imagepipeline/Cute-Kawaii")
    
    prompt = "cute 3d kawaii coca cola can dancing, sticker style, pastel background"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Cute-Kawaii
614 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
7iFiNalBoSS's picture
7iFiNalBoSS
Update README.md
c19d8f3 verified over 1 year ago
  • images
    Upload 2 files over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    896 Bytes
    Update README.md over 1 year ago
  • bf76912d-743d-4e99-9d48-a232e04e237d.safetensors
    613 MB
    xet
    Upload bf76912d-743d-4e99-9d48-a232e04e237d.safetensors with huggingface_hub over 1 year ago