prithivMLmods commited on
Commit
82f1f41
1 Parent(s): 7f640fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -23,7 +23,43 @@ license: creativeml-openrail-m
23
 
24
  <Gallery />
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ## Setting Up
 
27
  ```
28
  import torch
29
  from pipelines import DiffusionPipeline
 
23
 
24
  <Gallery />
25
 
26
+ **The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**
27
+
28
+ ## Model description
29
+
30
+ **prithivMLmods/Canopus-Pixar-3D-FluxDev-LoRA**
31
+
32
+ Image Processing Parameters
33
+
34
+ | Parameter | Value | Parameter | Value |
35
+ |---------------------------|--------|---------------------------|--------|
36
+ | LR Scheduler | constant | Noise Offset | 0.03 |
37
+ | Optimizer | AdamW8bit | Multires Noise Discount | 0.1 |
38
+ | Network Dim | 64 | Multires Noise Iterations | 10 |
39
+ | Network Alpha | 32 | Repeat & Steps | 27 & 2.3K+ |
40
+ | Epoch | 19 | Save Every N Epochs | 1 |
41
+
42
+ Labeling: florence2-en(natural language & English)
43
+
44
+ Total Images Used for Training : 110+ [ Hi-RES ]
45
+
46
+ & More ...............
47
+
48
+ ## Trigger prompts
49
+
50
+ A young man with light brown wavy hair and light brown eyes sitting in an armchair and looking directly at the camera, pixar style, disney pixar, office background, ultra detailed, 1 man
51
+
52
+ cartoon 3D sunny bright Pixar-style image : super hero : full costume : cinematic --ar 68:128 --stylize 750 --v 5.2
53
+
54
+ 3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750
55
+
56
+ | Parameter | Value |
57
+ |-----------------|---------------------------------------------------------------------------------------|
58
+ | Prompt | cartoon 3D sunny bright Pixar-style image : super hero : full costume : cinematic --ar 68:128 --stylize 750 --v 5.2 |
59
+ | Sampler | euler |
60
+
61
  ## Setting Up
62
+
63
  ```
64
  import torch
65
  from pipelines import DiffusionPipeline