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
how t install tdd_scheduler
#5
by Ybssd - opened
(modelscope) F:\huggingface\RED-AIGC>python RED-AIGC.py
Traceback (most recent call last):
File "F:\huggingface\RED-AIGC\RED-AIGC.py", line 5, in
from tdd_scheduler import TDDScheduler
ModuleNotFoundError: No module named 'tdd_scheduler'
(modelscope) F:\huggingface\RED-AIGC>pip install tdd_scheduler
ERROR: Could not find a version that satisfies the requirement tdd_scheduler (from versions: none)
ERROR: No matching distribution found for tdd_scheduler
add tdd_scheduler.py