Hola Chic@s 😃!
Aqui les comparto mi primer prompt con AUTOMATIC 1111: interfaz web de Stable Diffusion 😉
Generación de imágenes con Stable Diffusion
Generación de imágenes con Stable Diffusion Online
¿Cómo funciona text-to-Image: difussion?
Stable Diffusion con Google Colab y DreamStudio
Quiz: Generación de imágenes con Stable Diffusion
Generación de imágenes desde AUTOMATIC 11111
Instalación de AUTOMATIC 1111
AUTOMATIC 1111: interfaz web de Stable Diffusion
Quiz: Generación de imágenes desde AUTOMATIC 11111
Mejora de prompts para Stable Diffusion
Prompt tuning con Stable Diffusion
Prompt tuning con Stable Diffusion: práctica
Quiz: Mejora de prompts para Stable Diffusion
Inpainting y outpainting con Stable Diffusion
Stable Diffusion: Inpainting
Instalación de PaintHua
Stable Diffusion: Outpainting con PaintHua
Quiz: Inpainting y outpainting con Stable Diffusion
Funciones avanzadas de Stable Diffusion
Upscale: escalado de imágenes
Image-to-Image
Depth-to-Image
Merge models: combinar modelos de difussion
Qué es Control Net de Stable Difussion y cómo utilizarlo.
Quiz: Funciones avanzadas de Stable Diffusion
DreamBooth: fine tuning de modelos de difusión
¿Cómo funciona DreamBooth?
DreamBooth: fine-tuning
Quiz: DreamBooth: fine tuning de modelos de difusión
Implicaciones éticas y económicas de imágenes con inteligencia artificial
Sesgos y bias en modelos de generación de imágenes
¿Cómo afecta la generación de imágenes con IA a otras profesiones?
Impacto de arte y diseño con IA: entrevista con Daniel Torres Burriel
Perspectiva de artistas y diseñadoras: entrevista con Amelia Amórtegui
Quiz: Implicaciones éticas y económicas de imágenes con inteligencia artificial
Conclusión
¿Qué esperar de Stable Diffusion y el open source en el futuro?
You don't have access to this class
Keep learning! Join and start boosting your career
Automatic 1111 is a graphical interface for running the Stable Diffusion model or any other diffusion-based model. This tool is widely used and is quickly updated with new versions of Stability AI models. In this course, we will use Automatic 1111 to facilitate working with these models.
To begin, we need to access the official Automatic 1111 repository on GitHub, where we will find the interface and can clone the repository via git. The repository contains a README file with details on how to use the interface, available features, and an installation guide for different operating systems.
Installation of Automatic 1111 is straightforward, especially if you have an NVIDIA graphics card, as AMD is not recommended. The basic steps vary depending on your operating system:
Windows:
Linux/UNIX:
webui.sh
script to launch the graphical interface.Both processes require downloading the CKPT file, which is a trained model that we store locally for use with Automatic 1111.
Once the repository is cloned and the installation is configured, it is crucial to understand how to manage Stable Diffusion models:
Downloading models:
Model Placement:
models/stable diffusion
.Once installed and configured, you can run the GUI from the terminal if you are on a UNIX system or directly through the executable file on Windows:
Running from the terminal:
webui.sh
is located and run:./webui.sh
Interaction with the interface:
Through this interface, you can make multiple adjustments to improve the quality of the generated images and experiment with different prompts. A local URL is provided to access the graphical interface from a browser.
Automatic 1111 is a powerful tool for users interested in image generation through diffusion, because:
Once you become familiar with Automatic 1111, you will explore a world of possibilities in image creation, from written language to digital art. Remember to consult Hugging Face for free models and to tailor your tools to your creative needs. To improve your understanding, we recommend you delve into prompts adjustment techniques and try different settings to achieve the best results.
Automate, experiment and discover the infinite potential Automatic 1111 offers for digital creativity.
Contributions 24
Questions 2
Hola Chic@s 😃!
Aqui les comparto mi primer prompt con AUTOMATIC 1111: interfaz web de Stable Diffusion 😉
Recomendación: Prueben los samplers DDIM y Karras, entre 30 y 40 sampling steps. La relación entre velocidad/calidad es bastante buena.
Hubiera sido más útil para la mayoría de los mortales que mostraran como se instala en windows.
Prompt: A cinematic shot of two futuristic androids fighting in a dark alley
Por si llegan a tener el error:
RuntimeError: Cannot add middleware after an application has started
La solución es actualizar fast api
Linux
/usr/local/bin/python -m pip install --upgrade fastapi==0.90.1
Windows
.\venv\Scripts\python.exe -m pip install --upgrade fastapi==0.90.1
Colab
!pip install --upgrade fastapi==0.90.1
Información resumida de esta clase
#EstudiantesDePlatzi
Es buena idea leer el archivo readme de Automatic 1111
NVIDIA parece funcionar mejor
-Esta interfaz es muy amigable
Las imágenes son de muy buena calidad
También me permite definir Prompts negativos
De Chat GPT:
En resumen, un archivo .ckpt es un archivo utilizado para almacenar y guardar los pesos y parámetros de un modelo de redes neuronales entrenado, permitiendo la reutilización y recuperación del modelo en un punto específico del entrenamiento.
por favor coloque en los recursos la extension yamel
Buenas tardes yo logre correr la aplicacion pero cuando ejecuto para generar la imagen me indica:
RuntimeError:“LayerNomKemelImpl” not implemented for half
El curso de Git y GitHub es altamente recomendable.
Puedes agregar la opción --skip-torch-cuda-test al final del comando ./webui.sh de la siguiente manera:
./webui.sh --skip-torch-cuda-test
Esto debería evitar que se ejecute el test de CUDA de PyTorch y permitir que el script se ejecute sin errores.
![](
Para los que tengan computadores con poca VRAM, les recomiendo usar Fooocus, pueden usarlo localmente o en Google Colab y tiene una interfaz y funciones muy similares, les recomiendo activar el modo avanzado, ya que allí sé encuentran las funciones más interesantes ya sea para configurar los estilos o los hiperparámetros
“¡Fascinante!” es tener StableDiffusion en tu equipo local.
Para poder usarlo online les dejo este recurso, hacemos uso de Google colas.
Descargue y lo configure en mi Mac y se demora resto, lo mejor es utilizar servicios web…
Mi laptop tiene Intel ® UHD Graphics, servirá?
Es mucho más amigable
Want to see more contributions, questions and answers from the community?