CoolFace
Apppublic

longlian/llm-grounded-diffusion

sourceHugging Faceupdated 2y agoView on Hugging Face
45likes
46 commits on main
14041c02y ago

Update requirements.txt

longlian
e0ef1312y ago

Update requirements.txt

longlian
2b2a9bb3y ago

Fix checkbox label

Tony Lian
5eb6d1a3y ago

Pin the gradio client version

Tony Lian
f23de2c3y ago

Add pydantic versioning to requirements.txt

Tony Lian
b1ea54b3y ago

Use fast_after_steps only with use_fast_schedule

Tony Lian
363907c3y ago

Update placeholders and fix defaults with low_memory

Tony Lian
282616b3y ago

Update instructions

Tony Lian
1b9b2163y ago

Update the labels to examples

Tony Lian
160401d3y ago

Fix default preset with low_memory

Tony Lian
5b6650f3y ago

Update implementation note

Tony Lian
aca39c83y ago

Update instructions

Tony Lian
e6327f43y ago

Improve error handling in parsing

Tony Lian
26227043y ago

Update cached examples

Tony Lian
89f69833y ago

Update: add attention guidance and refactor the code

Tony Lian
e32648c3y ago

Close the plot in SAM

Tony Lian
d8715683y ago

Use fast schedule for per-box generation to speed up

Tony Lian
ee0b9c23y ago

Update examples

Tony Lian
d4674fb3y ago

Update examples

Tony Lian
93de48e3y ago

Apply batching to SAM to reduce the memory cost with many objects

Tony Lian
0cbad803y ago

Empty cache after each generation

Tony Lian
1aae4d63y ago

Empty GPU cache at the end of run

Tony Lian
4875c083y ago

Reduce so_batch_size for lower memory cost

Tony Lian
fef98ae3y ago

Update default steps

Tony Lian
853e04d3y ago

Update examples

Tony Lian
61ac46b3y ago

Add batched single object generation

Tony Lian
7b0a7ad3y ago

Fix scaling in input latents_bg

Tony Lian
2335a8f3y ago

Add autocast

Tony Lian
a55a1c53y ago

Update the gradio layouts

Tony Lian
f1f88423y ago

Add HTML and update cache

Tony Lian
6007e4c3y ago

Allow overriding the overall prompt

Tony Lian
67a209d3y ago

Add notes

Tony Lian
f0bfa563y ago

Update captions (remove absolute path)

Tony Lian
c27f9293y ago

Update cache path

Tony Lian
9ee698d3y ago

Fix gradio version

Tony Lian
76f46d93y ago

Add a note on the environment

Tony Lian
c71b5973y ago

Update README

Tony Lian
25ff81e3y ago

Add example caches

Tony Lian
2a535833y ago

Add caching and allow scale boxes

Tony Lian
1d6e0a93y ago

generator seed fix for baseline

Tony Lian
ec7f11c3y ago

Allow using different schedulers and negative prompts

Tony Lian
9668cda3y ago

Add examples, adjustable number of steps, and custom template

Tony Lian
1f39cf93y ago

Add stage 2

Tony Lian
58524a73y ago

Update

Tony Lian
f66a9533y ago

Add demo

Tony Lian
c8702323y ago

initial commit

longlian