Commit History

Try a simpler process where the canvas is scaled, rotated and cropped square.
b0b8c79

Sean Powell commited on

Update submit button to say "Generate".
d07eaa9

Sean Powell commited on

Correct typo in desired output width docs.
62d33e5

Sean Powell commited on

Correct text2img_guidance_scale param name.
f0c3269

Sean Powell commited on

Update preview tool.
d34c69a

Sean Powell commited on

Update the tool to render half-drops.
b80b314

Sean Powell commited on

Make text2img guidance scale a float.
c444f8d

Sean Powell commited on

Restructure README config.
79a0310

Sean Powell commited on

More config for HF.
9edc11f

Sean Powell commited on

Add missing HF config to README.
eff5be6

Sean Powell commited on

Add README to configure spaces.
53d53e0

Sean Powell commited on

Improve test tool. Make deployable to a hf space.
cb1edc7

Sean Powell commited on

Log out params used.
8df445a

Sean Powell commited on

Update handler to extract all params. Remove memory logging.
3cc8d46

Sean Powell commited on

Fix origina image width calculation.
f27f339

Sean Powell commited on

Increase img2img strength to 0.6 to attempt tiling improvement.
21d86ed

Sean Powell commited on

Adjust parameters to address render issues.
62c63fc

Sean Powell commited on

Update diffusers dep on macOS.
ecf35ff

Sean Powell commited on

Checkin half-drop testing tool.
ec75b3e

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

Re-cuda pipes per execution.
6a92ce4

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

Upgrade diffusers to 25 on HF endpoint.
2678746

Sean Powell commited on

Correct response format for HF inference endpoint.
42299af

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

Use multiple GPUs (for Nvidia A10G support).
21ca519

Sean Powell commited on

Use a single GPU (for Nvidia A100 support).
35483dc

Sean Powell commited on

Support device in pipe initialisers.
caa0f8b

Sean Powell commited on

Place pipelines on different GPUs.
5126622

Sean Powell commited on

Additional VRAM debugging.
0fc9fa3

Sean Powell commited on

Touch VRAM debugging statements.
a7ae214

Sean Powell commited on

Use CUDA 11.8 compatible version of pytorch. Separate install args for macOS.
70a6fda

Sean Powell commited on

Update GPU identifying logic.
8a794e8

Sean Powell commited on

Implement a HF handler.
0cdb495

Sean Powell commited on

Select between cuda or mps based on environment.
a5222e6

Sean Powell commited on

Tweak params and prompts for diamond-crop-img2img.
22facc4

Sean Powell commited on

Add func to compute tile width from wallpaper width.
98271f9

Sean Powell commited on

Remove redundant self call.
d0bd7a7

Sean Powell commited on

Preserve image mode to ensure colour images remain colour.
1d68389

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

Working prototype, generating half-drop from a diamond-crop.
fc4590f

Sean Powell commited on