Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
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",
|