WizWhite commited on
Commit
781f81b
1 Parent(s): 2b0fc05

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. 32780775.jpeg +0 -0
  2. README.md +6 -1
32780775.jpeg ADDED
README.md CHANGED
@@ -98,6 +98,11 @@ widget:
98
  output:
99
  url: >-
100
  26156781.jpeg
 
 
 
 
 
101
 
102
  ---
103
 
@@ -131,7 +136,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
131
 
132
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
133
  pipeline.load_lora_weights('WizWhite/wizard-s-acid-reflux', weight_name='Wizards_Acid_Reflux.safetensors')
134
- image = pipeline('psychadelic acid art, in the center a dripping large detailed title reads: "IT'S FUNKADELICS FAULT", behind it wizard whitebeard wraps around in-and-out of the letters filling up the whole image, detailed texture, vibrant flourenscent, tentacles and slime, exaggerated').images[0]
135
  ```
136
 
137
  For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
 
98
  output:
99
  url: >-
100
  26156781.jpeg
101
+ - text: ' '
102
+
103
+ output:
104
+ url: >-
105
+ 32780775.jpeg
106
 
107
  ---
108
 
 
136
 
137
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
138
  pipeline.load_lora_weights('WizWhite/wizard-s-acid-reflux', weight_name='Wizards_Acid_Reflux.safetensors')
139
+ image = pipeline('Your custom prompt').images[0]
140
  ```
141
 
142
  For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)