Views
No views yet
| Parameter | Value | Parameter | Value |
|---|---|---|---|
| LR Scheduler | constant | Noise Offset | 0.03 |
| Optimizer | AdamW | Multires Noise Discount | 0.1 |
| Network Dim | 64 | Multires Noise Iterations | 10 |
| Network Alpha | 32 | Repeat | 20 |
| Epoch | 10 | Save Every N Epochs | 1 |
1 pipe = StableDiffusionXLPipeline.from_pretrained(
2 "-------------xxxxxxxxx----------",
3 torch_dtype=torch.float16,
4 use_safetensors=True,
5 )
6 (or)
7-----------------------------------------------------------
8 pipe = StableDiffusionXLPipeline.from_pretrained(
9 "stabilityai/stable-diffusion-xl-base-1.0",
10 torch_dtype=torch.float16,
11 use_safetensors=True,
12 )
13 pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
14
15 pipe.load_lora_weights("Canopus-Walking-Dead-adp-LoRA", weight_name="Canopus-Walking-Dead-adp-LoRA.safetensors", adapter_name="rlms")
16 pipe.set_adapters("rlms")
17 pipe.to("cuda")A portrait of Daryl Dixon from the walking dead, action pose, blood stains, battle flames background, anime style, high resolution, <lora:walking_dead_offset:1>
A photorealistic portrait of a post-apocalyptic Tino Asprilla, in a detailed digital painting with gritty textures, inspired by the Walking Dead franchise
Zombie family on the cover of a horror novel,different cinematic scenes, walking dead | Parameter | Value |
|---|---|
| Prompt | A portrait of Daryl Dixon from the walking dead, action pose, blood stains, battle flames background, anime style, high resolution, lora:walking_dead_offset:1 |
| Sampler | euler |
Walking Dead to trigger the image generation.