Instructions to use rikiwi/Midclouds with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rikiwi/Midclouds 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("rikiwi/Midclouds") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
AvenersMidclouds

- Prompt
- -
Model description
Whimsical Art style,banhua,In vibrant color pencil art style, a sultry Norse shaman woman with luscious, voluminous silver hair cascading down her back, flaunts her alluring cleavage, adorned with intricate tribal markings and mystical blue and grey patterns that dance across her skin. Atop her head, a wolf skull headdress majestically sits, as she grasps a staff swathed in wolf fur, embodying the sacred bond between her clan and the ethereal realm. Enveloped by an eerie, swirling mist and ghostly wolf apparitions, her piercing gaze exudes an air of mystique, set against a dark, gradient background of deep blues and greys, echoing the night's mysterious depths and her clan's unyielding spirit.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 5
Model tree for rikiwi/Midclouds
Base model
black-forest-labs/FLUX.1-dev