prithivMLmods commited on
Commit
5fdd048
1 Parent(s): 661243e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -23,6 +23,58 @@ license: creativeml-openrail-m
23
 
24
  <Gallery />
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  ## Trigger words
28
 
 
23
 
24
  <Gallery />
25
 
26
+ ## Model description
27
+
28
+ Red-Dead-Minimalize-LoRA
29
+
30
+ Image Processing Parameters
31
+
32
+ | Parameter | Value | Parameter | Value |
33
+ |---------------------------|--------|---------------------------|--------|
34
+ | LR Scheduler | constant | Noise Offset | 0.03 |
35
+ | Optimizer | AdamW | Multires Noise Discount | 0.1 |
36
+ | Network Dim | 64 | Multires Noise Iterations | 10 |
37
+ | Network Alpha | 32 | Repeat | 20 |
38
+ | Epoch | 10 | Save Every N Epochs | 1 |
39
+
40
+ ## SETTING-UP
41
+
42
+ ```py
43
+ pipe = StableDiffusionXLPipeline.from_pretrained(
44
+ "-------------xxxxxxxxx----------",
45
+ torch_dtype=torch.float16,
46
+ use_safetensors=True,
47
+ )
48
+ (or)
49
+ -----------------------------------------------------------
50
+ pipe = StableDiffusionXLPipeline.from_pretrained(
51
+ "stabilityai/stable-diffusion-xl-base-1.0",
52
+ torch_dtype=torch.float16,
53
+ use_safetensors=True,
54
+ )
55
+ pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
56
+
57
+ pipe.load_lora_weights("prithivMLmods/Canopus-Red-Dead-Minimalize-LoRA", weight_name="Canopus-Red-Dead-Minimalize-LoRA.safetensors", adapter_name="adp")
58
+ pipe.set_adapters("adp")
59
+ pipe.to("cuda")
60
+ ```
61
+
62
+
63
+ ## Trigger prompts
64
+
65
+ Create an avant-garde reimagining of the iconic movie poster for red dead redemption II but with motorcycles using mixed media and collage techniques. Utilize hues reminiscent of vintage photography and capture Micah character in the surrealist dynamic chaos of the prairie beyond, 8K, <lora:red_dead_redemption_offset:1>
66
+
67
+
68
+ Multi form from Super Mario dressed as a cowboy from Red Dead Redemption, Mario has a pancho, a cowboy hat, boots, cowboy look, wild west, black coat, boots, motion picture shot
69
+
70
+
71
+ Donald Trump from Red Dead Redemption 2 riding a horse next to a train, wide shot, ray tracing, 8k by artgerm and greg rutkowski
72
+
73
+ | Parameter | Value |
74
+ |-----------------|---------------------------------------------------------------------------------------|
75
+ | Prompt | Donald Trump from Red Dead Redemption 2 riding a horse next to a train, wide shot, ray tracing, 8k by artgerm and greg rutkowski, <lora:walking_dead_offset:1> |
76
+ | Sampler | euler |
77
+
78
 
79
  ## Trigger words
80