kaytoo2022
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ dtype = torch.float16
|
|
11 |
repo = "stabilityai/stable-diffusion-3-medium-diffusers"
|
12 |
pipe = StableDiffusion3Pipeline.from_pretrained(repo, torch_dtype=torch.float16).to(device)
|
13 |
pipe.load_lora_weights("kaytoo2022/cara-the-cavapoo-2")
|
14 |
-
pipe.load_lora_weights("kaytoo2022/muffin-the-cat")
|
15 |
|
16 |
MAX_SEED = np.iinfo(np.int32).max
|
17 |
MAX_IMAGE_SIZE = 1344
|
|
|
11 |
repo = "stabilityai/stable-diffusion-3-medium-diffusers"
|
12 |
pipe = StableDiffusion3Pipeline.from_pretrained(repo, torch_dtype=torch.float16).to(device)
|
13 |
pipe.load_lora_weights("kaytoo2022/cara-the-cavapoo-2")
|
|
|
14 |
|
15 |
MAX_SEED = np.iinfo(np.int32).max
|
16 |
MAX_IMAGE_SIZE = 1344
|