Alexandre Lefebvre
Alexandre Lefebvre
> > FYI this is needed to make it work > > > https://github.com/huggingface/diffusers/blob/main/scripts/convert_original_stable_diffusion_to_diffusers.py > > Most modules made for diffusers tend to get ported to standard SD rather than...
Small note... If you want to try it, it run well on cpu, just take 10minutes per image but .... Just force device="cpu" in the code.
colab: [https://colab.research.google.com/drive/1wLKjM5NFGXlRsQ0_oevhxddeoCNE7eIU?usp=sharing](https://colab.research.google.com/drive/1wLKjM5NFGXlRsQ0_oevhxddeoCNE7eIU?usp=sharing)
does value_id is implemented yet ?
this is from aframe /** * Button indices: * 0 - thumbstick (which has separate axismove / thumbstickmoved events) * 1 - trigger (with analog value, which goes up to...
It fixed in this fork. https://github.com/illusioneering/WebXR-emulator-extension (this fork don't have the last modification and not work with aframe 1.2) This fork also supports more buttons for the quest. I'm not...
About button, with oculus touch, I should change some code like that (not so sure why then I don't make a pull request for this) const BUTTON = { SELECT:...
One easy way is 1) converting a ckpt using and convert it to a diffusion model using https://raw.githubusercontent.com/huggingface/diffusers/main/scripts/convert_original_stable_diffusion_to_diffusers.py 2) call the code as is (the original code uses the diffusion...
The voodoo line from Vuizur can compile my own Python code I used in my project ... I made a simple python code that init the tts then send to...
Snipped for testing with memory buffer ` std::atomic_bool is_aborted = false; { wparams.encoder_begin_callback = &beginSegmentCallback; wparams.encoder_begin_callback_user_data = &is_aborted; } if (true) { printf("----- USING BUFFER-------"); std::ifstream file(fname, std::ios::binary); file.seekg(0, std::ios::end);...