kevinwang676 / nana-model

huggingface.co
Total runs: 2
24-hour runs: 0
7-day runs: 0
30-day runs: 1
Model's Last Updated: October 13 2023
text-to-image

Introduction of nana-model

Model Details of nana-model

LoRA DreamBooth - kevinwang676/nana-model

These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0 trained on @fffiloni's SD-XL trainer. The weights were trained on the concept prompt:

nahucba

Use this keyword to trigger your custom model in your prompts. LoRA for the text encoder was enabled: False. Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.

Usage

Make sure to upgrade diffusers to >= 0.19.0:

pip install diffusers --upgrade

In addition make sure to install transformers, safetensors, accelerate as well as the invisible watermark:

pip install invisible_watermark transformers accelerate safetensors

To just use the base model, you can run:

import torch
from diffusers import DiffusionPipeline, AutoencoderKL
device = "cuda" if torch.cuda.is_available() else "cpu"
vae = AutoencoderKL.from_pretrained('madebyollin/sdxl-vae-fp16-fix', torch_dtype=torch.float16)
pipe = DiffusionPipeline.from_pretrained(
    "stabilityai/stable-diffusion-xl-base-1.0",
    vae=vae, torch_dtype=torch.float16, variant="fp16",
    use_safetensors=True
)
pipe.to(device)
# This is where you load your trained weights
specific_safetensors = "pytorch_lora_weights.safetensors"
lora_scale = 0.9
pipe.load_lora_weights(
    'kevinwang676/nana-model', 
    weight_name = specific_safetensors,
    # use_auth_token = True 
)
prompt = "A majestic nahucba jumping from a big stone at night"
image = pipe(
    prompt=prompt, 
    num_inference_steps=50,
    cross_attention_kwargs={"scale": lora_scale}
).images[0]

Runs of kevinwang676 nana-model on huggingface.co

2
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
1
30-day runs

More Information About nana-model huggingface.co Model

nana-model huggingface.co

nana-model huggingface.co is an AI model on huggingface.co that provides nana-model's model effect (), which can be used instantly with this kevinwang676 nana-model model. huggingface.co supports a free trial of the nana-model model, and also provides paid use of the nana-model. Support call nana-model model through api, including Node.js, Python, http.

kevinwang676 nana-model online free

nana-model huggingface.co is an online trial and call api platform, which integrates nana-model's modeling effects, including api services, and provides a free online trial of nana-model, you can try nana-model online for free by clicking the link below.

kevinwang676 nana-model online free url in huggingface.co:

https://huggingface.co/kevinwang676/nana-model

nana-model install

nana-model is an open source model from GitHub that offers a free installation service, and any user can find nana-model on GitHub to install. At the same time, huggingface.co provides the effect of nana-model install, users can directly use nana-model installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

nana-model install url in huggingface.co:

https://huggingface.co/kevinwang676/nana-model

Url of nana-model

Provider of nana-model huggingface.co

kevinwang676
ORGANIZATIONS

Other API from kevinwang676

huggingface.co

Total runs: 42
Run Growth: 6
Growth Rate: 14.29%
Updated:May 01 2023
huggingface.co

Total runs: 12
Run Growth: 2
Growth Rate: 16.67%
Updated:July 02 2023
huggingface.co

Total runs: 7
Run Growth: 6
Growth Rate: 85.71%
Updated:June 29 2023
huggingface.co

Total runs: 5
Run Growth: 3
Growth Rate: 50.00%
Updated:July 02 2023
huggingface.co

Total runs: 4
Run Growth: -2
Growth Rate: -50.00%
Updated:May 13 2023
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 22 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 13 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 22 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 29 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:May 13 2023