Views
No views yet
A beautiful <TOK> UI for music app to trigger the image generation.1from diffusers import AutoPipelineForText2Image
2import torch
3pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3.5-medium, torch_dtype=torch.float16).to('cuda')
4pipeline.load_lora_weights('bhomik7/sd_3_5m_dreambooth_lora_ft_FULL_RES', weight_name='pytorch_lora_weights.safetensors')
5image = pipeline('Create a modern user interface design for a mobile application that focuses on fitness tracking. The layout should include a vibrant dashboard displaying key metrics such as steps taken, calories burned, and workout summaries. Incorporate interactive elements like buttons for starting workouts, viewing progress, and accessing nutrition information. Use a color palette that conveys energy and motivation, with clear typography and intuitive navigation.').images[0]diffusers_lora_weights.safetensors here 💾.
models/Lora folder.<lora:your_new_name:1> to your prompt. On ComfyUI just load it as a regular LoRA.# TODO: add an example code snippet for running this diffusion pipeline