krNeko9t
krNeko9t
> Not quite sure about what you mean. Do you mean to use the lora-tuned model to generate images in prolificdreamer? Yes. most of the methods rely on a frozen...
> > Not quite sure about what you mean. Do you mean to use the lora-tuned model to generate images in prolificdreamer? > > Yes. most of the methods rely...
In the paper's illustration, there is two model:T2I and LORA, so i guess it refers to the members in the StableDiffusionVSDGuidance class: pipe and pipe_lora? (forgive me for not reading...
Can i ask another question: why there is two sd model used in prolific system? the origin paper seems dosen't mention this. what's the benefit of this strategy?
> Nope, no success here so far. Basically, what I am trying to achieve is two fold: > > * Interpolation between two images using the model. > * Take...
> That should work. Keep in mind that `add_column` really doesn't care how you add the column. The fact that it refers to shards is something the rest of the...
> Hello, > > I'm chiming in as I think I encountered the same problem as the original poster. The root of the problem is the code in [`split_by_worker`](https://github.com/webdataset/webdataset/blob/df6b5ad47fdc7d42327e6416d6d064561cacfec6/webdataset/shardlists.py#L110-L114) (as...