Skip to content

rne1223/tldream

 
 

Repository files navigation

tldream

A tiny little diffusion drawing app

total download version Open in Colab

tldream_demo.mp4

Quick Start

pip install tldream tldream --model runwayml/stable-diffusion-v1-5 --device cuda

Command line arguments

  • --listen / --no-listen: If true, start server at 0.0.0.0 [default: no-listen]
  • --port INTEGER: [default: 4242]
  • --device TEXT: Device to use (cuda, cpu or mps) [default: cuda]
  • --model TEXT: Any HuggingFace Stable Diffusion model id. Or local ckpt/safetensors path [default: runwayml/stable-diffusion-v1-5]
  • --low-vram / --no-low-vram: Use low vram mode [default: no-low-vram]
  • --fp32 / --no-fp32: Use float32 mode [default: no-fp32]
  • --nsfw-filter / --no-nsfw-filter: [default: nsfw-filter]
  • --cache-dir TEXT: Model cache directory, by default model downloaded to ~/.cache/huggingface/hub
  • --local-files-only / --no-local-files-only: Not connect to HuggingFace server, add this flag if model has been downloaded [default: no-local-files-only]

About

A tiny little diffusion drawing app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.6%
  • Other 0.4%