wen
wen
@SimonAndMilky +1,Have you solved this problem?
> I didn't start train yet, I just checked the output of the example :) Hi, I use code(https://github.com/Stability-AI/StableCascade/blob/master/inference/lora.ipynb) to generate images by lora, but the following error will be...
Are you using a single card for training? , when I use a single card for training, I get an error about insufficient storage space. Even though I still have...
I used this data(https://huggingface.co/dome272/stable-cascade/blob/main/fernando.tar) to finetuning the lora,i find the result is ok(the results are below). I immediately started training on my own data. prompt: cinematic photo of a dog...
The results of LoRA are very bad with my custom dataset
@quocanh34 I also has trained the lora by 4090. how long do your train 40000 steps? I will cost 3 hour.
The result training style lora is also bad.
@quocanh34 how to train a lora in 3.6B model with 4090(24Gb)?
> You can try setting `reduce_k_below_max_tokens=True`, it is supposed to limit the number of results to return from store based on tokens limit. But for some reason, it seems that...
> Take a look [#2133 (comment)](https://github.com/hwchase17/langchain/issues/2133#issuecomment-1491522064) this a good job,but i dont know how to set reduce_k_below_max_tokens=True?Can you give me some examples