Загрузка видео...

Не удалось загрузить видео

На главную

Another example of using masking to add elements into a scene. For this one, I used ComfyUI with Wan 2.2 Animate and masking to fill in the area where Wolverine’s mask would be. For me, using AI in subtle, surgical ways is the key. It helps keep things more...

410,320 просмотров • 5 месяцев назад •via X (Twitter)

Комментарии: 0

Нет доступных комментариев

Здесь появятся комментарии из оригинального поста

Похожие видео

250709 | #ATEEZ #Hongjoong on how creative expression beyond music inspires his growth as an artist , TOKTOQ pop (voice) live (rough translation): I’m also studying design and slowly creating things on my own, step by step. I’ve said something similar before, but honestly - who knows what might happen in the distant future, right? For now, though, I’m still in the process of learning more about myself - my tastes, my design style, and how I work. And I know that if I ever do create something, our ATINYs would definitely take interest and support it. But as I continue getting to know myself, I just want to say - and I’ll say this clearly - I have absolutely no intention of starting a brand or selling anything at this point. Not even a little bit. Right now, I just see this - working and designing - as another way of expressing myself. That’s all it is. At least for now, I don’t have any plans beyond that. So I know there are people who hope I might do something more with this, and on the other hand, there may also be some fans who start to wonder, “Is he planning something?” - and maybe feel a bit uneasy about it. Because it could seem like I’m taking on too much or not focusing on my main work. But I’m very aware of that myself, and honestly, I don’t want that to happen. I really don’t. So to be clear - I’ll say it firmly - I don’t have any such plans right now. It all started simply because I wanted to try wearing clothes from different brands, and eventually, I thought, “I want to wear what I want,” or “I want to create something I’d like to wear.” That’s the situation I’m in. I just want to keep expressing myself. As long as it doesn’t become a burden for me or interfere with my schedule, I’d love to keep doing fun and creative things and share them with our ATINYs. So… it’s really just that. Since I’ve been using something like a stylized “HJ” - kind of like a personal mark - some people might start thinking, “Oh, is he launching a brand?” But absolutely not. That’s not the case at all. I’ve just been adding that mark to the clothes I make because I think it looks nice, and it kind of makes it feel like it’s mine. That’s really all there is to it. To be honest, I do want to make a tag eventually, but the design isn’t fully clear in my head yet - I haven’t figured it out. So for now, I’m just using the logo that’s in my mind. And honestly, it’s not like I’m trying to hide anything or doing something secretly behind my members’ backs. I just wanted to talk about it openly and put it out there. Because that way, I can really have fun with it. And if our ATINYs say, “Oh, that looks nice,” then I can just feel happy about it as it is. And even if I end up making something that doesn’t turn out so great sometimes, if ATINYs say, “You made that?” - even that, I can just laugh and enjoy it for what it is. So that’s what it is. That’s really the reason. Continuously creating - not just in music, but in other areas too - gives me so much energy. And I truly believe that this kind of creativity brings new inspiration to my performances as well. I think that’s what it is - the process of constantly making something new gives me another kind of drive, another kind of motivation. That’s what it feels like to me. So… that’s why I enjoy it. And honestly, that’s also why - even more so - I feel more motivated when it comes to things like choreography practice, or even just the basics of rapping. It makes me want to put in even more effort.

Irene | AhgaTiny🍋

27,502 просмотров • 11 месяцев назад

A closer look on the GSAP powered animations in Webflow. Just from my perspective. In short, it’s way more powerful than I first thought. The more I use it, the more I like it. Of course, there are some parts missing. But it's the first version. There's still a lot to come. For example, custom ease would already make a huge difference. Breakpoints. Maybe a way to add custom functions as sometimes you need to calculate stuff in JavaScript to get complex animations. The biggest part for me is that you can just build the animation inside a timeline. This makes it so much easier than writing it as code. You can fine tune it so much more. When there would be a way to export the tween as code to add some more functionality would be awesome. You can also add custom classes with the timeline, which can then be used in custom CSS to add more functionality. With a bit of custom code you can also use breakpoints for your animations. By using the custom event the animation can be used in custom code which can also be pretty powerful. Didn’t test it so much yet, but would be cool if you could just take the event and use for example the onComplete() from GSAP or other stuff. For example. let mm = gsap.matchMedia(); const module = Webflow.require("ix3"); module.ready().then(() => { mm.add( { isMobile: "(max-width: 992px)", }, (context) => { let { isMobile } = context.conditions; if (isMobile) { module.emit("Mobile Animation"); } } ); }); "Mobile Animation" is the name of your custom event. I hope that part will get more powerful. Something I miss on the timeline is that when you select more actions you can just drag all actions. It would be cool if you could move it frame by frame with the arrow keys, like in Jitter for example. Or just write a specific point like when you have one selected. For now I would further write the code myself, but I’m excited to see where it’s going. Maybe there will be a time where you could animate most parts inside Webflow 🙂 Can’t wait for the next GSAP update!

Eduard Bodak

12,590 просмотров • 11 месяцев назад