sivar commited on
Commit
f33bcfb
1 Parent(s): ab80b13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ Test the concept via A1111 Colab [fast-Colab-A1111](https://colab.research.googl
18
 
19
 
20
 
21
- Sample pictures of this concept:
22
 
23
 
24
 
@@ -40,7 +40,7 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
40
  ```python
41
  from diffusers import StableDiffusionPipeline
42
  import torch
43
- model_id = "prompthero/openjourney"
44
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
45
  pipe = pipe.to("cuda")
46
  prompt = "retro serie of different cars with different colors and shapes, mdjrny-v4 style"
 
18
 
19
 
20
 
21
+ Sample pictures of this concept img-to-img:
22
 
23
 
24
 
 
40
  ```python
41
  from diffusers import StableDiffusionPipeline
42
  import torch
43
+ model_id = "sivar/legostyle1-5"
44
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
45
  pipe = pipe.to("cuda")
46
  prompt = "retro serie of different cars with different colors and shapes, mdjrny-v4 style"