Skip to main content

A tiny little diffusion drawing app

Project description

tldream

A tiny little diffusion drawing app

total download version Open in Colab

https://user-images.githubusercontent.com/3998421/223580181-6375fc76-414a-4837-b7ab-4fb07509afd3.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]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tldream-0.4.1.tar.gz (2.7 MB view hashes)

Uploaded Source

Built Distribution

tldream-0.4.1-py3-none-any.whl (2.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page