18 questions
Tooling
0 votes
0 replies
24 views
ComfyUI + Flux 1 dev + limited RAM + same workflow: With 2 GPUs?
I am running Flux 1 dev text to image model through ComfyUI in Kaggle. Everything works but I noticed that Kaggle offers a second GPU inside the notebook. If I try to run two instances of the ComfyUI ...
0 votes
1 answer
2k views
Diffusion Stable, can you use a url as part of the text to image feature?
I run stable diffusion locally, and run the txt2image with commands like: python3.8 scripts/txt2image.py --prompt "Joe Rogan eating a donut next to Elon Musk" I highly doubt that it has been ...
1 vote
2 answers
186 views
How to implement Text2Image with CNNs and Transposed CNNs
I wanna implement text2image neural networks like the image below: Please see the image using CNNs and Transposed CNNs with Embedding layer import torch from torch import nn Input text : text = &...
0 votes
2 answers
581 views
C# flood fill but with threshold allowing similar colors?
Using an image-generation AI I'm getting centered objects on a dark background. My goal is to convert all pixels outside this object to transparent. I figured a good-enough approach would be to flood-...
0 votes
1 answer
750 views
Unity connecting to Dall-E API when using image param?
How would one use the Dall-E text-to-image API's image and mask parameters in Unity C#? For background, something like the following works for the other parameters like prompt (full code on GitHub): ...
1 vote
1 answer
301 views
Error using text2image Font Exocet Light failed with 223518 hits = 99.94% when trying to build image file using Diablo 2 font
I am running tesseract on windows 11 using the command prompt. The text file is my training data. Words that I want to turn into images. The output is the next step in the Tesseract process for ...
3 votes
0 answers
1k views
List All System's Fonts Tesseract OCR Text2Image
i am using tesseract OCR on windows 10, i was able till now to create .box and .tif files for one font at a time, but when i try to make fontslist as described on the github website it doesn't work, ...
0 votes
1 answer
2k views
Tesseract training - text2image returning Segmentation Fault every time on Ubuntu
I'm trying to train a new language by following the oficial turorial but I just cannot perform the steps on "Generate Training Images and Box Files/Prepare a text file". I've created my text file but ...
3 votes
2 answers
2k views
Tesseract: text2image not found (Mac OS X)
After dozens of hurdles solved, this one (or two) finally stopped me... So I'm trying to train Tesseract 3.04 for specific font and I've completed couple of .box files with over 800 characters each. ...
1 vote
1 answer
718 views
Tesseract text2image segmentation fault: 11
In El capitan When i am apply text2image in tesseract training, the text2image give segmentation fault: 11 error. I am applying this command: text2image --text=training_text.txt --outputbase=eng....
0 votes
0 answers
1k views
Tesseract on Mac OS X: Finding libcairo.so and libtesseract.so for use with text2image
Anyone running Tesseract on Mac? I am trying to use the text2image tool from the /training directory. But it fails with the following errors: ./text2image: line 202: cd: /usr/local/google/home/rays/...
1 vote
1 answer
386 views
Why are my last words being cut off?
I'm using imagettftext and imageTTFBbox to convert strings to images of strings. For example, this string below This planet has — or rather had — a problem, which was this: most of the people living ...
0 votes
1 answer
3k views
How to run text2image.cpp
I am working on tesseract. I want create new training language for tesseract. Please can anyone tell me what are the specific steps for training new language. And also tell me how to run text2image....
1 vote
2 answers
1k views
tesseract ocr works terrible on ios (7)
I don't know if something is wrong with me or tesseract library but it works terrible. Tesseract* tesseract = [[Tesseract alloc] initWithDataPath:@"tessdata" language:@"eng"]; [tesseract ...
0 votes
4 answers
837 views
Is there any free php code that transform text into a nice logo?
I would like to have a php function that can take text as the input and generate a nice logo (image) with that text. It would be nice to have a flexibility in the style of the logo (color, shadow, ...