Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

TheMistoAI
/
MistoLine

Text-to-Image
Diffusers
art
stable diffusion
ControlNet
SDXL
Diffusion-XL
Model card Files Files and versions
xet
Community
13

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

  • Libraries
  • Diffusers

    How to use TheMistoAI/MistoLine with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("TheMistoAI/MistoLine", 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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

add AIBOM

#13 opened 7 months ago by
sabato-nocera

Inference API Broken

7
#11 opened almost 2 years ago by
Cyteon

Regarding the generated images being line plots, the code used is provided by Hugging Face, as shown below. How can normal images be generated instead?

3
#8 opened almost 2 years ago by
obtion

System Requirements for TheMistoAI/MistoLine (CPU and RAM)

#7 opened almost 2 years ago by
encripto
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs