Update myapp.py
Browse files
myapp.py
CHANGED
@@ -15,7 +15,7 @@ CORS(myapp) # Enable CORS if needed
|
|
15 |
device = "cpu"
|
16 |
dtype = torch.float32
|
17 |
|
18 |
-
repo = "
|
19 |
pipe = StableDiffusion3Pipeline.from_pretrained(repo, torch_dtype=dtype).to(device)
|
20 |
|
21 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
15 |
device = "cpu"
|
16 |
dtype = torch.float32
|
17 |
|
18 |
+
repo = "prompthero/openjourney-v4"
|
19 |
pipe = StableDiffusion3Pipeline.from_pretrained(repo, torch_dtype=dtype).to(device)
|
20 |
|
21 |
MAX_SEED = np.iinfo(np.int32).max
|