daodaoliang / tldream

A tiny little diffusion drawing app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • --model: You can use any Stable Diffusion model!

Command line arguments

╭─ Options ────────────────────────────────────────────────────────────────────────────────╮
│ --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  │
│                                               [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]                     │
│ --help                                        Show this message and exit.                │
╰──────────────────────────────────────────────────────────────────────────────────────────╯

About

A tiny little diffusion drawing app

License:Apache License 2.0


Languages

Language:Python 92.0%Language:Batchfile 6.6%Language:Shell 1.4%