mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-22 08:40:47 +00:00
support value controller training
This commit is contained in:
@@ -15,5 +15,5 @@ pipe = FluxImagePipeline.from_pretrained(
|
||||
)
|
||||
|
||||
for i in [0.1, 0.3, 0.5, 0.7, 0.9]:
|
||||
image = pipe(prompt="A woman.", seed=602, value_controller_inputs=[i], rand_device="cuda")
|
||||
image = pipe(prompt="a cat on the beach", seed=2, value_controller_inputs=[i])
|
||||
image.save(f"value_control_{i}.jpg")
|
||||
|
||||
Reference in New Issue
Block a user