Does this have any application for generating realistic scenes for robotics training?
Releasing weights for FLUX.1 Krea
11–20 of 112 posts
Re: Releasing weights for FLUX.1 Krea
#12Helpful blog post for understanding what kind of data is needed for these models! Does this have any application for generating realistic scenes for robotics training?
Re: Releasing weights for FLUX.1 Krea
#13Helpful blog post for understanding what kind of data is needed for these models! Does this have any application for generating realistic scenes for robotics training?
One interesting use case would be if you are focusing on a robotics task that would require perception of realistic scenes.
Re: Releasing weights for FLUX.1 Krea
#14From the article it doesn’t seem as though photorealism per se was a goal in training; was that just emergent from human preferences, or did it take some specific dataset construction mojo?
Re: Releasing weights for FLUX.1 Krea
#15Amazing. I can practically smell that owl it looks so darned owl-like. From the article it doesn’t seem as though photorealism per se was a goal in training; was that just emergent from human preferences, or did it take some specific dataset construction mojo?
Re: Releasing weights for FLUX.1 Krea
#16- GitHub repository: https://github.com/krea-ai/flux-krea
- Model Technical Report: https://www.krea.ai/blog/flux-krea-open-source-release
- Huggingface model card: https://huggingface.co/black-forest-labs/FLUX.1-Krea-dev
Re: Releasing weights for FLUX.1 Krea
#17Re: Releasing weights for FLUX.1 Krea
#18Can someone ELI5 why the safetensor file is 23.8 GB, given the 12B parameter model? Does the model use closer to 24 GB of VRAM or 12 GB of VRAM. I've always associated a 1 billion parameter = 1 GB of VRAM. Is this estimate inaccurate?
Re: Releasing weights for FLUX.1 Krea
#19Can someone ELI5 why the safetensor file is 23.8 GB, given the 12B parameter model? Does the model use closer to 24 GB of VRAM or 12 GB of VRAM. I've always associated a 1 billion parameter = 1 GB of VRAM. Is this estimate inaccurate?
Often, the training is done in FP16 then quantized down to FP8 or FP4 for distribution.
Re: Releasing weights for FLUX.1 Krea
#20Can someone ELI5 why the safetensor file is 23.8 GB, given the 12B parameter model? Does the model use closer to 24 GB of VRAM or 12 GB of VRAM. I've always associated a 1 billion parameter = 1 GB of VRAM. Is this estimate inaccurate?