HackerTrans
TopNewTrendsCommentsPastAskShowJobs

latentdeepspace

no profile record

Submissions

Show HN: Generate Images in Seconds, Without Limits, One Purchase

image-gen.com
3 points·by latentdeepspace·2 years ago·4 comments

Show HN: Live Transcription with Whisper in a client-server setup

github.com
2 points·by latentdeepspace·3 years ago·0 comments

Ask HN: What is the best option to host a low-traffic RestAPI with SQLite

6 points·by latentdeepspace·3 years ago·7 comments

Show HN: Usage-Tracker.nvim Neovim Plugin

github.com
2 points·by latentdeepspace·3 years ago·0 comments

Show HN: Prometh-Review an AI PR-Reviewer Companion (In the Command Line)

github.com
1 points·by latentdeepspace·3 years ago·0 comments

Do Foundation Model Providers Comply with the EU AI Act?

crfm.stanford.edu
72 points·by latentdeepspace·3 years ago·69 comments

Show HN: Conversational GPT cost estimation tool and writeup

gpt-calculator.gaborvecsei.com
4 points·by latentdeepspace·3 years ago·0 comments

Ask HN: Is free-tier useful for a new service?

1 points·by latentdeepspace·3 years ago·0 comments

Ask HN: Common minimal architectures to build SaaS products from pet projects

3 points·by latentdeepspace·3 years ago·4 comments

comments

latentdeepspace
·2 years ago·discuss
You are getting the code that is required to generate the images which you can use with Google Colab (as you can get free GPUs there). About the models you can use: literally any model (base model, LoRA) can be used, as these are handled automatically (you only need a download link from CivitAI or Huggingface or anywhere else)

Thank you for the input, I'll make sure to change these to make it more clear.
latentdeepspace
·2 years ago·discuss
If it fits your use case then it's great, but if you want to have more custom generations then you are limited with it.
latentdeepspace
·2 years ago·discuss
Where do you run the ads? And how did you set it up - how specific your targeting is?
latentdeepspace
·2 years ago·discuss
Can someone provide a bit of background how the crawling part works?
latentdeepspace
·3 years ago·discuss
I implemented a dummy real-time (tested on Mac M1) transcription approach with Whisper. You can find the project here: https://github.com/gaborvecsei/whisper-live-transcription

The idea was to provide transcription results as fast as you can, and you can refine it along the way by providing more and more context.
latentdeepspace
·3 years ago·discuss
I am wondering about the same question. Even the interface looks alike.
latentdeepspace
·3 years ago·discuss
Thank you for the advice. Your write up was valuable to me. I also want to have a lean approach to the problem, I am just overwhelmed with the whole architecture which is needed around something which should be simple (as a pet project).