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

  • Log In
  • Sign Up

Muapi
/
tangled-rapunzel

Text-to-Image
Diffusers
lora
stable-diffusion
flux
flux.1-d
Model card Files Files and versions
xet
Community

Instructions to use Muapi/tangled-rapunzel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Muapi/tangled-rapunzel 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("Muapi/tangled-rapunzel")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
tangled-rapunzel
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Muapi's picture
Muapi
Update README metadata for HF classification
4e820e5 verified about 9 hours ago
  • .gitattributes
    1.57 kB
    Upload preview.jpg with huggingface_hub 8 months ago
  • README.md
    900 Bytes
    Update README metadata for HF classification about 9 hours ago
  • preview.jpg
    1.66 MB
    xet
    Upload preview.jpg with huggingface_hub 8 months ago
  • tangled-rapunzel.safetensors
    76.7 MB
    xet
    Upload tangled-rapunzel.safetensors with huggingface_hub 8 months ago