Fixed it by manually editing @StabilityAI
's SDK again, setting write = False when it's not an image, cause I could care less about .pb.json, or .pb files, I just want the image thx cc @EMostaque
TOOLS
-

Developer fixes Stability AI SDK image export configuration
By
–
-
Ludwig AI Maintainer Discusses Declarative ML Approaches
By
–
ICYMI: @ludwig_ai maintainer Justin Zhao joined @DataTalksClub to discuss all things declarative #ML. Topics covered:
• State of ML and #AutoML
• Overview of declarative approaches
• Live Ludwig demo
• Rapid config-driven iteration https://
pbase.ai/3HFNSAI #deeplearning -
Interior Design AI Platform Enables Designer Marketplace Model
By
–
People want an interior design They hire interior designer Designer uses http://
interiorai.com to send rough ideas in diff styles based on their current interior People pay desginer Designer pays me Every1 happy -
ChatGPT’s Persuasive Power in Sales and Negotiations
By
–
The potential for ChatGPT and other powerful language tools to persuade people is fascinating and will only improve. And it turns out that some companies are already harnessing the tech for sales and negotiations. My latest story for WIRED:
-
Stripe Payment Links: Monetize Without Domain Requirements
By
–
You don't need a domain You need a Stripe account, a Stripe Payment Link And someone buying something and then making the thing
-
OpenAI Releases New Tokenizer for Accurate Token Usage Estimation
By
–
@OpenAI also released a new tokenizer This makes it possible to more accurately (and quickly) estimate your token usage This is actually extremely helpful for the `collapse` step mentioned above!
-
LangChain Updates: Tokenizer, Document Reduction, Better Embeddings
By
–
TL;DR: The new tokenizer allows easy estimation of token usage The `collapse` step allows for map-reducing over large number of documents Better embeddings allows for better searching over those documents https://
github.com/hwchase17/lang
chain
… -
LangChain v0.0.39: Document Analysis with OpenAI Integration
By
–
Analyzing documents just got a lot easier with v0.0.39 (with major assist from @OpenAI
) Added a `collapse` step into the map-reduce chain (
@johnjnay
)
Added support for @OpenAI new embeddings
Added support for @OpenAI new tokenizer Heres how they all work together -
OpenAI Releases New Embedding Model for Semantic Search
By
–
@OpenAI released a new embedding model (`text-embedding-ada-002`) This makes it possible to more easily do semantic search over collections of documents This is now the default OpenAI embedding model in LangChain
-
Stability SDK Python generates massive 3.5 GB ProtoBuffer files
By
–
Anyone know why @StabilityAI
's Stability SDK Python lib generates massive 3.5 GB folders full of ProtoBuffer *.pb files?