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 / sample
434 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
mpascua
update samples
a579f5f over 1 year ago
  • 2ef1fe4b-9df4-4b32-a0e9-f6cb962d5b79.jfif
    52.1 kB
    update samples over 1 year ago
  • 7491d11a-a4d2-416f-9926-5d10998c43b6.jfif
    71 kB
    update samples over 1 year ago
  • 8ee33df8-1b94-4003-9a5c-0b87921dca5a.jfif
    104 kB
    update samples over 1 year ago
  • acb5ca89-a9d4-4076-99c8-e0ad62746cfc.jfif
    114 kB
    update samples over 1 year ago
  • f755922e-fa15-4fd5-849a-9ef62351e810.jfif
    93.1 kB
    update samples over 1 year ago