GrieferPig commited on
Commit
5e33205
1 Parent(s): 8c100b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,7 +31,7 @@ All training images are from Derpibooru using the search criteria below
31
 
32
  - General: "g5, safe, solo, score.gte:250, -webm, -animate || g5, suggestive, solo, score.gte:250, -webm, -animate", 856 entries wo/ gifs, ~15 epochs
33
 
34
- ## Why the model's quality is bad?
35
 
36
  The amount of G5 pony images within the search criteria is little, so don't really expect the quality to be as high as the original model is
37
 
@@ -45,7 +45,7 @@ import torch
45
  from diffusers import DDIMScheduler
46
 
47
  model_path = "GrieferPig/pony-diffusion-g5"
48
- prompt = "(((izzy moonbow))), pony, looking at you, smiling, sitting on beach, cute, portrait, intricate, digital painting, smooth, sharp, focus, depth of field"
49
  negative= "3d sfm"
50
  # torch.manual_seed(1145141919810)
51
 
 
31
 
32
  - General: "g5, safe, solo, score.gte:250, -webm, -animate || g5, suggestive, solo, score.gte:250, -webm, -animate", 856 entries wo/ gifs, ~15 epochs
33
 
34
+ ## Why the model's quality is uh, meh?
35
 
36
  The amount of G5 pony images within the search criteria is little, so don't really expect the quality to be as high as the original model is
37
 
 
45
  from diffusers import DDIMScheduler
46
 
47
  model_path = "GrieferPig/pony-diffusion-g5"
48
+ prompt = "((((sunny starscout)))), pony, smiling, looking away, running in forest, cute, portrait, digital painting, dawn, smooth, sharp, focus, depth of field, bright, Unreal Engine, 4k, cinematic"
49
  negative= "3d sfm"
50
  # torch.manual_seed(1145141919810)
51