Woojong Koh
Woojong Koh
I encountered a `RuntimeError: "addmm_impl_cpu_" not implemented for 'Half'` when modifying the `infer.py` file in the following manner: ``` pipe = StableDiffusionXLInstantIDPipeline.from_pretrained(base_model_path, torch_dtype=torch.float16, controlnet=controlnet) pipe.load_ip_adapter_instantid(face_adapter) pipe.enable_model_cpu_offload() ``` The call stack...
Firstly, I would like to express my gratitude for sharing the code. The example provided functions excellently and I am truly grateful. As demonstrated in `infer.py`, I am able to...
When the device preview feature is enabled, the label of a slider widget is displayed at an inaccurate position, as shown in the screenshot below. Interestingly, the relative position of...
**Client** Storage **Environment** Local **Go Environment** $ go version $ go env ``` go version go1.22.1 darwin/arm64 GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/wjkoh/Library/Caches/go-build' GOENV='/Users/wjkoh/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin' GOINSECURE='' GOMODCACHE='/Users/wjkoh/go/pkg/mod'...
### Go version go version go1.22.2 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/wjkoh/Library/Caches/go-build' GOENV='/Users/wjkoh/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin' GOINSECURE='' GOMODCACHE='/Users/wjkoh/go/pkg/mod' GONOPROXY=''...
Thank you for the fantastic utility! I recently used goTLSScan to troubleshoot a tls: handshake failure issue with my net/http connection to a specific HTTPS server, and it worked exceptionally...
I suggest adding a link to the project's sponsorship page (https://github.com/sponsors/hhrutter) in the README.md file. It's often unclear whether a project accepts sponsorships without a visible link in the README....
[Client.Doc()](https://github.com/googleapis/python-firestore/blob/54c836b5156eec54ce0987f0c4b2894cab06b58b/google/cloud/firestore_v1/base_client.py#L321) does not take a full resource path, such as ""projects/P/databases/D/documents/coll-1/doc-1", while its [Python counterpart handles it](https://github.com/googleapis/python-firestore/blob/54c836b5156eec54ce0987f0c4b2894cab06b58b/google/cloud/firestore_v1/base_client.py#L321) well. Since [DocumentRef has only the `Path` field exposed](https://pkg.go.dev/cloud.google.com/go/firestore?utm_source=godoc#DocumentRef), which returns a full...
### Steps to reproduce The following steps were replicated on Flutter Web, iPhone 15, iOS 17.2.1, and Mobile Safari. 1. Hold an iPhone 15 in a portrait position (with the...
Hi Alex, I'd like to build a Docker image for our Go server that uses https://github.com/mattn/go-sqlite3 and https://github.com/asg017/sqlite-vec. I'm having a hard time building a static or dynamically linked binary...