vluz commited on
Commit
1fc910e
1 Parent(s): 829f49a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ language:
9
 
10
  ### Second attempt at merging several models v1.5 into one general purpose model.
11
 
12
- Focus has been put into simple prompts, good one-off generation, muted colours, low memory usage, small model size.
13
 
14
  It is intended as easy model for use in larger projects where image generation is needed.
15
 
@@ -25,7 +25,7 @@ from diffusers import StableDiffusionPipeline # <3
25
 
26
 
27
  # Model location in HF
28
- model = "https://huggingface.co/vluz/Generalis_V1/blob/main/Generalis_v1.safetensors"
29
 
30
  # Create pipe
31
  pipe = StableDiffusionPipeline.from_ckpt(model,
 
9
 
10
  ### Second attempt at merging several models v1.5 into one general purpose model.
11
 
12
+ Focus has been put into simple prompts, good one-off generation, slightly muted colours, low memory usage, small model size.
13
 
14
  It is intended as easy model for use in larger projects where image generation is needed.
15
 
 
25
 
26
 
27
  # Model location in HF
28
+ model = "https://huggingface.co/vluz/Generalis_V1.1/blob/main/Generalis_v1-1.safetensors"
29
 
30
  # Create pipe
31
  pipe = StableDiffusionPipeline.from_ckpt(model,