dataautogpt3 commited on
Commit
55416ef
1 Parent(s): 7564bde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +104 -1
README.md CHANGED
@@ -1,3 +1,106 @@
1
  ---
2
- license: gpl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pipeline_tag: text-to-image
3
+ widget:
4
+ - text: >-
5
+ Anime full body portrait of a swordsman holding his weapon in front of him. He is facing the camera with a fierce look on his face. Anime key visual (best quality, HD, ~+~aesthetic~+~:1.2)
6
+ output:
7
+ url: upscaled_image.png
8
+ - text: >-
9
+ spacious,circular underground room,{dirtied and bloodied white tiles},amalgamation,flesh,plastic,dark fabric,core,pulsating heart,limbs,human-like arms,twisted angelic wings,arms,covered in skin,feathers,scales,undulate slowly,unseen current,convulsing,head area,chaotic,mass of eyes,mouths,no human features,smaller forms,cherubs,demons,golden wires,surround,holy light,tv static effect,golden glow,shadows,terrifying essence,overwhelming presence,nightmarish,landscape,sparse,cavernous,eerie,dynamic,motion,striking,awe-inspiring,nightmarish,nightmarish,nightmare,horrifying,bio-mechanical,body horror,amalgamation
10
+ output:
11
+ url: 2.png
12
+ - text: >-
13
+ A robot holding a sign saying 'The Application did not respond' in red colors
14
+ output:
15
+ url: 3.png
16
+ - text: >-
17
+ A photograph of Hughyen in his early twenties, (an inspiring artist whose art focuses on glitching images and vaporwave color gradients with unexpected conflicting compositions:0.5)
18
+ output:
19
+ url: 4.png
20
+ - text: >-
21
+ Anime mugshot of a tough woman. She is holding a prison sign that reads "Proteus". Her face is censored. Anime key visual (best quality, HD, ~+~aesthetic~+~:1.2)
22
+ output:
23
+ url: 7.png
24
+ - text: >-
25
+ Glitch art. 1980s anime, vintage, analogue horror. ((static and noise)), chromatic aberration
26
+ output:
27
+ url: 5.png
28
+ - text: >-
29
+ Masterpiece, glitch, holy holy holy, fog, by DarkIncursio
30
+ output:
31
+ url: 6.png
32
+ license: gpl-3.0
33
  ---
34
+ <Gallery />
35
+ ## ProteusV0.3-Lighting
36
+
37
+ using the new lighting method released by bytedance for faster infernce with minial loss interms of quality and prompt comprehension.
38
+
39
+ ## Proteus
40
+
41
+ Proteus serves as a sophisticated enhancement over OpenDalleV1.1, leveraging its core functionalities to deliver superior outcomes. Key areas of advancement include heightened responsiveness to prompts and augmented creative capacities. To achieve this, it was fine-tuned using approximately 220,000 GPTV captioned images from copyright-free stock images (with some anime included), which were then normalized. Additionally, DPO (Direct Preference Optimization) was employed through a collection of 10,000 carefully selected high-quality, AI-generated image pairs.
42
+
43
+ In pursuit of optimal performance, numerous LORA (Low-Rank Adaptation) models are trained independently before being selectively incorporated into the principal model via dynamic application methods. These techniques involve targeting particular segments within the model while avoiding interference with other areas during the learning phase. Consequently, Proteus exhibits marked improvements in portraying intricate facial characteristics and lifelike skin textures, all while sustaining commendable proficiency across various aesthetic domains, notably surrealism, anime, and cartoon-style visualizations.
44
+
45
+
46
+ ## Settings for ProteusV0.3-Lighting
47
+
48
+ Use these settings for the best results with ProteusV0.3:
49
+
50
+ CFG Scale: Use a CFG scale of 1 to 2
51
+
52
+ Steps: 4 to 10 steps for more detail, 8 steps for faster results.
53
+
54
+ Sampler: eular
55
+
56
+ Scheduler: normal
57
+
58
+ Resolution: 1280x1280 or 1024x1024
59
+
60
+ please also consider using these keep words to improve your prompts:
61
+ best quality, HD, `~*~aesthetic~*~`.
62
+
63
+ if you are having trouble coming up with prompts you can use this GPT I put together to help you refine the prompt. https://chat.openai.com/g/g-RziQNoydR-diffusion-master
64
+
65
+ ## Use it with 🧨 diffusers
66
+ ```python
67
+ import torch
68
+ from diffusers import (
69
+ StableDiffusionXLPipeline,
70
+ KDPM2AncestralDiscreteScheduler,
71
+ AutoencoderKL
72
+ )
73
+
74
+ # Load VAE component
75
+ vae = AutoencoderKL.from_pretrained(
76
+ "madebyollin/sdxl-vae-fp16-fix",
77
+ torch_dtype=torch.float16
78
+ )
79
+
80
+ # Configure the pipeline
81
+ pipe = StableDiffusionXLPipeline.from_pretrained(
82
+ "dataautogpt3/ProteusV0.3-Lighting",
83
+ vae=vae,
84
+ torch_dtype=torch.float16
85
+ )
86
+ pipe.scheduler = KDPM2AncestralDiscreteScheduler.from_config(pipe.scheduler.config)
87
+ pipe.to('cuda')
88
+
89
+ # Define prompts and generate image
90
+ prompt = "black fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailed"
91
+ negative_prompt = "nsfw, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, ugly, jpeg artifacts, deformed, noisy image"
92
+
93
+ image = pipe(
94
+ prompt,
95
+ negative_prompt=negative_prompt,
96
+ width=1024,
97
+ height=1024,
98
+ guidance_scale=1,
99
+ num_inference_steps=4
100
+ ).images[0]
101
+ ```
102
+
103
+ please support the work I do through donating to me on:
104
+ https://www.buymeacoffee.com/DataVoid
105
+ or following me on
106
+ https://twitter.com/DataPlusEngine