I'm working on a tool for #promptEngineer#aiart π
This will blow your mind, you'll be able to store prompts and generations from Dalle2, DreamStudio and MJ (from browser)
If you want early access, signup here: myai.art
A brief breakdown of currently supported features:
βοΈ Select any text and generate it with SD1.5
(Could this be the reason Getty images stopped submissions of AiArt? π€)
π₯ Right click any image and use that as init_img for img2img generation.
Select how strong you'd like the init image to inspire your generation
Get inspired! Kudos to the incredible @sharifshameem for opening up lexica.art API, this amazing inspiration mode is now possible.
Write a few words, or upload an image and get inspired, combine your own prompt using the provided results or use only use them as init
βοΈ All prompts are saved to your myai.art account, where you'd be able to "favorite" your best generations, store them from #DALLE2, #dreamstudio and MJ.
Upcoming support for webhooks and APIs, so you can push your favorites to Notion/Zapier etc'
βοΈ CLIP interrogator will help you "analyze" any picture and spit out a prompt
This is a POC (so it injects the image to Replicate, but this will be baked into my service very soon)
Right click on Img -> Prompt with Interrogate -> img2img generation pipeline is π₯π₯π₯
I have so many other things in store:
π Personalized feed (synced to Twitter of course!)
π Share your prompts with your followers / subscribers only
π Generate <textual-inversion> and store them to your myai.art account so you really personalize creations.
very π - UpScalers support (GFPGan, CodeFormer) with 1 click. Fix faces (hopefully hands as well soon) easily.
There will be a free tier (still fine-tuning the pricing) and a premium tier where you'd be able to generate, have a private feed, get access to faster upscaling etc '
Sign up before the end of September to get on the early launch list pre-launch!
β‘ myai.art
Help me build this in public! If you liked this thread, follow me @altryne for updates, and retweet the main tweet to help amplify for other #AIartists π
We had a "Cursor tips & tricks" meeting today with my colleagues at @weights_biases and I figured I'd share what we 'discovered' & shared between us in a π§΅
If you haven't chatted with your team about how YOU all use Cursor, you def should, but meanwhile here are our insights π
First we chatted about what features each of us uses and how to edit, the summary is, some folks have tried but are not super comfortable with Composer, CMD+K is useful but often lacks context, and chat sidebar is really great all around.
Takeaways:
Use Command+K to edit inline functions
User Composer when there's a need to edit multiple files
Use Chat with (cmd+shift+L) for everything else
Context sources:
Some folks were not aware of everything you can @tag into context, so we went one by one:
You can add specific files (& folders!), direct links from the web, reference current or previous Git changes, and of course, add (and re-index!) full documentation sites
Got my new mac from @weights_biases and it's been a while since I installed one, so will do a X setup thread cause why not?
As always, I never transfer anything, start from scratch every time, this way I get to re-decide what I use!
Thread mostly for me but follow along if u like
I'm already a bit into this, but just barely.
First up as always, @1Password, undeniably the most important app to get on your mac first, so than everything else will become easier π«‘
@1Password also holds my SSH certificates for a while now, and has an SSH agent, so I no longer have to send my keys over from the older mac.
My Watchtower security score in @1Password is 358 (Weak) π€ͺ π§ π (but keep in mind I've been using 1P for well over a decade and a BUNCH of these are old accounts I no longer use, my important accounts are all unique long passwords and 2 step protected with no sms, and slowly moving to passkeys, which 1P supports!)
Connecting to my personal iCloud on this mac is step number 2, there are quite a few apps that do syncing via iCloud, so making sure I'm setting that up (and also start syncing photos in the background as it takes a WHILE)
None of that "different iCloud account for work mac" stuff, that never worked for me, I need this mac to be connected to the same one so I can unlock with my watch, do airdrops without approvals everytime, install apps that I've already purchased and generally have it in the same ecosystem!
Welcome to LK-99 superconductor twitX corner, new here? Here are a few folks to pay attention to (or follow the list) :
@alexkaplan0 - broke the story w/ 29M views, the king of "we're so back, it's over, we're back? " rollercoastertwitter.com/i/lists/168444β¦
.@andrewmccalip from Varda space took X by storm, announcing that they have the expertise, tools and most of the materials to start replicating this, and is live streaming the replication attempt on X/Twitch
@8teAPi is serving the K-drama. Who fired whom, who joined when and for how long did they work on this? Who's Lee, Who's Kim, who the hell is Kwon and why did HE release the first paper? And is Chair the guy behind this all?
#CodeInterpreter - "It's a very fast, coding intern, that's both really smart and really stupid, but the biggest advantage is, it never gets frustrated and never gives up" - @simonw
Here's my evergreen #CodeInterpreterCan thread, w examples, tips, use-cases, and ideasπ
1/
Open AI released Code Interpreter to every paying customer on #ThursdAI Jul 6. It's a watershed moment.
However not until @swyx pinged me and @simonw to discuss it on spaces, did I dive in.
And we're all in agreement, this is groundbreaking!
Code Interpreter access gives us these incredible SuperPowers.
π₯ Uploading files up to 100MB in chatGPT interface
π₯ Access to a fine-tuned GPT-4 that's able to write and more important _EXECUTE_ code, re-run it when it fails, and keep trying
π₯ Generate download links
3/
However @OpenAI took this 1 step further, by asking why do you even need a JSON output?
Well, to do something with this data!
So why not just... provide our API with your function and what it needs to get as arguments? And the model will return the right function call!