From the course: Programming Generative AI: From Variational Autoencoders to Stable Diffusion with PyTorch and Hugging Face
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Generative text effects with font depth maps
From the course: Programming Generative AI: From Variational Autoencoders to Stable Diffusion with PyTorch and Hugging Face
Generative text effects with font depth maps
- [Instructor] And to finish up, the last thing I just want to show is more of a fun example. And you may have seen similar things. There's an Adobe tool that lets you, basically, generate images in the shape of text. There's some Google tools out there that basically do the same thing. For this, I want to show that you don't necessarily need to derive a depth map from an existing image. So this is a way to, basically, handcraft what to the model is a depth map. But I generated this image in just Adobe Illustrator with text, Jonathan, and kind of this bubbly font. There's some shadows on it. It's a little three-dimensional. And we can actually use this image since it's basically just black and white. It's of the same encoding and structure of the depth maps we are feeding into the ControlNet. So if you do want to generate your own depth maps, basically just code something up, maybe make some generative depth map with white and black corresponding to near and far. You can feed anything…
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Topics46s
-
(Locked)
Methods and metrics for evaluating generative AI7m 5s
-
(Locked)
Manual evaluation of stable diffusion with DrawBench13m 56s
-
(Locked)
Quantitative evaluation of diffusion models with human preference predictors20m 1s
-
(Locked)
Overview of methods for fine-tuning diffusion models9m 34s
-
(Locked)
Sourcing and preparing image datasets for fine-tuning7m 41s
-
(Locked)
Generating automatic captions with BLIP-28m 28s
-
(Locked)
Parameter efficient fine-tuning with LoRa11m 50s
-
(Locked)
Inspecting the results of fine-tuning5m 2s
-
(Locked)
Inference with LoRas for style-specific generation12m 22s
-
(Locked)
Conceptual overview of textual inversion8m 14s
-
(Locked)
Subject-specific personalization with DreamBooth7m 43s
-
(Locked)
DreamBooth versus LoRa fine-tuning6m 28s
-
(Locked)
DreamBooth fine-tuning with Hugging Face14m 11s
-
(Locked)
Inference with DreamBooth to create personalized AI avatars14m 21s
-
(Locked)
Adding conditional control to text-to-image diffusion models4m 7s
-
(Locked)
Creating edge and depth maps for conditioning15m 35s
-
(Locked)
Depth and edge-guided stable diffusion with ControlNet17m 10s
-
(Locked)
Understanding and experimenting with ControlNet parameters8m 32s
-
(Locked)
Generative text effects with font depth maps2m 49s
-
(Locked)
Few step generation with adversarial diffusion distillation (ADD)7m 2s
-
(Locked)
Reasons to distill6m 9s
-
(Locked)
Comparing SDXL and SDXL Turbo11m 49s
-
(Locked)
Text-guided image-to-image translation16m 52s
-
(Locked)
Video-driven frame-by-frame generation with SDXL Turbo13m
-
(Locked)
Near real-time inference with PyTorch performance optimizations11m 18s
-
(Locked)
-