Christopher Penrose
Christopher Penrose
I assumed that `No .hex file found` was my issue. Ignoring `Keyboard from qmk.fm` section doesn't improve matters. I load the firmware and puty my GMMK PRro ansi into bootloader...
I haven't tried the `dream` pipeline yet. I have been able to provide a `width` argument to a stage I pipeline (using both the base DiffusionPipeline and the IFPipeline classes)...
> i tried to generate custom aspect ratio with my code below.... stage 3 gets me OOM eventhough im using a 3090.... maybe you guys can try to run it...
> #66 claims that it's possible to run inference with IF using only 6G VRAM, but I have not tested it myself You might be able to perform 2-stage pipelines...
Good news -- I was able to render a 1536x1024 image via Diffusers and the `IF-I-XL` -> `IF-II-L` -> `4x scaler` pipeline configuration. This was done on an RTX 3090...
A reminder that snake -> kebabs transforms containing non-leading numbers are not reversible: ```clojure (-> "a1_example" ->kebab-case-keyword ->snake_case_string) "a_1_example" (-> "a2a_example" ->kebab-case-keyword ->snake_case_string) "a_2a_example"
> If it breaks reproducibility then we need a mechanism to revert to the legacy random number generator via an environment variable or (preferably) a command-line switch. I believe these...
> Still waiting for a response to requests for changes from damian and myself. I will close this PR soon if no further activity. I responded to your change request...
Why all the love for Microsoft and types? would be a better use of time to improve the existing javascript code base than to use a less pervasive and boutique...
This is awesome! Will have to try this out!