SDXL Dev Models
Collection
Are just in initial stage sdxl LoRA
•
17 items
•
Updated
•
5
Alpha-DW
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 | 15 | Save Every N Epochs | 1 |
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("prithivMLmods/Berenices-Alpha-DW-LoRA", weight_name="Berenices-Alpha-DW-LoRA.safetensors", adapter_name="DW")
pipe.set_adapters("DW")
pipe.to("cuda")
Hyper-realistic digital portrait of Logan, known as Wolverine, rendered with Dan Hipp's trademark blending of photo-realism and fantastical textures. Wolverine's grizzled face and muscular physique displayed with forensic detail, minor scars and bruises lending gritty verisimilitude. His adamantium claws extended in a combative stance, razor-sharp steel glinting under neon signs of a gritty alleyway. Subtle luminescent threads pulse through muscles and between armor plating like circuitry.
Deadpool of Marvel, 8K, masterpiece, octane render, ray-tracing
Wolverine in his yellow suit character concept art by Roberto Ferri, epic shot, intricate details, 4k, uhd, dramatic lighting
Parameter | Value |
---|---|
Prompt | Deadpool of Marvel, 8K, masterpiece, octane render, ray-tracing |
Sampler | euler |
You should use Deadpool
to trigger the image generation.
You should use Wolverine
to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
stabilityai/stable-diffusion-xl-base-1.0