-
Dear all,
Thank you so much for sharing the llama3.2 vision model fine-tuning script so fast!
I got the following error when running the demo
```
The model weights are not tied. Please use t…
-
I'd really like to do the LoRA weight batch scheduling and I think a lot of people would too, because there are some Slider LoRAs that would work well with this function.
If this is already possib…
-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports.
…
-
hi,have you tried to add lora to the pipline?
i add `pipe.load_lora_weights("./data/lora/", weight_name="CGgame_building_nsw.safetensors")`
before `syncmvd = StableSyncMVDPipeline(**pipe.component…
-
Is there a way to convert safetensors to ort format? Do you know how to use the Google colab notebook? The guy that made all those models to ort format used it but he wouldn't tell me the exact detail…
-
SDXL makes use of micro-conditioning, and it does have quite a bit of an effect on the end results. For more details, refer to the paper [here](https://arxiv.org/abs/2307.01952).
Currently, not al…
-
I have a TTGO T-Beam v0.7 with OLED attached. After compiling with VS Code and platformIO (env:ttgo-t-beam-v0_7) I get the following error after upload and monitor:
```
rst:0x1 (POWERON_RESET),boo…
-
Just so I don't bang my head against the wall, can you confirm this only works with full Stable Diffusion models and not LoRAs? If it does work with LoRAs can you point me in the right direction?
T…
-
When I try to run the model I have:
RuntimeError: "addmm_impl_cpu_" not implemented for 'Half'
which should mean that the model is on cpu and thus it doesn't support half precision.
However, I ha…
-
I've noticed that the extension give me an error when trying to merge Locon with uneven network and conv dimensions (even when I try to merge one single Locon).
Here the error:
```
Traceback (most…