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

valhalla
/
t2i-style

Text-to-Image
Diffusers
PyTorch
stable-diffusion-xl
stable-diffusion-xl-diffusers
t2iadapter
Model card Files Files and versions
xet
Community

Instructions to use valhalla/t2i-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use valhalla/t2i-style with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("valhalla/t2i-style", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
t2i-style
196 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
valhalla's picture
valhalla
68k
eda0678 over 2 years ago
  • .gitattributes
    1.77 kB
    End of training over 2 years ago
  • 418646_accelerate_config.yaml.autogenerated
    249 Bytes
    End of training over 2 years ago
  • 418651_accelerate_config.yaml.autogenerated
    249 Bytes
    End of training over 2 years ago
  • 418661_accelerate_config.yaml.autogenerated
    249 Bytes
    End of training over 2 years ago
  • 418664_accelerate_config.yaml.autogenerated
    249 Bytes
    End of training over 2 years ago
  • 418665_accelerate_config.yaml.autogenerated
    249 Bytes
    End of training over 2 years ago
  • README.md
    712 Bytes
    End of training over 2 years ago
  • image_control.png
    1.3 MB
    xet
    End of training over 2 years ago
  • images_0.png
    9.02 MB
    xet
    End of training over 2 years ago
  • images_1.png
    9.37 MB
    xet
    End of training over 2 years ago
  • images_2.png
    7.46 MB
    xet
    End of training over 2 years ago
  • images_3.png
    9.25 MB
    xet
    End of training over 2 years ago
  • main_log.txt
    21.1 kB
    End of training over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    160 MB
    xet
    68k over 2 years ago