Instructions to use Shojib6666/herzl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shojib6666/herzl 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("Shojib6666/herzl") prompt = "herzl12 standing under a gaslamp on a rainy cobblestone street in Vienna, dark overcoat, beard wet with rain, fog in the background, reflections of lamps on the ground, period architecture, moody atmosphere, strong lines, warm and cool light contrast, historical 1890s style, 2D hand-drawn comic style, mature masculine Ghibli tone, expressive brushwork" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!