Leeps commited on
Commit
ed79b91
1 Parent(s): a225b9d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. index.py +1 -1
index.py CHANGED
@@ -16,7 +16,7 @@ load_dotenv(dotenv_path)
16
  REPLICATE_API_TOKEN = os.getenv('REPLICATE_API_TOKEN')
17
 
18
  def generate_sd3_image(prompt):
19
- prompt = "texture sample zoomed in of " + prompt + ", perfect"
20
 
21
  output = replicate.run(
22
  "stability-ai/stable-diffusion-3",
 
16
  REPLICATE_API_TOKEN = os.getenv('REPLICATE_API_TOKEN')
17
 
18
  def generate_sd3_image(prompt):
19
+ prompt = "texture sample zoomed in of " + prompt + ", perfect, seamless pattern"
20
 
21
  output = replicate.run(
22
  "stability-ai/stable-diffusion-3",