Human23 commited on
Commit
2748b46
1 Parent(s): e7069a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -3
README.md CHANGED
@@ -1,3 +1,48 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: The Photographer
2
+ description: An Ancestral AI Model for Image Generation
3
+ version: 0.0.1
4
+ author: Human23
5
+ license: CC-SA 2.0
6
+
7
+ tags:
8
+ - deep learning
9
+ - image generation
10
+ - AI
11
+
12
+ requirements:
13
+ - python >= 3.7.0
14
+ - transformers
15
+ - torch
16
+
17
+ about:
18
+ image: https://huggingface.co/Human23/ThePhotographer/resolve/main/ExampleBanner.jpg
19
+
20
+ # The models have been designed to produce photo-realistic images of a diverse range of models. The goal is not simply to create photorealistic images, but to replicate the framing, composition, and style that a professional photographer would create when capturing an image with a camera.
21
+
22
+ So far, the model has the capability to produce a wide range of ethnicities, body types, clothing ensembles, backgrounds, facial features, natural-like imperfections, and physical poses. Additionally, The Photographer can imitate various photo styles, such as old film, monochrome film, digital, depth of field, bokeh, wide shots, close-ups, low light, high key light, moody lighting, and shadowy elements.
23
+
24
+ ThePhotographer_v1.00 was made with a mixture of custom training and checkpoint mixing.
25
+
26
+ Images come out best in 512 x 512 but can produce really good results at resolutions exceeding 712 x 712.
27
+
28
+ Use the sampler DPM2 Karras for more photo-realistic results.
29
+
30
+ You can use popular camera and film types as descriptions for corresponding results.
31
+
32
+ It's capable of producing nsfw results.
33
+
34
+ Released under the CC-SA 2.0 license.
35
+
36
+ Version 1.2
37
+
38
+ ThePhotographer_v1.20 is an improved version that understands a wider range of styles, poses, and locations.
39
+
40
+ Tbh I've been rendering images at all resolutions without an issue, so 512x512 is not necessary.
41
+
42
+ Use the sampler DPM++ 2m for more photo-realistic results at a good rendering speed.
43
+
44
+ You can use popular camera and film types, different eras of photography, different angles, and different locations as descriptions for corresponding results.
45
+
46
+ Uncensored and capable of producing nsfw results. Use Responsibly. Warning: May produce likenesses of celebrities and public figures.
47
+
48
+ Released under the CC-SA 2.0 license.