Instructions to use Jonjew/DunhuangNishang with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/DunhuangNishang with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Jonjew/DunhuangNishang") prompt = "dhns,A serene and elegant depiction of a figure in traditional attire, standing amidst flowing water with swirling clouds as backdrop." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Jonjew/DunhuangNishang")
prompt = "dhns,A serene and elegant depiction of a figure in traditional attire, standing amidst flowing water with swirling clouds as backdrop."
image = pipe(prompt).images[0]Dunhuang Nishang_FLUX

- Prompt
- dhns,A serene and elegant depiction of a figure in traditional attire, standing amidst flowing water with swirling clouds as backdrop.
Model description
From ps://www.shakker.ai/modelinfo/533f1e4c5ce748aca1c4d4671fe3dd07/Dunhuang-Nishang-FLUX?from=search Photo shooting model, trained using dev ground model
The model's hand training is not good, it will collapse, it is recommended to open AD
Will be fixed and retrained later
Recommended size: 848-1280
Recommended magnification algorithm: 4x_NMKD-Siax_200k
Recommended weight: 1.3
Everyone should give it a try
dhns,A graceful figure in an ornate dress, floating on a serene body of water with swirling clouds above.
dhns,Elegant figure wearing traditional Chinese Dunhuang costume adorned with intricate jewelry and a headdress of gold filigree against an ethereal backdrop
dhns,A serene and elegant depiction of a figure in traditional attire, standing amidst flowing water with an ethereal landscape as backdrop.
dhns,A serene and elegant depiction of a woman in traditional attire, floating amidst swirling clouds above an ocean backdrop.
dhns,This digital artwork of a majestic figure may be inspired by cultural themes and myths from Dunhuang China.
dhns,A serene and elegant depiction of a figure in traditional attire, standing amidst flowing water with swirling clouds as backdrop.
Trigger words
You should use dhns to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 9
Model tree for Jonjew/DunhuangNishang
Base model
black-forest-labs/FLUX.1-dev