Skip to main content
Best practices
0 votes
0 replies
39 views

I am training WGAN-GP on Eurosat dataset, splitted into train/val/test sets in counts 18900/4050/4050. Since FID scores are widely used in GANs in image generation, I based my hyperparameter search on ...
oskocak-cell's user avatar
0 votes
1 answer
113 views

Our team is currently integrating the new gemini-3-pro-image-preview (Nano Banana Pro) model into our production pipeline on AWS App Runner in an EU region (eu-central-1). While the model's text-in-...
Abir Kolin's user avatar
0 votes
0 answers
162 views

OpenAI GPT-Image API: Image input tokens not caching despite documentation suggesting they should Problem Summary I'm using OpenAI's GPT-Image models (gpt-image-1.5, gpt-image-1, gpt-image-1-mini) to ...
micaste's user avatar
  • 53
Best practices
0 votes
1 replies
151 views

What's the best way to generate a noisy image with ImageMagick? I'd like to create an image where the color-frequency distribution is even (white noise) or skewed toward lower frequency colors (brown ...
Geremia's user avatar
  • 5,906
2 votes
1 answer
381 views

Error log: ClientError: \[VertexAI.ClientError\]: got status: 429 Too Many Requests. {"error":{"code":429,"message":"Quota exceeded for aiplatform.googleapis.com/...
Andre Decio's user avatar
0 votes
1 answer
99 views

https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/prompt_parser.py Is the proper way to weigh a group: (tag1, tag2, tag3):2 or (tag1, tag2, tag3:2)
Rakka Rage's user avatar
0 votes
1 answer
2k views

I am currently have a tool that uses Gemini-2.5-flash-image to generate images. However, I am only getting 1 image to be generated. I want the model to create multiple images for example 3 images at ...
Coder1934's user avatar
0 votes
0 answers
139 views

I follow the instructions on https://github.com/Tencent-Hunyuan/HunyuanImage-3.0: conda create -y -n hunyuan312 python=3.12 conda activate hunyuan312 # 1. First install PyTorch (CUDA 12.8 Version) ...
Franck Dernoncourt's user avatar
-1 votes
1 answer
65 views

I am trying to create image generator with OpenAI. I'm facing this: error(Title) --Exception: Could not extract response: no suitable HttpMessageConverter found for response type [class org....
Piyush Sahu 's user avatar
0 votes
1 answer
623 views

I am developing an image generation Gradio app that uses multiple models like SD3.5, Flux, and others to generate images from a given prompt. The app has 7 tabs, each corresponding to a specific model....
RagAnt's user avatar
  • 1,003
2 votes
0 answers
42 views

I created an LSTM for generating next image in a sequence (I know CNN is for image generation but I need the entire image not just the filters to give to the next iteration of the sequence). So I have ...
Tamás Csepely's user avatar
1 vote
1 answer
187 views

I have 3 gr.Image() where they only have output when the LLM inference happen. img1 = gr.Image( label="Generated Image", type="pil", format="png", ...
Mayeenul Islam's user avatar
1 vote
0 answers
4k views

I'm trying to generate images using Google's Generative AI API, but I'm encountering a "NotFound" error. Here's my code: import os import google.generativeai as genai genai.configure(...
Dawn of Justize's user avatar
-2 votes
2 answers
191 views

I have a sequence of 6-digit hexadecimal values, with or without an 0x prefix, representing colors in RGB format, e.g. FF0000 for red and FFFF00 for yellow. The values are separated by spaces. Example:...
einpoklum's user avatar
  • 140k
0 votes
1 answer
985 views

I'm new to this area, I have installed stable diffusion and then downloaded a model from civitai.com but when i execute, i'm getting error OSError: Error no file named model_index.json found in ...
Pradip Sodha's user avatar

15 30 50 per page
1
2 3 4 5
9