Khawlah Bajbaa

Results 13 comments of Khawlah Bajbaa

I have read this, but how to do it? should i provide a json file with 50% empty string? Also, i want to experiment when all prompts are empty, do...

this line of code gonna replace 50% by random string? what is the purpose of using (random) number here? **Can you pleas explain it in words, what the code you...

- actually it takes long time each epoch takes about 6h, so i stopped it with epoch25. I do not know why it takes this a lot of time? despite...

> it's fresher this way ;) Do you mean it is downloading the model again? :) @geroldmeisinger

> just set the captions to empty string > > all duplicates about "dropping prompts" #93 #160 #246 #422 #506 I already had this idea in my mind (using empty...

> you don't want to drop all prompts but just a certain percentage otherwise the CN becomes meaningless. something like `rand() > 0.5 ? "" : caption` . but to...

it is similar to this... it is image-to-image translation. So, no need for prompt. The input and output are images and the condition will be an image as well to...

1) it is one concept only... i showed you different concepts just to clarify my point ( i do not need prompt)... to be more specific... my idea is similar...

I will give it a try. But what does (sd_unlocked=true) mean? how does it gonna help me in promptless training? clarify it please. @geroldmeisinger

I already trained the model on your dataset using tutorial_train.py, my question is how can i do the inference/ model evaluation on the validation set using the checkpoint file? i...