Views
No views yet
ivanovpoem style image with overlay poem text that reads: /I'm hearing — history and the humankind, I'm hearing — exile or else the native land. In books I read — duplicity and benevolence, Despair and hope, or faith and faithlessness. And I see, — Something vast, tender — And frightening, iced to the core, Eternally hope-deprived. And I see, — Torture or else forgetfulness, — Where everything's lost, forevermore, Its significance. And I see, — Beyond all time and distances, — Above the poor earth, An unearthly shimmering./ to cast forth the poet's echoing reveries.1from diffusers import AutoPipelineForText2Image
2import torch
3
4pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
5pipeline.load_lora_weights('AlekseyCalvin/1930_Poem_by_Georgiy_Ivanov_FluxLoRA_bySilverAgePoets')
6image = pipeline('your prompt').images[0]