DANIMLS-V1: Stylized Cyberpunk Animal Generator
Creator: @Bootz_of_Truth
Hosted via: Modelz / Alpaca Network
π§ Model Description
DANIMLS-V1 is a stylized text-to-image Stable Diffusion pipeline trained on custom anthropomorphic animal art in a cyberpunk Tokyo aesthetic, using multiple LoRA adapters for species, background, and outfit styles.
- Base Model:
runwayml/stable-diffusion-v1-5
- LoRA Format:
.safetensors
- Framework:
diffusers
,transformers
,torch
,xformers
- Precision:
float32
for CPU testing,float16
for GPU deployment - Safety Checker: Disabled (filtered via LoRA style constraints)
π§© LoRAs Included
- Animals:
daniml_V2_alpaca.safetensors
daniml_V2_badger.safetensors
daniml_V2_fox.safetensors
daniml_V2_pig.safetensors
daniml_V2_rat.safetensors
daniml_V2_monkey.safetensors
- Background:
daniml_background.safetensors
- Styles:
daniml_V2_wizard.safetensors
daniml_V2_gangsterV2.safetensors
daniml_V2_samurai.safetensors
daniml_V2_cryptonerdV2.safetensors
daniml_V2_lowpoly.safetensors
daniml_V2_hazmat.safetensors
daniml_V2_mech.safetensors
daniml_V2_business.safetensors
π§ͺ Example Inference (Python)
from diffusers import StableDiffusionPipeline
import torch
pipe = StableDiffusionPipeline.from_pretrained(
"./danimls_model",
torch_dtype=torch.float32, # use float16 for GPU
safety_checker=None,
).to("cpu") # or "cuda" if available
prompt = "stylized anthropomorphic monkey, wizard robe, floating orbs, cyberpunk Tokyo rooftop"
image = pipe(prompt).images[0]
image.save("wizard_monkey.png")
βοΈ License & Intended Use
- License: CreativeML Open RAIL-M
- Intended Use: Creative projects, AI art, NFT generation, cyberpunk aesthetics
- Not for: Realism, photo restoration, NSFW content
π Credits & Hosting
DANIMLS-V1 is deployed through the Modelz platform and will be served onchain by Alpaca Network once Singularity is reached.
For more details and to access the Telegram bot, visit: modelz.io/CryptoBootz/Danimls-V1
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support