half-drop-demo / utils /pipes.py

Commit History

Adjust parameters to address render issues.
62c63fc

Sean Powell commited on

Remove forced upcast (no longer needed).
0718a7d

Sean Powell commited on

Try a fixed fp16 VAE.
b90b5ca

Sean Powell commited on

Explicitly enable upcasting, to confirm it is on.
d418167

Sean Powell commited on

Try explicitly disabling upcasting on the vae.
a14a545

Sean Powell commited on

Restore VAE slicing (not supported by AutoencoderKL, so not a candidate for root-cause).
c1560a2

Sean Powell commited on

Disable VAE slicing. Flush GPU memory.
eec894b

Sean Powell commited on

Revert "Try disabling FP16."
8f30678

Sean Powell commited on

Try disabling FP16.
b7d5131

Sean Powell commited on

Move pipe to cuda call to ensure types are correctly modified.
049d2c2

Sean Powell commited on

Attempt to cast bias to f16.
710f85d

Sean Powell commited on

Try disabling VAE slicing to see if that removes the CUDA incompatible half type.
a30feef

Sean Powell commited on

Support device in pipe initialisers.
caa0f8b

Sean Powell commited on

Update GPU identifying logic.
8a794e8

Sean Powell commited on

Select between cuda or mps based on environment.
a5222e6

Sean Powell commited on

Make experiments consistent & use shared utils.
ad3f797

Sean Powell commited on

Extract and refactor diamond crop img2img procedure.
a9ae6bb

Sean Powell commited on