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

Collos
/
uniodonto

Text-to-Image
Diffusers
English
flux
lora
replicate
Model card Files Files and versions
xet
Community

Instructions to use Collos/uniodonto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Collos/uniodonto 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("Collos/uniodonto")
    
    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
uniodonto / PedroJr /captions
6.36 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
vcollos's picture
vcollos
3 diretores
e9e9b01 verified over 1 year ago
  • pedro_1.txt
    196 Bytes
    3 diretores over 1 year ago
  • pedro_10.txt
    357 Bytes
    3 diretores over 1 year ago
  • pedro_11.txt
    332 Bytes
    3 diretores over 1 year ago
  • pedro_12.txt
    279 Bytes
    3 diretores over 1 year ago
  • pedro_13.txt
    451 Bytes
    3 diretores over 1 year ago
  • pedro_14.txt
    472 Bytes
    3 diretores over 1 year ago
  • pedro_15.txt
    407 Bytes
    3 diretores over 1 year ago
  • pedro_16.txt
    290 Bytes
    3 diretores over 1 year ago
  • pedro_17.txt
    396 Bytes
    3 diretores over 1 year ago
  • pedro_18.txt
    298 Bytes
    3 diretores over 1 year ago
  • pedro_19.txt
    246 Bytes
    3 diretores over 1 year ago
  • pedro_2.txt
    274 Bytes
    3 diretores over 1 year ago
  • pedro_20.txt
    283 Bytes
    3 diretores over 1 year ago
  • pedro_3.txt
    306 Bytes
    3 diretores over 1 year ago
  • pedro_4.txt
    269 Bytes
    3 diretores over 1 year ago
  • pedro_5.txt
    340 Bytes
    3 diretores over 1 year ago
  • pedro_6.txt
    98 Bytes
    3 diretores over 1 year ago
  • pedro_7.txt
    340 Bytes
    3 diretores over 1 year ago
  • pedro_8.txt
    339 Bytes
    3 diretores over 1 year ago
  • pedro_9.txt
    384 Bytes
    3 diretores over 1 year ago