{"id":5647365,"date":"2023-03-10T13:19:05","date_gmt":"2023-03-10T18:19:05","guid":{"rendered":"https:\/\/lightning.ai\/pages\/?p=5647365"},"modified":"2023-07-28T11:25:25","modified_gmt":"2023-07-28T15:25:25","slug":"are-consistency-models-the-next-big-thing","status":"publish","type":"post","link":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/","title":{"rendered":"Are Consistency Models the Next Big Thing?"},"content":{"rendered":"<p class=\"reader-text-block__paragraph\"><em><strong>OpenAI is creating an entirely new class of generative models for images, and researchers are wondering how language models do in-context learning. ChatGPT is now available in Azure OpenAI Service and is being added to Discord&#8217;s Clyde bot. Let\u2019s dive in!<\/strong><\/em><\/p>\n<h2 class=\"reader-text-block__heading1\"><strong>Research Highlights:\u00a0<\/strong><\/h2>\n<ul>\n<li>Researchers from OpenAI proposed\u00a0<a href=\"https:\/\/arxiv.org\/abs\/2303.01469v1\">consistency models<\/a>\u00a0to overcome the the limitation diffusion models have with their dependence on an iterative generation process that causes slow sampling speed and caps their potential for real-time applications. These &#8220;consistency models&#8221; are a new family of generative models that claim to achieve high sample quality without adversarial training. These models are said to surpass current distillation methods for diffusion models in one and few-step generation, according to the researchers&#8217; rigorous testing.<\/li>\n<\/ul>\n<ul>\n<li>Google and Stanford researchers investigated\u00a0<a href=\"https:\/\/arxiv.org\/abs\/2303.03846v2\">the impact of semantic priors against input-label mappings on in-context learning (ICL) in language models<\/a>. They looked into two setups spanning several model families: ICL with flipped labels and ICL with semantically unrelated labels. According to the team, when given enough flipped labels at scale, LLMs can overcome semantic priors; these models can also function effectively when substituting targets with targets that are semantically dissimilar.<\/li>\n<\/ul>\n<ul>\n<li>Microsoft researchers introduced\u00a0<a href=\"https:\/\/arxiv.org\/abs\/2303.04671v1\">Visual ChatGPT<\/a>, a system that incorporates different Visual Foundation Models, to enable users to send and receive images from ChatGPT and more. The authors took into account models with multiple inputs and outputs and models that call for visual feedback while creating a series of prompts to introduce the visual model information into ChatGPT. According to their research, Visual ChatGPT provides a platform for exploring the visual responsibilities of ChatGPT with the use of Visual Foundation Models. Their system is publicly available at\u00a0<a href=\"https:\/\/github.com\/microsoft\/visual-chatgpt\">github.com\/microsoft\/visual-chatgpt<\/a>.<\/li>\n<\/ul>\n<h2>ML Engineering Highlights<\/h2>\n<ul>\n<li>Discord revealed that it is introducing\u00a0<a href=\"https:\/\/techcrunch.com\/2023\/03\/09\/discord-updates-its-bot-with-chatgpt-like-features-rolls-out-ai-generated-conversation-summaries-and-more\/\">a number of new AI experiences to various servers<\/a>. OpenAI ChatGPT technology is being added to Discord&#8217;s Clyde bot so that users can have more in-depth chats with the bot. To communicate with Clyde in any channel, enter @Clyde in a server. You may also request that Clyde start a post so that you and your friends can hang out. Clyde may make music recommendations and utilize GIFs and emojis just like any other Discord member, according to Discord.<\/li>\n<\/ul>\n<ul>\n<li>The Hailo-15H, M, and L SoCs\u00a0<a href=\"https:\/\/techcrunch.com\/2023\/03\/08\/hailos-new-ai-chips-bring-more-image-power-to-the-edge\/\">are the newest processor family<\/a>\u00a0from Tel Aviv-based Hailo, a producer of AI chips. The business created these new processors, like its forerunner, the Hailo-8, to power intelligent cameras and deliver AI models to the edge.<\/li>\n<li>Grammarly announced that it is introducing\u00a0<a href=\"https:\/\/www.forbes.com\/sites\/rashishrivastava\/2023\/03\/09\/grammarlys-generative-ai-feature-will-soon-be-able-to-write-interpret-and-edit-text\/?sh=128722976d7e\">GrammarlyGo<\/a>, a generative AI technology that enables users to generate ideas, write, edit, and customize text. Users can give brief directions to the new tool, which is based on OpenAI&#8217;s GPT-3 big language models, to generate whole writing drafts and convert bullet points into paragraphs.<\/li>\n<\/ul>\n<h2>Open Source Highlights<\/h2>\n<p class=\"reader-text-block__paragraph\">Microsoft presented\u00a0<a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/exploring-opensource-capabilities-in-azure-ai\/\">a number of new developer-focused capabilities<\/a>\u00a0at its 2023 Azure Open Source Day. Included was ChatGPT\u2019s availability in Azure OpenAI Service, two new open-source tools to promote the adoption of ethical AI methods as well as the public preview of new Vision Services .<\/p>\n<h2 class=\"reader-text-block__heading1\">Tutorial of the Week<\/h2>\n<p>DeepSpeed is an open-source optimization library for PyTorch that accelerates the training and inference of deep learning models. It was designed by Microsoft to address the challenges faced by companies and developers seeking to leverage large models, such as memory constraints and slow training times, and to improve the overall performance and efficiency of deep learning workflows.\u00a0<a href=\"https:\/\/lightning.ai\/pages\/community\/article\/using-deepspeed-to-optimize-models\/\">We\u2019ve put together some best practices<\/a>\u00a0to make sure you\u2019re using DeepSpeed to its fullest potential.<\/p>\n<h2 class=\"reader-text-block__heading1\">Community Spotlight<\/h2>\n<p><em>Want your work featured? Contact us on <a href=\"https:\/\/discord.gg\/XncpTy7DSt\">Discord<\/a> or email us at <a href=\"mailto:community@lightning.ai\">community@lightning.ai<\/a><\/em><\/p>\n<ul>\n<li><a href=\"https:\/\/github.com\/Lightning-AI\/lightning\/pull\/16973\">This PR<\/a>\u00a0fixes an issue involving DeepSpeed and the bfloat16 format. Shoutout to GitHub user\u00a0<a href=\"https:\/\/github.com\/colehawkins\">colehawkins<\/a>\u00a0for identifying the source of the issue (a missing check) and for getting this fix ready to go. Awesome work!<\/li>\n<li>Want to stay at the cutting edge of our open-source libraries? Taking a look at our open issues and PRs is a great way to get in at the ground level on most of our ongoing and in-development projects.\u00a0<a href=\"https:\/\/github.com\/Lightning-AI\/lightning\/pull\/16953\">This PR<\/a>, for instance, fixes an issue on one of our latest and most exciting libraries. \ud83d\udc40<\/li>\n<li>GitHub user\u00a0<a href=\"https:\/\/github.com\/KLOSYX\">KLOSYX<\/a>\u00a0has put together a repo showcasing PyTorch Lightning models that can be used to detect fake news. Take a look at it\u00a0<a href=\"https:\/\/github.com\/KLOSYX\/fake_news_detection\">here<\/a>.<\/li>\n<\/ul>\n<h2>Lightning AI Highlights<\/h2>\n<ul>\n<li>Over the last year, the community has been more active than ever, giving us feedback and helping shape the direction of PyTorch Lightning. On March 15th, we will reveal the biggest update yet to our open-source libraries.\u00a0<a href=\"https:\/\/t.co\/N9SsJTeqsP\">Click here to be the first in-the-know!<\/a><\/li>\n<li>Want to get started with contributing to Lightning, but not sure where to start with your first contribution?\u00a0<a href=\"https:\/\/github.com\/Lightning-AI\/lightning\/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22\">Have a look at our good first issue label on GitHub<\/a>, which are GitHub Issues curated by our team that are suitable for making a lightweight but important contribution to our open-source libraries. Looking for inspiration? Have a read through some past PRs as well!<\/li>\n<li>We\u2019re on Discord! As the Lightning community has expanded throughout the years, we\u2019ve been looking for the best place to gather and shape the future of AI together.\u00a0<a href=\"https:\/\/discord.gg\/tfXFetEZxv\">Join us on Discord!<\/a> We\u2019ll be hosting community events, code-together sessions, and spending time with all of you.<\/li>\n<\/ul>\n<h2>Don\u2019t Miss the Submission Deadline<\/h2>\n<ul>\n<li><a href=\"https:\/\/aideadlin.es\/conference?id=kr23\">KR 2023<\/a>: 20th\u00a0International Conference on Principles of Knowledge Representation and Reasoning. Sep 2 &#8211; 8, 2023. (Rhodes, Greece)<strong>. Submission deadline:Wed Mar 15 2023 04:59:59 GMT-0700<\/strong><\/li>\n<li><a href=\"https:\/\/aideadlin.es\/conference?id=automl-conf23\">AutoML-Conf 2023<\/a>: The international conference on automated machine learning. Sep 12-15, 2023. (Berlin, Germany).\u00a0<strong>Submission deadline: Fri Mar 24 2023 04:59:59 GMT-0700<\/strong><\/li>\n<li><a href=\"https:\/\/aideadlin.es\/conference?id=bmvc23\">BMVC 2023<\/a>: 34th annual conference on machine vision, image processing, and pattern recognition. Nov 20 &#8211; 24, 2023. (Aberdeen, United Kingdom).\u00a0<strong>Submission deadline: Fri May 12 2023 16:59:59 GMT-0700<\/strong><\/li>\n<li><a href=\"https:\/\/aideadlin.es\/conference?id=neurips23\">NeurIPS 2023<\/a>: 37th conference on Neural Information Processing Systems. Dec 10 &#8211; 16, 2023. (New Orleans, Louisiana).\u00a0<strong>Submission deadline: Wed May 17 2023 13:00:00 GMT-0700<\/strong><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>OpenAI is creating an entirely new class of generative models for images, and researchers are wondering how language models do in-context learning. ChatGPT is now available in Azure OpenAI Service and is being added to Discord&#8217;s Clyde bot. Let\u2019s dive in! Research Highlights:\u00a0 Researchers from OpenAI proposed\u00a0consistency models\u00a0to overcome the the limitation diffusion models have<a class=\"excerpt-read-more\" href=\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/\" title=\"ReadAre Consistency Models the Next Big Thing?\">&#8230; Read more &raquo;<\/a><\/p>\n","protected":false},"author":16,"featured_media":5647366,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":"","_links_to":"","_links_to_target":""},"categories":[106,105],"tags":[],"glossary":[],"acf":{"additional_authors":false,"hide_from_archive":false,"content_type":"Blog Post","custom_styles":"","mathjax":false,"default_editor":true,"show_table_of_contents":false,"sticky":false},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Are Consistency Models the Next Big Thing? - Lightning AI<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Are Consistency Models the Next Big Thing?\" \/>\n<meta property=\"og:description\" content=\"OpenAI is creating an entirely new class of generative models for images, and researchers are wondering how language models do in-context learning. ChatGPT is now available in Azure OpenAI Service and is being added to Discord&#039;s Clyde bot. Let\u2019s dive in!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/\" \/>\n<meta property=\"og:site_name\" content=\"Lightning AI\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-10T18:19:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-28T15:25:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"JP Hennessy\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Are Consistency Models the Next Big Thing?\" \/>\n<meta name=\"twitter:description\" content=\"OpenAI is creating an entirely new class of generative models for images, and researchers are wondering how language models do in-context learning. ChatGPT is now available in Azure OpenAI Service and is being added to Discord&#039;s Clyde bot. Let\u2019s dive in!\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png\" \/>\n<meta name=\"twitter:creator\" content=\"@LightningAI\" \/>\n<meta name=\"twitter:site\" content=\"@LightningAI\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"JP Hennessy\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/\"},\"author\":{\"name\":\"JP Hennessy\",\"@id\":\"https:\/\/lightning.ai\/pages\/#\/schema\/person\/2518f4d5541f8e98016f6289169141a6\"},\"headline\":\"Are Consistency Models the Next Big Thing?\",\"datePublished\":\"2023-03-10T18:19:05+00:00\",\"dateModified\":\"2023-07-28T15:25:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/\"},\"wordCount\":976,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/lightning.ai\/pages\/#organization\"},\"image\":{\"@id\":\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png\",\"articleSection\":[\"Community\",\"Community Discussions\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/\",\"url\":\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/\",\"name\":\"Are Consistency Models the Next Big Thing? - Lightning AI\",\"isPartOf\":{\"@id\":\"https:\/\/lightning.ai\/pages\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png\",\"datePublished\":\"2023-03-10T18:19:05+00:00\",\"dateModified\":\"2023-07-28T15:25:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#primaryimage\",\"url\":\"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png\",\"contentUrl\":\"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png\",\"width\":1600,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lightning.ai\/pages\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Are Consistency Models the Next Big Thing?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lightning.ai\/pages\/#website\",\"url\":\"https:\/\/lightning.ai\/pages\/\",\"name\":\"Lightning AI\",\"description\":\"The platform for teams to build AI.\",\"publisher\":{\"@id\":\"https:\/\/lightning.ai\/pages\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lightning.ai\/pages\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lightning.ai\/pages\/#organization\",\"name\":\"Lightning AI\",\"url\":\"https:\/\/lightning.ai\/pages\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lightning.ai\/pages\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/02\/image-17.png\",\"contentUrl\":\"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/02\/image-17.png\",\"width\":1744,\"height\":856,\"caption\":\"Lightning AI\"},\"image\":{\"@id\":\"https:\/\/lightning.ai\/pages\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/LightningAI\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/lightning.ai\/pages\/#\/schema\/person\/2518f4d5541f8e98016f6289169141a6\",\"name\":\"JP Hennessy\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lightning.ai\/pages\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/28ade268218ae45f723b0b62499f527a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/28ade268218ae45f723b0b62499f527a?s=96&d=mm&r=g\",\"caption\":\"JP Hennessy\"},\"url\":\"https:\/\/lightning.ai\/pages\/author\/jplightning-ai\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Are Consistency Models the Next Big Thing? - Lightning AI","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/","og_locale":"en_US","og_type":"article","og_title":"Are Consistency Models the Next Big Thing?","og_description":"OpenAI is creating an entirely new class of generative models for images, and researchers are wondering how language models do in-context learning. ChatGPT is now available in Azure OpenAI Service and is being added to Discord's Clyde bot. Let\u2019s dive in!","og_url":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/","og_site_name":"Lightning AI","article_published_time":"2023-03-10T18:19:05+00:00","article_modified_time":"2023-07-28T15:25:25+00:00","og_image":[{"width":1600,"height":900,"url":"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png","type":"image\/png"}],"author":"JP Hennessy","twitter_card":"summary_large_image","twitter_title":"Are Consistency Models the Next Big Thing?","twitter_description":"OpenAI is creating an entirely new class of generative models for images, and researchers are wondering how language models do in-context learning. ChatGPT is now available in Azure OpenAI Service and is being added to Discord's Clyde bot. Let\u2019s dive in!","twitter_image":"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png","twitter_creator":"@LightningAI","twitter_site":"@LightningAI","twitter_misc":{"Written by":"JP Hennessy","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#article","isPartOf":{"@id":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/"},"author":{"name":"JP Hennessy","@id":"https:\/\/lightning.ai\/pages\/#\/schema\/person\/2518f4d5541f8e98016f6289169141a6"},"headline":"Are Consistency Models the Next Big Thing?","datePublished":"2023-03-10T18:19:05+00:00","dateModified":"2023-07-28T15:25:25+00:00","mainEntityOfPage":{"@id":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/"},"wordCount":976,"commentCount":0,"publisher":{"@id":"https:\/\/lightning.ai\/pages\/#organization"},"image":{"@id":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#primaryimage"},"thumbnailUrl":"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png","articleSection":["Community","Community Discussions"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/","url":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/","name":"Are Consistency Models the Next Big Thing? - Lightning AI","isPartOf":{"@id":"https:\/\/lightning.ai\/pages\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#primaryimage"},"image":{"@id":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#primaryimage"},"thumbnailUrl":"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png","datePublished":"2023-03-10T18:19:05+00:00","dateModified":"2023-07-28T15:25:25+00:00","breadcrumb":{"@id":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#primaryimage","url":"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png","contentUrl":"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/03\/newsletter-cover-for-WP-17.png","width":1600,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/lightning.ai\/pages\/community\/are-consistency-models-the-next-big-thing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lightning.ai\/pages\/"},{"@type":"ListItem","position":2,"name":"Are Consistency Models the Next Big Thing?"}]},{"@type":"WebSite","@id":"https:\/\/lightning.ai\/pages\/#website","url":"https:\/\/lightning.ai\/pages\/","name":"Lightning AI","description":"The platform for teams to build AI.","publisher":{"@id":"https:\/\/lightning.ai\/pages\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lightning.ai\/pages\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/lightning.ai\/pages\/#organization","name":"Lightning AI","url":"https:\/\/lightning.ai\/pages\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lightning.ai\/pages\/#\/schema\/logo\/image\/","url":"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/02\/image-17.png","contentUrl":"https:\/\/lightningaidev.wpengine.com\/wp-content\/uploads\/2023\/02\/image-17.png","width":1744,"height":856,"caption":"Lightning AI"},"image":{"@id":"https:\/\/lightning.ai\/pages\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/LightningAI"]},{"@type":"Person","@id":"https:\/\/lightning.ai\/pages\/#\/schema\/person\/2518f4d5541f8e98016f6289169141a6","name":"JP Hennessy","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lightning.ai\/pages\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/28ade268218ae45f723b0b62499f527a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/28ade268218ae45f723b0b62499f527a?s=96&d=mm&r=g","caption":"JP Hennessy"},"url":"https:\/\/lightning.ai\/pages\/author\/jplightning-ai\/"}]}},"_links":{"self":[{"href":"https:\/\/lightning.ai\/pages\/wp-json\/wp\/v2\/posts\/5647365"}],"collection":[{"href":"https:\/\/lightning.ai\/pages\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lightning.ai\/pages\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lightning.ai\/pages\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/lightning.ai\/pages\/wp-json\/wp\/v2\/comments?post=5647365"}],"version-history":[{"count":0,"href":"https:\/\/lightning.ai\/pages\/wp-json\/wp\/v2\/posts\/5647365\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lightning.ai\/pages\/wp-json\/wp\/v2\/media\/5647366"}],"wp:attachment":[{"href":"https:\/\/lightning.ai\/pages\/wp-json\/wp\/v2\/media?parent=5647365"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lightning.ai\/pages\/wp-json\/wp\/v2\/categories?post=5647365"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lightning.ai\/pages\/wp-json\/wp\/v2\/tags?post=5647365"},{"taxonomy":"glossary","embeddable":true,"href":"https:\/\/lightning.ai\/pages\/wp-json\/wp\/v2\/glossary?post=5647365"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}