Qilex commited on
Commit
2839bc8
·
1 Parent(s): d2bcea5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -33,6 +33,8 @@ prompt = "mtg style Tony Stark, in a city"
33
  with torch.cuda.amp.autocast(True):
34
  image = pipeline(prompt, num_inference_steps=40, guidance_scale=8, height = 512, width = 712, scheduler = "DDIM").images[0]
35
  image.save(f"img.png")
 
 
36
 
37
  This model was trained using the diffusers dreambooth training example script using prior-preservation loss and finetuning the text encoder on roughly 120 images in 8.000 steps.
38
 
 
33
  with torch.cuda.amp.autocast(True):
34
  image = pipeline(prompt, num_inference_steps=40, guidance_scale=8, height = 512, width = 712, scheduler = "DDIM").images[0]
35
  image.save(f"img.png")
36
+ ```
37
+
38
 
39
  This model was trained using the diffusers dreambooth training example script using prior-preservation loss and finetuning the text encoder on roughly 120 images in 8.000 steps.
40