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

MartinPascua
/
t1t0test

Text-to-Image
Diffusers
flux
lora
template:sd-lora
fluxgym
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use MartinPascua/t1t0test 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("MartinPascua/t1t0test")
    
    prompt = "t1t0test This cartoon shows two characters at a small table with a crystal ball, set against a green background. A yellow lamp hangs in the upper right corner. On the left sits a character in blue clothing on a small stool. On the right is a fortune teller character wearing a green dress with white polka dots and a blue headscarf, seated in a chair. Their hands hover near the crystal ball on the orange-clothed table. The speech bubbles now contain:First bubble (fortune teller):'Veo un gran viaje' (Translation:'I see a great journey') Second bubble (client):'¿En serio?' (Translation:'Really?') Third bubble (fortune teller):'Ah, no... un gran traje' (Translation:'Ah, no... a great suit')"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
t1t0test
172 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 19 commits
MartinPascua's picture
MartinPascua
Update README.md
c3e0ad4 verified over 1 year ago
  • sample
    update samples over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    7.04 kB
    Update README.md over 1 year ago
  • dataset.toml
    269 Bytes
    add examples over 1 year ago
  • sample_prompts.txt
    3.94 kB
    update samples over 1 year ago
  • tost-2024-10-09-03-02-00-t1t0test.safetensors
    172 MB
    xet
    Upload tost-2024-10-09-03-02-00-t1t0test.safetensors over 1 year ago