Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ pipe.load_lora_weights(adapter_id)
|
|
32 |
pipe.fuse_lora()
|
33 |
|
34 |
MAX_SEED = np.iinfo(np.int32).max
|
35 |
-
MAX_IMAGE_SIZE =
|
36 |
|
37 |
def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps):
|
38 |
|
|
|
32 |
pipe.fuse_lora()
|
33 |
|
34 |
MAX_SEED = np.iinfo(np.int32).max
|
35 |
+
MAX_IMAGE_SIZE = 512
|
36 |
|
37 |
def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps):
|
38 |
|