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 / JulioCesar /captions
7.02 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
vcollos's picture
vcollos
3 diretores
e9e9b01 verified over 1 year ago
  • julio_1.txt
    246 Bytes
    3 diretores over 1 year ago
  • julio_10.txt
    294 Bytes
    3 diretores over 1 year ago
  • julio_11.txt
    257 Bytes
    3 diretores over 1 year ago
  • julio_12.txt
    235 Bytes
    3 diretores over 1 year ago
  • julio_13.txt
    274 Bytes
    3 diretores over 1 year ago
  • julio_14.txt
    374 Bytes
    3 diretores over 1 year ago
  • julio_15.txt
    375 Bytes
    3 diretores over 1 year ago
  • julio_16.txt
    356 Bytes
    3 diretores over 1 year ago
  • julio_17.txt
    305 Bytes
    3 diretores over 1 year ago
  • julio_18.txt
    453 Bytes
    3 diretores over 1 year ago
  • julio_19.txt
    396 Bytes
    3 diretores over 1 year ago
  • julio_2.txt
    502 Bytes
    3 diretores over 1 year ago
  • julio_20.txt
    433 Bytes
    3 diretores over 1 year ago
  • julio_3.txt
    324 Bytes
    3 diretores over 1 year ago
  • julio_4.txt
    305 Bytes
    3 diretores over 1 year ago
  • julio_5.txt
    361 Bytes
    3 diretores over 1 year ago
  • julio_6.txt
    328 Bytes
    3 diretores over 1 year ago
  • julio_7.txt
    386 Bytes
    3 diretores over 1 year ago
  • julio_8.txt
    456 Bytes
    3 diretores over 1 year ago
  • julio_9.txt
    359 Bytes
    3 diretores over 1 year ago