CLI/reference inference implementation
#43
by
stduhpf
- opened
Is there any simple inference implementation for this model that's not within ComfyUI spaghetti code so I can use it as a reference ? I'm trying to do my own based on Flux implementation, but I get garbage results.
inside my training code there's inference implementation
https://github.com/lodestone-rock/flow/blob/master/src/trainer/train_chroma.py#L324-L430
@lodestones
Thank you a lot for your response. Turns out my implementation was fine, it was just an unrelated memory management bug that messed things up. I will definitely take a look at your code though.
Should I assume the guidance input is always going to be 0?
stduhpf
changed discussion status to
closed