Skip to main content
Tooling
0 votes
0 replies
24 views

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 ...
Bram Fran's user avatar
  • 113
0 votes
1 answer
2k views

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 ...
Alex Navarro's user avatar
1 vote
2 answers
186 views

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 = &...
Mohammed's user avatar
  • 366
0 votes
2 answers
581 views

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-...
Philipp Lenssen's user avatar
0 votes
1 answer
750 views

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): ...
Philipp Lenssen's user avatar
1 vote
1 answer
301 views

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 ...
UnderPaidMathematician's user avatar
3 votes
0 answers
1k views

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, ...
ibr's user avatar
  • 447
0 votes
1 answer
2k views

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 ...
Xavier Silva's user avatar
3 votes
2 answers
2k views

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. ...
The Third Place's user avatar
1 vote
1 answer
718 views

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....
Tanvir Hasan Anick's user avatar
0 votes
0 answers
1k views

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/...
Martin Wunderlich's user avatar
1 vote
1 answer
386 views

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 ...
Huey's user avatar
  • 5,220
0 votes
1 answer
3k views

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....
user3479979's user avatar
1 vote
2 answers
1k views

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 ...
onivi's user avatar
  • 1,348
0 votes
4 answers
837 views

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, ...
Roman's user avatar
  • 132k

15 30 50 per page