Questions tagged [image-generation]
111 questions
-1
votes
0 answers
getattr(): attribute name must be string Text-To-Image Generation (StableDiffusion)
enter image description here
enter image description here
text
`# make sure you're logged in with `huggingface-cli login`
pipe = StableDiffusionPipeline.from_pretrained(
'CompVis/stable-diffusion-v1-4', revision='fp16',
…

SONU
- 1
- 2
-1
votes
0 answers
Debugging the deep learning image generation model
I was building a deep learning model that can generate images using a large dataset of images and a data.csv file to classify each image, on running it this error pops up
The error:
Traceback (most recent call last):
File "F:\Million Dollar…
-1
votes
2 answers
Generate or predict image based on a vector input
I want to generate a state field (e.g. temperature field in x-y plane) in form of an mxn image, based on a given input (a vector or a scalar).
To keep it simple, let me put it in a simple example:
if input is 0, the output should be a black cat.…

Faraz ST
- 1
- 2
-2
votes
0 answers
Creating a custom GAN for generating new motifs: seeking guidance and resources
I am a computer science student in my final year, working on my BSc thesis project. My project focuses on generating new motifs for Jamdani Saree, a traditional garment from Bangladesh, by combining two input motifs: one from the existing Jamdani…

Saifur Rahman
- 1
- 1
-2
votes
1 answer
How to auto align and adjust text in VB.net that getting converted to Image
I was trying with a code that coverts Text to Image using Vb.net and my problem is I need to accept a message from user (Max 160 Characters) by a text box and i need to convert it to a Image. The generated image should be aligned in the middle and…

AJAY KUMAR
- 33
- 8
-2
votes
1 answer
Image generator like https://www.randomlists.com but with API
I'm looking for a random image generator like the one in https://www.randomlists.com/things however I would like to use it in my web app so I need one with a API.
Any possible candidates?

QLands
- 2,424
- 5
- 30
- 50