Please turn into SaaS, I will pay for my tokens + monthly!
GENERATIVE AI
-
Create AI Process Tutorials: What Should I Break Down?
By
–
I've been so caught up in sharing all the crazy AI news lately that I haven't made a tutorial in a while. I want to create some killer AI tutorials. Any suggestions on AI processes that you'd love to see broken down step-by-step?
-
Nat Friedman’s GitHub Copilot Positioned Him Ahead Curve
By
–
@natfriedman had exposure and was ahead of the curve because of GitHub copilot
-
AI threatens Google Search reliability and market dominance
By
–
I don’t think we’re talking enough about how quickly this could deteriorate the value and reliability of Google search. And what that will mean to consumer search behavior, and Google’s dominance in that market.
-
OpenAI Team Member Traveling to SF for Company Collaboration
By
–
On my way to SF for the next 2 weeks so I can be with the team, I love everyone @OpenAI
, we are so back -
What capabilities does Bard offer compared to other AI?
By
–
Sad to hear that. What is bard doing better?
-
High Resolution Video Generation: Coherency and Noise Parameter Optimization
By
–
On higher resolution videos I've found:
— fofr (@fofrAI) 26 novembre 2023
– coherency takes a hit and there's more warping
– you need lower noise values, like cond_aug 0.01 rather than 0.02
This one was generated at 1792 × 1024 and you can see the warping in the foreground. But I love the rotating planet.
2/2 pic.twitter.com/5gqTc8J8tkOn higher resolution videos I've found: – coherency takes a hit and there's more warping
– you need lower noise values, like cond_aug 0.01 rather than 0.02 This one was generated at 1792 × 1024 and you can see the warping in the foreground. But I love the rotating planet. 2/2 -
Creating HD Videos with SVD: Memory Optimization Techniques
By
–
If you've got the memory, you can make HD videos with SVD, using larger images.
— fofr (@fofrAI) 26 novembre 2023
This example is 1408 × 768 (bigger than 720p) straight out of SVD – no upscaling (but I did add interpolation).
Set the number of frames to decode at a time to 1 (decoding_t) to avoid OOM
1/2 pic.twitter.com/aeRXmlok5QIf you've got the memory, you can make HD videos with SVD, using larger images. This example is 1408 × 768 (bigger than 720p) straight out of SVD – no upscaling (but I did add interpolation). Set the number of frames to decode at a time to 1 (decoding_t) to avoid OOM 1/2
-
Stable Video Diffusion notebook failed with blurry output images
By
–
Tried it on https://
colab.research.google.com/github/mkshing
/notebooks/blob/main/stable_video_diffusion_img2vid.ipynb
… and it straight-up didn't work. Input image had requisite height and width, output images were giant blurs of same.
