Tag: HGFC

  • Midjourney vs Runway vs Leonardo

    Midjourney vs Runway vs Leonardo

    The recent advancements in AI film-making are nothing short of groundbreaking. The introduction of new video generation tools, alongside music tools creating sensational tunes, marks a significant leap in the field. Among these innovations, MidJourney v6 stands out as a major upgrade from its predecessor. It promising even more impressive results, although it’s still in…

  • Understanding Mixtral-8x7b

    Understanding Mixtral-8x7b

    Mixtral-8x7b by MistralAI is an LLM that outperforms all but OpenAI and Anthropic’s most powerful models. And, it is open-source. In this blog post, I will explain its architecture design using my Neural Circuit Diagrams. Let’s dive in and see how cutting-edge transformers work! The overall structure of the architecture is shockingly simple. It is a decoder-only transformer.…

  • Stable Diffusion

    Stable Diffusion

    HuggingFace Stable Diffusion XL is a multi-expert pipeline for latent diffusion. Initially, a base model produces preliminary latents, which are then refined by a specialized model (found here) that focuses on the final denoising. The base model is also functional independently. Alternatively, a dual-stage process can be employed: The base model first creates latents of…