-
Has this been tested to work with Flux?
-
Onetrainer recently added an option to simultaneously train embeddings and LoRAs (I think this is called pivotal tuning?) and bundle them into a single safetensor file. I believe the format for this w…
-
As reported on discord we can't load Loras as safetensors, the issue is actually in `diffusers` ( [upstream issue](https://github.com/huggingface/diffusers/issues/3064) )
And there is this workarou…
-
I'm trying to use the amazing new Dedistilled models with the trainer
If you haven't tried them, they are groundbreaking : https://civitai.com/models/843551
For me it's the biggest thing in the Fl…
-
I can't find a solution to this:
python generate.py --load_8bit --base_model 'decapoda-research/llama-7b-hf' --lora_weights 'tloen/alpaca-lora-7b'
===================================BUG REPORT==…
-
# ComfyUI Error Report
## Error Details
- **Node Type:** JoyCaption2_simple
- **Exception Type:** TypeError
- **Exception Message:** object of type 'NoneType' has no len()
## Stack Trace
```
…
-
I don't know if its because the admotiondirector isnt updated but i have a new problem now there it is:
got prompt
Failed to validate prompt for output 26:
* ADMD_TrainLora 24:
- Return type m…
-
### Your question
I updated comfyui today and I notice that the generations changed slightly as of what they were on previous commits. Since the implementation of commit [bb222ce](https://github.com/…
-
I followed your instructions for the SFT training and I got the .pt trained weights,
then I run:
python train_rm.py -b 2 -n experiment_name -p "./runs/sft_javSFT2_202405021344/sft_javSFT2_20240502…
-
First of all, a great thank you for sharing this model to the world!!!
Anyway, i've been trying to train my own model based off of this repo.
My objective of this training was to made use of un…