5 de febrero de 2024, 15:10
Google ha creado una nueva herramienta para convertir texto en imagen
Google ha presentado una nueva herramienta ImageFX bajo el control de inteligencia artificial, diseñada para convertir texto en imágenes. El mensaje sobre esto apareció en blog de empresa.
Los desarrolladores señalaron que la herramienta recibió una interfaz rápida «con características expresivas» que le permiten experimentar rápidamente al crear imágenes.
La compañía también ha actualizado su herramienta de creación de música basada en texto, MusicFX. Los usuarios ahora pueden crear melodías de hasta 70 segundos de duración y bucles musicales, cargar sus creaciones y compartirlas con amigos.
Las imágenes y la música creadas se marcarán con una marca de agua especial SynthID, invisible e inaudible para los usuarios. Pero será reconocido por el motor de búsqueda de Google. Además, todas las imágenes creadas con ImageFX incluyen metadatos IPTC. Esto permitirá a los usuarios obtener más información cuando encuentren imágenes generadas por IA.
Anteriormente, el candidato de ciencias jurídicas Serhii Kozyakov explicó en un artículo para ZN.UA cuál debería ser la política estatal en relación con el desarrollo y los peligros de la IA.
¿Notó un error?
Resáltelo con el mouse y presione Ctrl+Enter o Enviar un error
if (window.innerWidth >= 993) { let contentBase = document.querySelector(".content__base");
let baseHeight = contentBase.offsetHeight; let newsHeight = document.querySelector(".content__news").offsetHeight;
if (newsHeight > baseHeight) { contentBase.style.top = "-" + baseHeight + "px"; } }
function setup_art() {
// window.fbAsyncInit = function() { //350471815115154 // if (typeof FB !== 'undefined') { // FB.init({appId: '292463321899984', xfbml: true, version: 'v10.0'}); // FB.Event.subscribe('edge.create', function(response) { // document.cookie="fbliked=true; expires=Thu, 2 Aug 2030 20:47:11 UTC; path=/" // }); // }; // (function(d, s, id){ // var js, fjs = d.getElementsByTagName(s)[0]; // if (d.getElementById(id)) {return;} // js = d.createElement(s); js.id = id; // js.src = " // fjs.parentNode.insertBefore(js, fjs); // }(document, 'script', 'facebook-jssdk')); // }
// window.fbAsyncInit();
}
// ленивые iframe function lazy_load_iframe() { let iframes = Array.from(document.querySelectorAll('.iframe-container')); let lclasses = { 'cyoutube': ' 'cfacebookv': '{src}' };
if (iframes.length > 0) { iframes.forEach(function (elm) { elm.addEventListener('click', function (event) { if (elm.classList.contains('nolazy')) return; let newframe = document.createElement('iframe'); let src=""; for (clss in lclasses) { if (elm.classList.contains(clss)) { src = lclasses[clss].replace('{src}', elm.getAttribute('data-source')); } } if(typeof event.target.dataset.start != 'undefined') { src += '&start="+event.target.dataset.start; } newframe.setAttribute("src', src); newframe.setAttribute('style', 'width:100%;height:100%');
for (attr in elm.attributes) { let a = elm.attributes[attr]; if (a.name != 'data-source' && a.name != 'data-start' && typeof a.value !== 'undefined') { newframe.setAttribute(a.name, a.value); } }
elm.innerHTML = ''; elm.appendChild(newframe); }); }); } }
// twitter posts if (document.querySelector('.twitter-tweet')){ load_srcs([' { window.twttr.widgets.load(); }); }
// likely and facebook buttons load_srcs(['/user/js/likely.js', '/user/css/social-share.css'], function() { //setup_art(); likely.initiate(); });
lazy_load_iframe();
if(document.querySelector('[data-fslightbox]')) { load_srcs(['/user/js/fslightbox.js'], function() { refreshFsLightbox(); }); }
if(document.querySelector('[data-fancybox]')){ load_srcs(['/user/js/jquery-3.3.1.min.js'], function() { load_srcs(['/user/js/jquery.fancybox.min.js', '/user/css/jquery.fancybox.min.css'], function() { $('.image-lightbox').fancybox({}); }); }); }
//tooltips if(document.querySelector('.blink-popup')){ load_srcs(['/user/js/popper.min.js'], function() { load_srcs(['/user/js/tippy.all.min.js', '/user/css/tooltipster.main.min.css'], function() { tippy('.blink-popup'); }); }); }
