Chris Chen

Results 9 issues of Chris Chen

I am trying to setup the demo but both readme.md and schema.md do not mentioned where and when should I add the schema into. Anyone can specify that for me?

Main purpose is to bring aframe to native apps and download assets into local storage. Combining three.js/webgl with react native is not a new idea at all. https://discuss.reactjs.org/t/webgl-in-react-native/2123 https://github.com/ProjectSeptemberInc/gl-react-native http://jlongster.com/First-Impressions-using-React-Native...

## Component Versions Please at least fill in the release version and GUI or CLI version. - **Video2X release version**: 4.6.0 - **Upscaler version**: n/a - **GUI version**: n/a -...

type:Enhancement
component:Container

[email protected] [email protected] ``` var sceneEl = document.querySelector('a-scene'); var keyboardEl= sceneEl.components['super-keyboard']; keyboardEl.addEventListener('superkeyboardchange', function(e) {console.log(e)}); ``` console return 'undefined' always... error is also emitted: Uncaught TypeError: Cannot read property 'key' of null...

component not working in Android web view. It display a black box instead. Tested on: Remi Note7 Andriod Pie MIUI10.3.6.0. Native Browser and webview

Replicate the gpt_author_v2 notebook into python file and create a simple webui using gradio - To use, create a .env file in root with OPENAIKEY, STABILITYKEY and ANTHROPICKEY - To...

fix error from ast.literal_eval when storyline comes with double quotes

I got the following errors when following the quick start instructions: in state_dict: "cond_stage_model.model.text_branch.embeddings.position_ids". ![image](https://github.com/haoheliu/AudioLDM/assets/1163738/46af73e0-82bc-470c-9b93-5559b0a88b7a)

Now that we have [Llama3](https://llama.meta.com/llama3/). Shall we consider supporting it? Easiest is probably connected through toolkit api like [ollama](https://ollama.com/) using it's [SDK](https://github.com/ollama/ollama-python) I'd be happy to spin off a PR...