-
Hi!
It looks like lora_init() does not work correctly after esp32 deep sleep wakeup.
here is debug output:
assertion "version == 0x12" failed: file "/home/iho/esp/hello_world/components/lora/lora.…
iho77 updated
6 years ago
-
Can you add a multi-lora stack loader? The ones I've found don't support subfolders.
The feature of View Info would be helpful too with a mutli-Lora loader.
-
We frequently get asked how to pass in properties of components as inputs (kind of the "opposite" of returning a `gr.update()`). For example, see:
* https://github.com/gradio-app/gradio/issues/3793…
-
`Loading settings from ./outputs/tmpfilelora.toml... train_util.py:3744
Traceback (most recent call last):
File "X:\Kohya_ss-GUI-LoRA-Portable-main\sd-scripts\sdxl_train_netwo…
-
I am trying to communicate two devices. One broadcasting based on Ra-02 Aithinker SX1278 433MHz using arduino-LoRa library (demo sender).
https://www.disk91.com/2019/technology/lora/first-steps-with…
-
is lora and checkpoint merge possible for FLUX ?
-
First of all, thanks for an amazing project! This runs on average 30% faster than flux on ComfyUI. I was wondering if there's any planned support for different schedulers and samplers like how you can…
-
Implement 'Concept Sliders: LoRA Adaptors for Precise Control in Diffusion Models'
Basically allows fine grained image tweaks using 'sliders'
- Paper: https://arxiv.org/abs/2311.12092
- > We …
-
So I have a GPTQ llama model I downloaded (from TheBloke), and it's already 4 bit quantized. I have to pass in False for the load_in_4bit parameter of:
```
model, tokenizer = FastLlamaModel.from_pr…
-
I'm trying to perform a range test using the US band, but I am not able to set SF=12, it caps at SF=10. Now, I'm following this table for the DR configuration, and I'm using the modem.dataRate(8) call…