--- tags: - text-to-image - stable-diffusion - lora - diffusers - template:sd-lora widget: - text: 'A portrait of Daryl Dixon from the walking dead, action pose, blood stains, battle flames background, anime style, high resolution, ' output: url: images/wd1.png - text: 'A photorealistic portrait of a post-apocalyptic Tino Asprilla, in a detailed digital painting with gritty textures, inspired by the Walking Dead franchise' output: url: images/wd2.png - text: 'Zombie family on the cover of a horror novel,different cinematic scenes, walking dead' output: url: images/wd3.png base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: Walking Dead license: creativeml-openrail-m --- # Canopus-Walking-Dead ## Model description Canopus-Walking-Dead-adp-LoRA Image Processing Parameters | 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 | ## SETTING-UP ```py pipe = StableDiffusionXLPipeline.from_pretrained( "-------------xxxxxxxxx----------", torch_dtype=torch.float16, use_safetensors=True, ) (or) ----------------------------------------------------------- pipe = StableDiffusionXLPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16, use_safetensors=True, ) pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config) pipe.load_lora_weights("Canopus-Walking-Dead-adp-LoRA", weight_name="Canopus-Walking-Dead-adp-LoRA.safetensors", adapter_name="rlms") pipe.set_adapters("rlms") pipe.to("cuda") ``` ## Trigger prompts A portrait of Daryl Dixon from the walking dead, action pose, blood stains, battle flames background, anime style, high resolution, 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, | | Sampler | euler | ## Trigger words You should use `Walking Dead` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/prithivMLmods/Canopus-Walking-Dead-adp-LoRA/tree/main) them in the Files & versions tab.