Instructions to use prithivMLmods/Flux-Art-Nightmare-99 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Flux-Art-Nightmare-99 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("prithivMLmods/Flux-Art-Nightmare-99") prompt = "nm99, a vibrant orange moon is seen in the center of the frame. The moon is surrounded by three black circles, each with a different size and shape. Below the moon, there is a mountain range that is composed of gray and white crisscrossed mountains. The mountains are outlined in black, while the mountains range range in a lighter shade of gray. The sun is in the upper left corner, and the moon is partially obscured in the lower right corner. The background is a light gray wood paneling, adding a pop of color to the scene." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!