Instructions to use RED-AIGC/TDD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RED-AIGC/TDD with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("RED-AIGC/TDD", 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
tdd on draw things app
#6 opened over 1 year ago
by
rspatial
how t install tdd_scheduler
🤝 1
1
#5 opened over 1 year ago
by
Ybssd
Have a detailed comparison between TDD and TCD?
1
#4 opened over 1 year ago
by
bin27
In Comfyui,need any special settings?
2
#3 opened over 1 year ago
by
gwen0807
Comparsion with Hyper-SD and SDXL-Lightning?
1
#1 opened over 1 year ago
by
XiaXin-Aloys